]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Update the building of OS-specific programs
authorHarlan Stenn <stenn@ntp.org>
Thu, 23 Jun 2011 06:16:14 +0000 (02:16 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 23 Jun 2011 06:16:14 +0000 (02:16 -0400)
bk: 4e02da2eNHm-GUdfu_lo0hITZYpsYg

ChangeLog
configure.ac

index 3be9e86b66d9afc44b6cf557fb2d1ded3e182308..6c72f64185a1d193e1902c57dbde638f9b859f38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Update the building of OS-specific programs.
 * Finish conversion to genLocInfo.
 * validate MANTAGFMT in genLocInfo.
 * [Bug 1950] Control installation of event_rpcgen.py.
index a0dc828e9269143217fdde18b6644fed3097f2d2..15c79775a55e8ca75ceaed232c949f217511e31d 100644 (file)
@@ -2865,11 +2865,17 @@ case "$host" in
  *) ans=no
     ;;
 esac
-if test "$ans" = "yes"; then
+case "$ans" in
+ yes)
     MAKE_ADJTIMED=adjtimed
     AC_DEFINE([NEED_HPUX_ADJTIME], [1],
        [Do we need HPUX adjtime() library support?])
-fi
+    ;;
+ *) ADJTIMED_DB=
+    ADJTIMED_DS=
+    ADJTIMED_MS=
+    ;;
+esac
 AC_MSG_RESULT([$ans])
 
 AC_MSG_CHECKING([if we want QNX adjtime support])
@@ -3440,6 +3446,11 @@ case "$ac_cv_make_ntptime" in
  yes)
     MAKE_NTPTIME=ntptime
     ;;
+ *)
+    NTPTIME_DB=
+    NTPTIME_DS=
+    NTPTIME_MS=
+    ;;
 esac
 
 AC_SUBST([MAKE_TICKADJ])
@@ -3484,6 +3495,12 @@ AC_CACHE_CHECK(
 case "$ntp_cv_make_tickadj" in
  yes)
     MAKE_TICKADJ=tickadj
+    ;;
+ *)
+    TICKADJ_DB=
+    TICKADJ_DS=
+    TICKADJ_MS=
+    ;;
 esac
 
 AC_SUBST([MAKE_TIMETRIM])
@@ -3532,6 +3549,12 @@ case "$ans" in
  yes)
     MAKE_NTPDSIM=ntpdsim
     MAKE_LIBNTPSIM=libntpsim.a
+    ;;
+ *)
+    NTPDSIM_DB=
+    NTPDSIM_DS=
+    NTPDSIM_MS=
+    ;;
 esac
 
 case "$build" in