+* [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.
;;
*)
ntp_ok=$ntp_eac
+ ntp_ok="disabled pps_sample() gone" # delete this line alone
;;
esac])
if test "$ntp_ok" = "yes"; then
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)