From: Harlan Stenn Date: Tue, 20 Jul 1999 00:48:57 +0000 (-0000) Subject: Makefile.in, acconfig.h, config.h.in, configure, configure.in, mkver.in: X-Git-Tag: NTP_4_0_94~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74b710c3d8d08cc0181a623ed99002a25a4181cf;p=thirdparty%2Fntp.git Makefile.in, acconfig.h, config.h.in, configure, configure.in, mkver.in: mkver usage cleanup bk: 3793c77968vDP8a4hPkTnRKsPyx65Q --- diff --git a/Makefile.in b/Makefile.in index c63b63c6ce..f43d88e234 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/acconfig.h b/acconfig.h index 3f8bdc2a29..3e7bf31bfd 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,7 +13,7 @@ /* MD5 authentication */ #undef MD5 -/* DFS authentication (COCOM only) */ +/* DES authentication (COCOM only) */ #undef DES /* time_t */ diff --git a/adjtimed/Makefile.in b/adjtimed/Makefile.in index 64442c32c5..ce1b6f038e 100644 --- a/adjtimed/Makefile.in +++ b/adjtimed/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/clockstuff/Makefile.in b/clockstuff/Makefile.in index 5d2b6afb20..e5095d5f4c 100644 --- a/clockstuff/Makefile.in +++ b/clockstuff/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/config.h.in b/config.h.in index 4e4ea5a83c..87ada03f01 100644 --- a/config.h.in +++ b/config.h.in @@ -68,7 +68,7 @@ /* MD5 authentication */ #undef MD5 -/* DFS authentication (COCOM only) */ +/* DES authentication (COCOM only) */ #undef DES /* time_t */ diff --git a/configure b/configure index 705faa3671..7656055e23 100755 --- a/configure +++ b/configure @@ -8550,8 +8550,9 @@ echo "$ac_t""$ans" 1>&6 + echo $ac_n "checking if we need to make and use the RSAREF library""... $ac_c" 1>&6 -echo "configure:8555: checking if we need to make and use the RSAREF library" >&5 +echo "configure:8556: checking if we need to make and use the RSAREF library" >&5 ans=no if test -f $srcdir/rsaref2/source/rsa.c then @@ -8569,7 +8570,7 @@ echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can make dcf parse utilities""... $ac_c" 1>&6 -echo "configure:8573: checking if we can make dcf parse utilities" >&5 +echo "configure:8574: checking if we can make dcf parse utilities" >&5 ans=no if test "$ntp_parseutil" = "yes"; then case "$target" in @@ -8584,7 +8585,7 @@ echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can build kernel streams modules for parse""... $ac_c" 1>&6 -echo "configure:8588: checking if we can build kernel streams modules for parse" >&5 +echo "configure:8589: checking if we can build kernel streams modules for parse" >&5 ans=no if test "$ntp_parseutil$ac_cv_header_sys_stropts_h" = "yesyes"; then case "$target" in @@ -8609,7 +8610,7 @@ fi echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we need basic refclock support""... $ac_c" 1>&6 -echo "configure:8613: checking if we need basic refclock support" >&5 +echo "configure:8614: checking if we need basic refclock support" >&5 if test "$ntp_refclock" = "yes"; then cat >> confdefs.h <<\EOF #define REFCLOCK 1 @@ -8621,7 +8622,7 @@ echo "$ac_t""$ntp_refclock" 1>&6 echo $ac_n "checking if we want HP-UX adjtimed support""... $ac_c" 1>&6 -echo "configure:8625: checking if we want HP-UX adjtimed support" >&5 +echo "configure:8626: checking if we want HP-UX adjtimed support" >&5 case "$target" in *-*-hpux[56789]*) ans=yes @@ -8639,7 +8640,7 @@ fi echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can read kmem""... $ac_c" 1>&6 -echo "configure:8643: checking if we can read kmem" >&5 +echo "configure:8644: checking if we can read kmem" >&5 if eval "test \"\${ac_cv_var_can_kmem+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8692,7 +8693,7 @@ EOF esac echo $ac_n "checking if adjtime is accurate""... $ac_c" 1>&6 -echo "configure:8696: checking if adjtime is accurate" >&5 +echo "configure:8697: checking if adjtime is accurate" >&5 if eval "test \"\${ac_cv_var_adjtime_is_accurate+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8744,7 +8745,7 @@ EOF esac echo $ac_n "checking the name of 'tick' in the kernel""... $ac_c" 1>&6 -echo "configure:8748: checking the name of 'tick' in the kernel" >&5 +echo "configure:8749: checking the name of 'tick' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_tick+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8788,7 +8789,7 @@ EOF esac # echo $ac_n "checking for the units of 'tick'""... $ac_c" 1>&6 -echo "configure:8792: checking for the units of 'tick'" >&5 +echo "configure:8793: checking for the units of 'tick'" >&5 if eval "test \"\${ac_cv_var_tick_nano+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8812,7 +8813,7 @@ EOF esac # echo $ac_n "checking the name of 'tickadj' in the kernel""... $ac_c" 1>&6 -echo "configure:8816: checking the name of 'tickadj' in the kernel" >&5 +echo "configure:8817: checking the name of 'tickadj' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_tickadj+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8865,7 +8866,7 @@ EOF esac # echo $ac_n "checking for the units of 'tickadj'""... $ac_c" 1>&6 -echo "configure:8869: checking for the units of 'tickadj'" >&5 +echo "configure:8870: checking for the units of 'tickadj'" >&5 if eval "test \"\${ac_cv_var_tickadj_nano+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8889,7 +8890,7 @@ EOF esac # echo $ac_n "checking half-heartedly for 'dosynctodr' in the kernel""... $ac_c" 1>&6 -echo "configure:8893: checking half-heartedly for 'dosynctodr' in the kernel" >&5 +echo "configure:8894: checking half-heartedly for 'dosynctodr' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_dosynctodr+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8942,7 +8943,7 @@ EOF esac # echo $ac_n "checking half-heartedly for 'noprintf' in the kernel""... $ac_c" 1>&6 -echo "configure:8946: checking half-heartedly for 'noprintf' in the kernel" >&5 +echo "configure:8947: checking half-heartedly for 'noprintf' in the kernel" >&5 if eval "test \"\${ac_cv_var_nlist_noprintf+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8992,7 +8993,7 @@ esac echo $ac_n "checking for a default value for 'tick'""... $ac_c" 1>&6 -echo "configure:8996: checking for a default value for 'tick'" >&5 +echo "configure:8997: checking for a default value for 'tick'" >&5 if eval "test \"\${ac_cv_var_tick+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9036,7 +9037,7 @@ EOF esac echo $ac_n "checking for a default value for 'tickadj'""... $ac_c" 1>&6 -echo "configure:9040: checking for a default value for 'tickadj'" >&5 +echo "configure:9041: checking for a default value for 'tickadj'" >&5 if eval "test \"\${ac_cv_var_tickadj+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9143,7 +9144,7 @@ esac echo $ac_n "checking if we want and can make the tickadj utility""... $ac_c" 1>&6 -echo "configure:9147: checking if we want and can make the tickadj utility" >&5 +echo "configure:9148: checking if we want and can make the tickadj utility" >&5 if eval "test \"\${ac_cv_make_tickadj+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9159,7 +9160,7 @@ esac echo $ac_n "checking if we want and can make the ntptime utility""... $ac_c" 1>&6 -echo "configure:9163: checking if we want and can make the ntptime utility" >&5 +echo "configure:9164: checking if we want and can make the ntptime utility" >&5 if eval "test \"\${ac_cv_make_ntptime+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9185,7 +9186,7 @@ case "$ac_cv_make_ntptime" in esac echo $ac_n "checking if we want UDP wildcard delivery""... $ac_c" 1>&6 -echo "configure:9189: checking if we want UDP wildcard delivery" >&5 +echo "configure:9190: checking if we want UDP wildcard delivery" >&5 if eval "test \"\${ac_cv_var_udp_wildcard_delivery+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9264,7 +9265,7 @@ case "$host" in esac echo $ac_n "checking if we should always slew the time""... $ac_c" 1>&6 -echo "configure:9268: checking if we should always slew the time" >&5 +echo "configure:9269: checking if we should always slew the time" >&5 if eval "test \"\${ac_cv_var_slew_always+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9304,7 +9305,7 @@ EOF esac echo $ac_n "checking if we should step and slew the time""... $ac_c" 1>&6 -echo "configure:9308: checking if we should step and slew the time" >&5 +echo "configure:9309: checking if we should step and slew the time" >&5 if eval "test \"\${ac_cv_var_step_slew+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9347,7 +9348,7 @@ EOF esac echo $ac_n "checking if ntpdate should step the time""... $ac_c" 1>&6 -echo "configure:9351: checking if ntpdate should step the time" >&5 +echo "configure:9352: checking if ntpdate should step the time" >&5 if eval "test \"\${ac_cv_var_ntpdate_step+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9378,7 +9379,7 @@ EOF esac echo $ac_n "checking if we should sync TODR clock every hour""... $ac_c" 1>&6 -echo "configure:9382: checking if we should sync TODR clock every hour" >&5 +echo "configure:9383: checking if we should sync TODR clock every hour" >&5 if eval "test \"\${ac_cv_var_sync_todr+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9411,7 +9412,7 @@ EOF esac echo $ac_n "checking if we should avoid kernel FLL bug""... $ac_c" 1>&6 -echo "configure:9415: checking if we should avoid kernel FLL bug" >&5 +echo "configure:9416: checking if we should avoid kernel FLL bug" >&5 if eval "test \"\${ac_cv_var_kernel_fll_bug+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9633,6 +9634,7 @@ s%@LIBOBJS@%$LIBOBJS%g s%@LIBPARSE@%$LIBPARSE%g s%@MAKE_LIBPARSE@%$MAKE_LIBPARSE%g s%@MAKE_LIBPARSE_KERNEL@%$MAKE_LIBPARSE_KERNEL%g +s%@RSAREF@%$RSAREF%g s%@LIBRSAREF@%$LIBRSAREF%g s%@MAKE_LIBRSAREF@%$MAKE_LIBRSAREF%g s%@TESTDCF@%$TESTDCF%g diff --git a/configure.in b/configure.in index 631070ed19..24d498d90c 100644 --- a/configure.in +++ b/configure.in @@ -2048,6 +2048,7 @@ case "$ntp_libparse" in esac AC_MSG_RESULT($ans) +AC_SUBST(RSAREF) AC_SUBST(LIBRSAREF) AC_SUBST(MAKE_LIBRSAREF) AC_MSG_CHECKING(if we need to make and use the RSAREF library) diff --git a/include/Makefile.in b/include/Makefile.in index 7a204d13c2..89b6acdb2c 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/kernel/Makefile.in b/kernel/Makefile.in index 1faae6fb41..4cffeba361 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/kernel/sys/Makefile.in b/kernel/sys/Makefile.in index 0cfea0cf0b..636e0e78c1 100644 --- a/kernel/sys/Makefile.in +++ b/kernel/sys/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/libntp/Makefile.in b/libntp/Makefile.in index 2be556ba5f..1b335b7d39 100644 --- a/libntp/Makefile.in +++ b/libntp/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/libparse/Makefile.in b/libparse/Makefile.in index 10df11ef7c..fad09a6bfb 100644 --- a/libparse/Makefile.in +++ b/libparse/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/ntpd/Makefile.in b/ntpd/Makefile.in index 8845ec50f5..9a5d8bb653 100644 --- a/ntpd/Makefile.in +++ b/ntpd/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/ntpdate/Makefile.in b/ntpdate/Makefile.in index de685b7a5f..07e351f698 100644 --- a/ntpdate/Makefile.in +++ b/ntpdate/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/ntpdc/Makefile.in b/ntpdc/Makefile.in index 09c7cabccb..bb1a45db63 100644 --- a/ntpdc/Makefile.in +++ b/ntpdc/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/ntpq/Makefile.in b/ntpq/Makefile.in index 0703f4b77f..b0717c8d27 100644 --- a/ntpq/Makefile.in +++ b/ntpq/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/ntptrace/Makefile.in b/ntptrace/Makefile.in index 6a99fcbcaa..59183a9c8b 100644 --- a/ntptrace/Makefile.in +++ b/ntptrace/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/parseutil/Makefile.in b/parseutil/Makefile.in index 3ca7736562..39335977c8 100644 --- a/parseutil/Makefile.in +++ b/parseutil/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ diff --git a/scripts/mkver.in b/scripts/mkver.in index c956378a4e..79d83f8399 100644 --- a/scripts/mkver.in +++ b/scripts/mkver.in @@ -3,7 +3,7 @@ PROG=${1-UNKNOWN} ConfStr="$PROG" -case "@RSAREF@" in +case "@LIBRSAREF@" in '') ;; *) ConfStr="$ConfStr RSAREF" ;; esac diff --git a/util/Makefile.in b/util/Makefile.in index 9aed346e36..1b54fdc283 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -88,6 +88,7 @@ PACKAGE = @PACKAGE@ PATH_SH = @PATH_SH@ PROPDELAY = @PROPDELAY@ RANLIB = @RANLIB@ +RSAREF = @RSAREF@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@