]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
configure.ac, ChangeLog:
authorDave Hart <hart@ntp.org>
Mon, 13 Apr 2009 20:20:58 +0000 (20:20 +0000)
committerDave Hart <hart@ntp.org>
Mon, 13 Apr 2009 20:20:58 +0000 (20:20 +0000)
  [Bug 1152] temporarily disable refclock_parse and refclock_true until maintainers repair pps_sample() build break

bk: 49e39eaacxykloEIUFqgnaRdKiKfXA

ChangeLog
configure.ac

index 3ebfe866a9b389a897d30ed630635845898d7d45..c7c3f1dc1594e071f358743326ce0c7902fd82f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+* [Bug 1152] temporarily disable refclock_parse, refclock_true until
+  maintainers can repair build break from pps_sample()
 (4.2.5p163) 2009/04/10 Released by Harlan Stenn <stenn@ntp.org>
 (4.2.5p162) 2009/04/09 Released by Harlan Stenn <stenn@ntp.org>
 * Documentation updates from Dave Mills.
index 32cbb16472d15dbadfeddb98cf10f946c985851c..739d3f458e71cb7f0b4c062f848c67d651d6c8a9 100644 (file)
@@ -2761,6 +2761,7 @@ AC_ARG_ENABLE(TRUETIME,
        ;;
      *)
        ntp_ok=$ntp_eac
+       ntp_ok="disabled pps_sample() gone" # delete this line alone
        ;;
     esac])
 if test "$ntp_ok" = "yes"; then
@@ -3051,14 +3052,16 @@ AC_MSG_CHECKING(if we need to make and use the parse libraries)
 ans=no
 case "$ntp_libparse" in
  yes)
+    ans=["disabled, pps_sample() has left"]
+;;
+disabled) # due to pps_sample disappearance delete these lines 
+          # and the preceding two leaving yes) ans=yes
     ans=yes
     AC_DEFINE(CLOCK_PARSE, 1, [PARSE driver interface])
     LIBPARSE=../libparse/libparse.a
     MAKE_LIBPARSE=libparse.a
     # HMS: check_y2k trips the 34 year problem now...
     false && MAKE_CHECK_Y2K=check_y2k
-    AC_DEFINE(PPS_SAMPLE, 1, [PPS auxiliary interface for ATOM?])
-    AC_DEFINE(CLOCK_ATOM)
     ;;
 esac
 AC_MSG_RESULT($ans)