From: Harlan Stenn Date: Wed, 24 Apr 2002 05:27:34 +0000 (-0400) Subject: Merge whimsy.udel.edu:/backroom/ntp-stable X-Git-Tag: NTP_4_1_73~155^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405d0336cd03df86bb695dc5f613397ac2cfb7d1;p=thirdparty%2Fntp.git Merge whimsy.udel.edu:/backroom/ntp-stable into whimsy.udel.edu:/backroom/ntp-dev bk: 3cc64246hb94jDrbxSvdLvFnDziVwQ --- 405d0336cd03df86bb695dc5f613397ac2cfb7d1 diff --cc configure.in index a161805c51,166d778181..4746403be0 --- a/configure.in +++ b/configure.in @@@ -1845,9 -1756,26 +1845,27 @@@ if test "$ntp_ok" = "yes"; the fi AC_MSG_RESULT($ntp_ok) + AC_MSG_CHECKING(for hopf serial clock device) + AC_ARG_ENABLE(HOPFSERIAL, [ --enable-HOPFSERIAL + hopf serial clock device], + [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) + if test "$ntp_ok" = "yes"; then + ntp_refclock=yes + AC_DEFINE(CLOCK_HOPF_SERIAL) + fi + AC_MSG_RESULT($ntp_ok) + + AC_MSG_CHECKING(for hopf PCI clock 6039) + AC_ARG_ENABLE(HOPFPCI, [ --enable-HOPFPCI + hopf 6039 PCI board], + [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) + if test "$ntp_ok" = "yes"; then + ntp_refclock=yes + AC_DEFINE(CLOCK_HOPF_PCI) + fi + AC_MSG_RESULT($ntp_ok) + AC_MSG_CHECKING(HP 58503A GPS receiver) -AC_ARG_ENABLE(HPGPS, [ --enable-HPGPS + HP 58503A GPS receiver], +AC_ARG_ENABLE(HPGPS, + AC_HELP_STRING([--enable-HPGPS], [+ HP 58503A GPS receiver]), [ntp_ok=$enableval], [ntp_ok=$ntp_eac]) if test "$ntp_ok" = "yes"; then ntp_refclock=yes