From: Harlan Stenn Date: Fri, 19 Jul 2002 18:06:56 +0000 (-0400) Subject: Alphabetize the neoclock test. X-Git-Tag: NTP_4_1_1C_RC1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ece323d2f4682331d978bda6ce800eeb9fe5be45;p=thirdparty%2Fntp.git Alphabetize the neoclock test. bk: 3d385540nTX-PsOH4ULBUuFH7dzMOw --- diff --git a/configure.in b/configure.in index ae9d6de3bd..f818f11162 100644 --- a/configure.in +++ b/configure.in @@ -1928,6 +1928,16 @@ case "$ntp_ok$host" in 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,16 +2162,6 @@ if test "$ntp_ok" = "yes"; then 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],