From: Harlan Stenn Date: Fri, 19 Jul 2002 17:16:01 +0000 (-0400) Subject: Merge cleanup. X-Git-Tag: NTP_4_1_73~102^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28274e94bb3262dd8de9df153262dc37b9818bc1;p=thirdparty%2Fntp.git Merge cleanup. bk: 3d384951DB34k16rwulJ1p864UMDMw --- 28274e94bb3262dd8de9df153262dc37b9818bc1 diff --cc configure.in index 973320cef2,ae9d6de3bd..38087740a3 --- a/configure.in +++ b/configure.in @@@ -1928,6 -1928,6 +1928,16 @@@ case "$ntp_ok$host" i yes*-*-ultrix*) AC_MSG_WARN(*** But the expected answer is... no ***) ;; esac ++AC_MSG_CHECKING(for NeoClock4X receiver) ++AC_ARG_ENABLE(NEOCLOCK4X, ++ AC_HELP_STRING([--enable-NEOCLOCK4X], [+ NeoClock4X DCF77 / TDF receiver]), ++ [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) ++if test "$ntp_ok" = "yes"; then ++ ntp_refclock=yes ++ AC_DEFINE(CLOCK_NEOCLOCK4X, 1, [NeoClock4X]) ++fi ++AC_MSG_RESULT($ntp_ok) ++ AC_MSG_CHECKING(NMEA GPS receiver) AC_ARG_ENABLE(NMEA, AC_HELP_STRING([--enable-NMEA], [+ NMEA GPS receiver]), @@@ -2152,7 -2152,16 +2162,6 @@@ if test "$ntp_ok" = "yes"; the fi AC_MSG_RESULT($ntp_ok) -AC_MSG_CHECKING(for NeoClock4X receiver) -AC_ARG_ENABLE(NEOCLOCK4X, - AC_HELP_STRING([--enable-NEOCLOCK4X], [+ NeoClock4X DCF77 / TDF receiver]), - [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) -if test "$ntp_ok" = "yes"; then - ntp_refclock=yes - AC_DEFINE(CLOCK_NEOCLOCK4X, 1, [NeoClock4X]) -fi -AC_MSG_RESULT($ntp_ok) -- AC_MSG_CHECKING(for default inclusion of all suitable PARSE clocks) AC_ARG_ENABLE(parse-clocks, [ --enable-parse-clocks - include all suitable PARSE clocks:], [ntp_eapc=$enableval],