]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, aclocal.m4, configure, configure.in:
authorHarlan Stenn <stenn@ntp.org>
Sat, 5 Aug 2000 21:18:59 +0000 (21:18 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 5 Aug 2000 21:18:59 +0000 (21:18 -0000)
  * configure.in (NTP_KEYSDIR): Typo

bk: 398c84c3soVglS9tCLjNllE3Pt9d_Q

ChangeLog
configure
configure.in

index 711edeeb6d36a744766e7e1d55b066925bd619c2..437fb90080ecf00348a1c151047d5eeede8bb38d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-05  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * configure.in (NTP_KEYSDIR): Typo
+
 2000-08-04  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * ElectricFence/Makefile.am (check-local): use test instead of [
index cded7e50c38888920908a5f3857be1457620953c..7bd51a895c59ffa4580d33d903cabe461da61ef9 100755 (executable)
--- a/configure
+++ b/configure
@@ -11072,7 +11072,7 @@ esac
        ac_expanded=`(
            test "x$prefix" = xNONE && prefix="$ac_default_prefix"
            test "x$exec_prefix" = xNONE && exec_prefix="${prefix}"
-           eval echo \""$sysconfdir "\"
+           eval echo \""$sysconfdir"\"
         )`
        cat >>confdefs.h <<EOF
 #define NTP_KEYSDIR "$ac_expanded"
index 20c658626c2f666370c316cbea646653a6611c0a..7ddad8626786eb6fee13027618f11107b1eadc1a 100644 (file)
@@ -2996,7 +2996,7 @@ case "$host" in
     ;;
 esac
 
-AC_DEFINE_DIR(NTP_KEYSDIR, sysconfdir , [Default location of crypto key info])
+AC_DEFINE_DIR(NTP_KEYSDIR, sysconfdir, [Default location of crypto key info])
 
 # This is necessary so that .o files in LIBOBJS are also built via
 # the ANSI2KNR-filtering rules.