From: Harlan Stenn Date: Sat, 19 Feb 2000 02:38:40 +0000 (-0000) Subject: ChangeLog, configure, configure.in: X-Git-Tag: NTP_4_0_99_G~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc56ecce3cb47cc71b1cc8dba9b809583979b692;p=thirdparty%2Fntp.git ChangeLog, configure, configure.in: * configure.in (ac_cv_func_ctty_for_f_setown): Yes for OpenBSD (ac_cv_var_ntp_syscalls): Fix quoting of description From: Jonathan Rozes bk: 38ae0230YKGanH6egdhLj4JRlN8Esw --- diff --git a/ChangeLog b/ChangeLog index f10401806..a60185e94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-02-18 Harlan Stenn + * configure.in (ac_cv_func_ctty_for_f_setown): Yes for OpenBSD + (ac_cv_var_ntp_syscalls): Fix quoting of description + From: Jonathan Rozes + * librsaref/Makefile.am: Fix stamp-rsaref dependency order. * configure.in: 4.0.99f diff --git a/configure b/configure index 861e48c61..e485e965d 100755 --- a/configure +++ b/configure @@ -7463,6 +7463,9 @@ else *-*-netbsd*) ans=yes ;; + *-*-openbsd*) + ans=yes + ;; *-*-osf*) ans=yes ;; @@ -7481,7 +7484,7 @@ esac ntp_warning='GRONK' echo $ac_n "checking if we'll use clock_settime or settimeofday or stime... $ac_c" 1>&6 -echo "configure:7485: checking if we'll use clock_settime or settimeofday or stime" 1>&5 +echo "configure:7488: checking if we'll use clock_settime or settimeofday or stime" 1>&5 case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in yes*) ntp_warning='' @@ -7510,7 +7513,7 @@ case "$ntp_warning" in esac echo $ac_n "checking if we have a losing syscall()... $ac_c" 1>&6 -echo "configure:7514: checking if we have a losing syscall()" 1>&5 +echo "configure:7517: checking if we have a losing syscall()" 1>&5 if test "${ac_cv_var_syscall_bug+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7532,7 +7535,7 @@ EOF esac echo $ac_n "checking for Streams/TLI... $ac_c" 1>&6 -echo "configure:7536: checking for Streams/TLI" 1>&5 +echo "configure:7539: checking for Streams/TLI" 1>&5 if test "${ac_cv_var_streams_tli+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7560,12 +7563,12 @@ EOF esac echo $ac_n "checking for SIGIO... $ac_c" 1>&6 -echo "configure:7564: checking for SIGIO" 1>&5 +echo "configure:7567: checking for SIGIO" 1>&5 if test "${ac_cv_hdr_def_sigio+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < #ifdef SIGIO @@ -7587,7 +7590,7 @@ fi echo "$ac_t""$ac_cv_hdr_def_sigio" 1>&6 echo $ac_n "checking if we want to use signalled IO... $ac_c" 1>&6 -echo "configure:7591: checking if we want to use signalled IO" 1>&5 +echo "configure:7594: checking if we want to use signalled IO" 1>&5 if test "${ac_cv_var_signalled_io+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7637,12 +7640,12 @@ EOF esac echo $ac_n "checking for SIGPOLL... $ac_c" 1>&6 -echo "configure:7641: checking for SIGPOLL" 1>&5 +echo "configure:7644: checking for SIGPOLL" 1>&5 if test "${ac_cv_hdr_def_sigpoll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < #ifdef SIGPOLL @@ -7664,12 +7667,12 @@ fi echo "$ac_t""$ac_cv_hdr_def_sigpoll" 1>&6 echo $ac_n "checking for SIGSYS... $ac_c" 1>&6 -echo "configure:7668: checking for SIGSYS" 1>&5 +echo "configure:7671: checking for SIGSYS" 1>&5 if test "${ac_cv_hdr_def_sigsys+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < #ifdef SIGSYS @@ -7691,7 +7694,7 @@ fi echo "$ac_t""$ac_cv_hdr_def_sigsys" 1>&6 echo $ac_n "checking if we can use SIGPOLL for UDP I/O... $ac_c" 1>&6 -echo "configure:7695: checking if we can use SIGPOLL for UDP I/O" 1>&5 +echo "configure:7698: checking if we can use SIGPOLL for UDP I/O" 1>&5 if test "${ac_cv_var_use_udp_sigpoll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7745,7 +7748,7 @@ EOF esac echo $ac_n "checking if we can use SIGPOLL for TTY I/O... $ac_c" 1>&6 -echo "configure:7749: checking if we can use SIGPOLL for TTY I/O" 1>&5 +echo "configure:7752: checking if we can use SIGPOLL for TTY I/O" 1>&5 if test "${ac_cv_var_use_tty_sigpoll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7801,12 +7804,12 @@ esac case "$ac_cv_header_sys_sio_h" in yes) echo $ac_n "checking sys/sio.h for TIOCDCDTIMESTAMP... $ac_c" 1>&6 -echo "configure:7805: checking sys/sio.h for TIOCDCDTIMESTAMP" 1>&5 +echo "configure:7808: checking sys/sio.h for TIOCDCDTIMESTAMP" 1>&5 if test "${ac_cv_hdr_def_tiocdcdtimestamp+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < #ifdef TIOCDCDTIMESTAMP @@ -7836,7 +7839,7 @@ case "$ac_cv_hdr_def_tiocdcdtimestamp" in esac echo $ac_n "checking if nlist() values might require extra indirection... $ac_c" 1>&6 -echo "configure:7840: checking if nlist() values might require extra indirection" 1>&5 +echo "configure:7843: checking if nlist() values might require extra indirection" 1>&5 if test "${ac_cv_var_nlist_extra_indirection+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7857,7 +7860,7 @@ EOF esac echo $ac_n "checking for a minimum recommended value of tickadj... $ac_c" 1>&6 -echo "configure:7861: checking for a minimum recommended value of tickadj" 1>&5 +echo "configure:7864: checking for a minimum recommended value of tickadj" 1>&5 if test "${ac_cv_var_min_rec_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7879,7 +7882,7 @@ EOF esac echo $ac_n "checking if the TTY code permits PARENB and IGNPAR... $ac_c" 1>&6 -echo "configure:7883: checking if the TTY code permits PARENB and IGNPAR" 1>&5 +echo "configure:7886: checking if the TTY code permits PARENB and IGNPAR" 1>&5 if test "${ac_cv_var_no_parenb_ignpar+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7903,7 +7906,7 @@ EOF esac echo $ac_n "checking if we're including debugging code... $ac_c" 1>&6 -echo "configure:7907: checking if we're including debugging code" 1>&5 +echo "configure:7910: checking if we're including debugging code" 1>&5 # Check whether --enable-debugging or --disable-debugging was given. if test "${enable_debugging+set}" = set; then enableval="$enable_debugging" @@ -7921,7 +7924,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for a the number of minutes in a DST adjustment... $ac_c" 1>&6 -echo "configure:7925: checking for a the number of minutes in a DST adjustment" 1>&5 +echo "configure:7928: checking for a the number of minutes in a DST adjustment" 1>&5 # Check whether --enable-dst_minutes or --disable-dst_minutes was given. if test "${enable_dst_minutes+set}" = set; then enableval="$enable_dst_minutes" @@ -7937,7 +7940,7 @@ EOF echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we have the tty_clk line discipline/streams module... $ac_c" 1>&6 -echo "configure:7941: checking if we have the tty_clk line discipline/streams module" 1>&5 +echo "configure:7944: checking if we have the tty_clk line discipline/streams module" 1>&5 if test "${ac_cv_var_tty_clk+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7954,7 +7957,7 @@ EOF esac echo $ac_n "checking for the ppsclock streams module... $ac_c" 1>&6 -echo "configure:7958: checking for the ppsclock streams module" 1>&5 +echo "configure:7961: checking for the ppsclock streams module" 1>&5 if test "${ac_cv_var_ppsclock+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7969,7 +7972,7 @@ EOF esac echo $ac_n "checking for kernel multicast support... $ac_c" 1>&6 -echo "configure:7973: checking for kernel multicast support" 1>&5 +echo "configure:7976: checking for kernel multicast support" 1>&5 if test "${ac_cv_var_mcast+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -7977,7 +7980,7 @@ else case "$target" in i386-sequent-sysv4) ;; *) cat >conftest.$ac_ext < #ifdef IP_ADD_MEMBERSHIP @@ -8002,8 +8005,8 @@ EOF ;; esac -echo $ac_n "checking availability of ntp_{adj$ac_c" 1>&6 -echo "configure:8007: checking availability of ntp_{adj,get}time()" 1>&5 +echo $ac_n "checking availability of ntp_{adj,get}time()... $ac_c" 1>&6 +echo "configure:8010: checking [availability of ntp_{adj,get}time()]" 1>&5 if test "${ac_cv_var_ntp_syscalls+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8017,7 +8020,7 @@ else ac_cv_var_ntp_syscalls=libc ;; *) cat >conftest.$ac_ext < #if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime) @@ -8056,12 +8059,12 @@ EOF esac echo $ac_n "checking if sys/timex.h has STA_FLL... $ac_c" 1>&6 -echo "configure:8060: checking if sys/timex.h has STA_FLL" 1>&5 +echo "configure:8063: checking if sys/timex.h has STA_FLL" 1>&5 if test "${ac_cv_var_sta_fll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < #ifdef STA_FLL @@ -8083,7 +8086,7 @@ fi echo "$ac_t""$ac_cv_var_sta_fll" 1>&6 echo $ac_n "checking if we have kernel PLL support... $ac_c" 1>&6 -echo "configure:8087: checking if we have kernel PLL support" 1>&5 +echo "configure:8090: checking if we have kernel PLL support" 1>&5 if test "${ac_cv_var_kernel_pll+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8106,7 +8109,7 @@ EOF esac echo $ac_n "checking if SIOCGIFCONF returns buffer size in the buffer... $ac_c" 1>&6 -echo "configure:8110: checking if SIOCGIFCONF returns buffer size in the buffer" 1>&5 +echo "configure:8113: checking if SIOCGIFCONF returns buffer size in the buffer" 1>&5 if test "${ac_cv_var_size_returned_in_buffer+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8133,7 +8136,7 @@ EOF esac echo $ac_n "checking if we want to use MD5 authentication... $ac_c" 1>&6 -echo "configure:8137: checking if we want to use MD5 authentication" 1>&5 +echo "configure:8140: checking if we want to use MD5 authentication" 1>&5 if test "${ac_cv_var_use_md5+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -8157,10 +8160,10 @@ esac # Check for ioctls TIOCGPPSEV echo $ac_n "checking ioctl TIOCGPPSEV... $ac_c" 1>&6 -echo "configure:8161: checking ioctl TIOCGPPSEV" 1>&5 +echo "configure:8164: checking ioctl TIOCGPPSEV" 1>&5 if test "$ac_cv_header_termios_h" = "yes"; then cat >conftest.$ac_ext < #ifdef TIOCGPPSEV @@ -8192,10 +8195,10 @@ echo "$ac_t""$ntp_ok" 1>&6 # Check for ioctls TIOCSPPS echo $ac_n "checking ioctl TIOCSPPS... $ac_c" 1>&6 -echo "configure:8196: checking ioctl TIOCSPPS" 1>&5 +echo "configure:8199: checking ioctl TIOCSPPS" 1>&5 if test "$ac_cv_header_termios_h" = "yes"; then cat >conftest.$ac_ext < #ifdef TIOCSPPS @@ -8227,10 +8230,10 @@ echo "$ac_t""$ntp_ok" 1>&6 # Check for ioctls CIOGETEV echo $ac_n "checking ioctl CIOGETEV... $ac_c" 1>&6 -echo "configure:8231: checking ioctl CIOGETEV" 1>&5 +echo "configure:8234: checking ioctl CIOGETEV" 1>&5 if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then cat >conftest.$ac_ext < #ifdef CIOGETEV @@ -8280,18 +8283,18 @@ esac # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG echo $ac_n "checking for linux/serial.h... $ac_c" 1>&6 -echo "configure:8284: checking for linux/serial.h" 1>&5 +echo "configure:8287: checking for linux/serial.h" 1>&5 if test "${ac_cv_header_linux_serial_h+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:8295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:8298: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -8308,11 +8311,11 @@ fi echo "$ac_t""$ac_cv_header_linux_serial_h" 1>&6 echo $ac_n "checking ioctl TIOCGSERIAL... $ac_c" 1>&6 -echo "configure:8312: checking ioctl TIOCGSERIAL" 1>&5 +echo "configure:8315: checking ioctl TIOCGSERIAL" 1>&5 case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in yesyes) cat >conftest.$ac_ext < typedef int u_int; @@ -8355,7 +8358,7 @@ echo "$ac_t""$ntp_ok" 1>&6 # Check for SHMEM_STATUS support echo $ac_n "checking SHMEM_STATUS support... $ac_c" 1>&6 -echo "configure:8359: checking SHMEM_STATUS support" 1>&5 +echo "configure:8362: checking SHMEM_STATUS support" 1>&5 case "$ac_cv_header_sys_mman_h" in yes) ntp_ok=yes ;; *) ntp_ok=no ;; @@ -8372,7 +8375,7 @@ ntp_refclock=no # HPUX only, and by explicit request echo $ac_n "checking Datum/Bancomm bc635/VME interface... $ac_c" 1>&6 -echo "configure:8376: checking Datum/Bancomm bc635/VME interface" 1>&5 +echo "configure:8379: checking Datum/Bancomm bc635/VME interface" 1>&5 # Check whether --enable-BANCOMM or --disable-BANCOMM was given. if test "${enable_BANCOMM+set}" = set; then enableval="$enable_BANCOMM" @@ -8396,7 +8399,7 @@ esac #HPUX only, and only by explicit request echo $ac_n "checking TrueTime GPS receiver/VME interface... $ac_c" 1>&6 -echo "configure:8400: checking TrueTime GPS receiver/VME interface" 1>&5 +echo "configure:8403: checking TrueTime GPS receiver/VME interface" 1>&5 # Check whether --enable-GPSVME or --disable-GPSVME was given. if test "${enable_GPSVME+set}" = set; then enableval="$enable_GPSVME" @@ -8419,7 +8422,7 @@ case "$ntp_ok$target" in esac echo $ac_n "checking for PCL720 clock support... $ac_c" 1>&6 -echo "configure:8423: checking for PCL720 clock support" 1>&5 +echo "configure:8426: checking for PCL720 clock support" 1>&5 case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in yesyesyes) cat >>confdefs.h <<\EOF @@ -8435,7 +8438,7 @@ esac echo "$ac_t""$ans" 1>&6 echo $ac_n "checking for SHM clock attached thru shared memory... $ac_c" 1>&6 -echo "configure:8439: checking for SHM clock attached thru shared memory" 1>&5 +echo "configure:8442: checking for SHM clock attached thru shared memory" 1>&5 # Check whether --enable-SHM or --disable-SHM was given. if test "${enable_SHM+set}" = set; then enableval="$enable_SHM" @@ -8454,7 +8457,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for default inclusion of all suitable non-PARSE clocks... $ac_c" 1>&6 -echo "configure:8458: checking for default inclusion of all suitable non-PARSE clocks" 1>&5 +echo "configure:8461: checking for default inclusion of all suitable non-PARSE clocks" 1>&5 # Check whether --enable-all-clocks or --disable-all-clocks was given. if test "${enable_all_clocks+set}" = set; then enableval="$enable_all_clocks" @@ -8466,7 +8469,7 @@ fi echo "$ac_t""$ntp_eac" 1>&6 echo $ac_n "checking if we have support for PARSE clocks... $ac_c" 1>&6 -echo "configure:8470: checking if we have support for PARSE clocks" 1>&5 +echo "configure:8473: checking if we have support for PARSE clocks" 1>&5 case "$ac_cv_header_termio_h$ac_cv_header_termios_h" in *yes*) ntp_canparse=yes @@ -8477,7 +8480,7 @@ esac echo "$ac_t""$ntp_canparse" 1>&6 echo $ac_n "checking if we have support for audio clocks... $ac_c" 1>&6 -echo "configure:8481: checking if we have support for audio clocks" 1>&5 +echo "configure:8484: checking if we have support for audio clocks" 1>&5 case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in *yes*) ntp_canaudio=yes ;; *) ntp_canaudio=no ;; @@ -8485,12 +8488,12 @@ esac echo "$ac_t""$ntp_canaudio" 1>&6 echo $ac_n "checking for struct audio_info.monitor_gain... $ac_c" 1>&6 -echo "configure:8489: checking for struct audio_info.monitor_gain" 1>&5 +echo "configure:8492: checking for struct audio_info.monitor_gain" 1>&5 if test "${ac_cv_member_struct_audio_info_monitor_gain+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < @@ -8508,7 +8511,7 @@ foo.monitor_gain; return 0; } EOF -if { (eval echo configure:8512: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8515: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_member_struct_audio_info_monitor_gain=yes else @@ -8528,12 +8531,12 @@ EOF fi echo $ac_n "checking for struct audio_info.output_muted... $ac_c" 1>&6 -echo "configure:8532: checking for struct audio_info.output_muted" 1>&5 +echo "configure:8535: checking for struct audio_info.output_muted" 1>&5 if test "${ac_cv_member_struct_audio_info_output_muted+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < @@ -8551,7 +8554,7 @@ foo.output_muted; return 0; } EOF -if { (eval echo configure:8555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8558: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_member_struct_audio_info_output_muted=yes else @@ -8571,12 +8574,12 @@ EOF fi echo $ac_n "checking for struct audio_info.blocksize... $ac_c" 1>&6 -echo "configure:8575: checking for struct audio_info.blocksize" 1>&5 +echo "configure:8578: checking for struct audio_info.blocksize" 1>&5 if test "${ac_cv_member_struct_audio_info_blocksize+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < @@ -8594,7 +8597,7 @@ foo.blocksize; return 0; } EOF -if { (eval echo configure:8598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8601: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_member_struct_audio_info_blocksize=yes else @@ -8614,12 +8617,12 @@ EOF fi echo $ac_n "checking for struct audio_info.hiwat... $ac_c" 1>&6 -echo "configure:8618: checking for struct audio_info.hiwat" 1>&5 +echo "configure:8621: checking for struct audio_info.hiwat" 1>&5 if test "${ac_cv_member_struct_audio_info_hiwat+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < @@ -8637,7 +8640,7 @@ foo.hiwat; return 0; } EOF -if { (eval echo configure:8641: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_member_struct_audio_info_hiwat=yes else @@ -8657,12 +8660,12 @@ EOF fi echo $ac_n "checking for struct audio_info.lowat... $ac_c" 1>&6 -echo "configure:8661: checking for struct audio_info.lowat" 1>&5 +echo "configure:8664: checking for struct audio_info.lowat" 1>&5 if test "${ac_cv_member_struct_audio_info_lowat+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < @@ -8680,7 +8683,7 @@ foo.lowat; return 0; } EOF -if { (eval echo configure:8684: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8687: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_member_struct_audio_info_lowat=yes else @@ -8700,12 +8703,12 @@ EOF fi echo $ac_n "checking for struct audio_info.mode... $ac_c" 1>&6 -echo "configure:8704: checking for struct audio_info.mode" 1>&5 +echo "configure:8707: checking for struct audio_info.mode" 1>&5 if test "${ac_cv_member_struct_audio_info_mode+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else cat >conftest.$ac_ext < @@ -8723,7 +8726,7 @@ foo.mode; return 0; } EOF -if { (eval echo configure:8727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:8730: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_member_struct_audio_info_mode=yes else @@ -8744,14 +8747,14 @@ fi # Requires modem control echo $ac_n "checking ACTS modem service... $ac_c" 1>&6 -echo "configure:8748: checking ACTS modem service" 1>&5 +echo "configure:8751: checking ACTS modem service" 1>&5 # Check whether --enable-ACTS or --disable-ACTS was given. if test "${enable_ACTS+set}" = set; then enableval="$enable_ACTS" ntp_ok=$enableval else cat >conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8784,7 +8787,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Arbiter 1088A/B GPS receiver... $ac_c" 1>&6 -echo "configure:8788: checking Arbiter 1088A/B GPS receiver" 1>&5 +echo "configure:8791: checking Arbiter 1088A/B GPS receiver" 1>&5 # Check whether --enable-ARBITER or --disable-ARBITER was given. if test "${enable_ARBITER+set}" = set; then enableval="$enable_ARBITER" @@ -8803,7 +8806,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Arcron MSF receiver... $ac_c" 1>&6 -echo "configure:8807: checking Arcron MSF receiver" 1>&5 +echo "configure:8810: checking Arcron MSF receiver" 1>&5 # Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given. if test "${enable_ARCRON_MSF+set}" = set; then enableval="$enable_ARCRON_MSF" @@ -8822,7 +8825,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Austron 2200A/2201A GPS receiver... $ac_c" 1>&6 -echo "configure:8826: checking Austron 2200A/2201A GPS receiver" 1>&5 +echo "configure:8829: checking Austron 2200A/2201A GPS receiver" 1>&5 # Check whether --enable-AS2201 or --disable-AS2201 was given. if test "${enable_AS2201+set}" = set; then enableval="$enable_AS2201" @@ -8841,7 +8844,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking PPS interface... $ac_c" 1>&6 -echo "configure:8845: checking PPS interface" 1>&5 +echo "configure:8848: checking PPS interface" 1>&5 # Check whether --enable-ATOM or --disable-ATOM was given. if test "${enable_ATOM+set}" = set; then enableval="$enable_ATOM" @@ -8860,7 +8863,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking CHU modem/decoder... $ac_c" 1>&6 -echo "configure:8864: checking CHU modem/decoder" 1>&5 +echo "configure:8867: checking CHU modem/decoder" 1>&5 # Check whether --enable-CHU or --disable-CHU was given. if test "${enable_CHU+set}" = set; then enableval="$enable_CHU" @@ -8880,7 +8883,7 @@ echo "$ac_t""$ntp_ok" 1>&6 ac_refclock_chu=$ntp_ok echo $ac_n "checking CHU audio/decoder... $ac_c" 1>&6 -echo "configure:8884: checking CHU audio/decoder" 1>&5 +echo "configure:8887: checking CHU audio/decoder" 1>&5 # Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given. if test "${enable_AUDIO_CHU+set}" = set; then enableval="$enable_AUDIO_CHU" @@ -8906,7 +8909,7 @@ esac # Not under HP-UX echo $ac_n "checking Datum Programmable Time System... $ac_c" 1>&6 -echo "configure:8910: checking Datum Programmable Time System" 1>&5 +echo "configure:8913: checking Datum Programmable Time System" 1>&5 # Check whether --enable-DATUM or --disable-DATUM was given. if test "${enable_DATUM+set}" = set; then enableval="$enable_DATUM" @@ -8931,7 +8934,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Forum Graphic GPS... $ac_c" 1>&6 -echo "configure:8935: checking Forum Graphic GPS" 1>&5 +echo "configure:8938: checking Forum Graphic GPS" 1>&5 # Check whether --enable-FG or --disable-FG was given. if test "${enable_FG+set}" = set; then enableval="$enable_FG" @@ -8951,14 +8954,14 @@ echo "$ac_t""$ntp_ok" 1>&6 # Requires modem control echo $ac_n "checking Heath GC-1000 WWV/WWVH receiver... $ac_c" 1>&6 -echo "configure:8955: checking Heath GC-1000 WWV/WWVH receiver" 1>&5 +echo "configure:8958: checking Heath GC-1000 WWV/WWVH receiver" 1>&5 # Check whether --enable-HEATH or --disable-HEATH was given. if test "${enable_HEATH+set}" = set; then enableval="$enable_HEATH" ntp_ok=$enableval else cat >conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -8991,7 +8994,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking HP 58503A GPS receiver... $ac_c" 1>&6 -echo "configure:8995: checking HP 58503A GPS receiver" 1>&5 +echo "configure:8998: checking HP 58503A GPS receiver" 1>&5 # Check whether --enable-HPGPS or --disable-HPGPS was given. if test "${enable_HPGPS+set}" = set; then enableval="$enable_HPGPS" @@ -9010,7 +9013,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Sun IRIG audio decoder... $ac_c" 1>&6 -echo "configure:9014: checking Sun IRIG audio decoder" 1>&5 +echo "configure:9017: checking Sun IRIG audio decoder" 1>&5 # Check whether --enable-IRIG or --disable-IRIG was given. if test "${enable_IRIG+set}" = set; then enableval="$enable_IRIG" @@ -9035,7 +9038,7 @@ case "$ntp_ok$ntp_canaudio" in esac echo $ac_n "checking Leitch CSD 5300 Master Clock System Driver... $ac_c" 1>&6 -echo "configure:9039: checking Leitch CSD 5300 Master Clock System Driver" 1>&5 +echo "configure:9042: checking Leitch CSD 5300 Master Clock System Driver" 1>&5 # Check whether --enable-LEITCH or --disable-LEITCH was given. if test "${enable_LEITCH+set}" = set; then enableval="$enable_LEITCH" @@ -9054,7 +9057,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking local clock reference... $ac_c" 1>&6 -echo "configure:9058: checking local clock reference" 1>&5 +echo "configure:9061: checking local clock reference" 1>&5 # Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given. if test "${enable_LOCAL_CLOCK+set}" = set; then enableval="$enable_LOCAL_CLOCK" @@ -9073,7 +9076,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking EES M201 MSF receiver... $ac_c" 1>&6 -echo "configure:9077: checking EES M201 MSF receiver" 1>&5 +echo "configure:9080: checking EES M201 MSF receiver" 1>&5 # Check whether --enable-MSFEES or --disable-MSFEES was given. if test "${enable_MSFEES+set}" = set; then enableval="$enable_MSFEES" @@ -9093,7 +9096,7 @@ echo "$ac_t""$ntp_ok" 1>&6 # Not Ultrix echo $ac_n "checking Magnavox MX4200 GPS receiver... $ac_c" 1>&6 -echo "configure:9097: checking Magnavox MX4200 GPS receiver" 1>&5 +echo "configure:9100: checking Magnavox MX4200 GPS receiver" 1>&5 # Check whether --enable-MX4200 or --disable-MX4200 was given. if test "${enable_MX4200+set}" = set; then enableval="$enable_MX4200" @@ -9120,7 +9123,7 @@ case "$ntp_ok$target" in esac echo $ac_n "checking NMEA GPS receiver... $ac_c" 1>&6 -echo "configure:9124: checking NMEA GPS receiver" 1>&5 +echo "configure:9127: checking NMEA GPS receiver" 1>&5 # Check whether --enable-NMEA or --disable-NMEA was given. if test "${enable_NMEA+set}" = set; then enableval="$enable_NMEA" @@ -9139,7 +9142,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for ONCORE Motorola VP/UT Oncore GPS... $ac_c" 1>&6 -echo "configure:9143: checking for ONCORE Motorola VP/UT Oncore GPS" 1>&5 +echo "configure:9146: checking for ONCORE Motorola VP/UT Oncore GPS" 1>&5 # Check whether --enable-ONCORE or --disable-ONCORE was given. if test "${enable_ONCORE+set}" = set; then enableval="$enable_ONCORE" @@ -9161,7 +9164,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for Palisade clock... $ac_c" 1>&6 -echo "configure:9165: checking for Palisade clock" 1>&5 +echo "configure:9168: checking for Palisade clock" 1>&5 # Check whether --enable-PALISADE or --disable-PALISADE was given. if test "${enable_PALISADE+set}" = set; then enableval="$enable_PALISADE" @@ -9186,7 +9189,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking PST/Traconex 1020 WWV/WWVH receiver... $ac_c" 1>&6 -echo "configure:9190: checking PST/Traconex 1020 WWV/WWVH receiver" 1>&5 +echo "configure:9193: checking PST/Traconex 1020 WWV/WWVH receiver" 1>&5 # Check whether --enable-PST or --disable-PST was given. if test "${enable_PST+set}" = set; then enableval="$enable_PST" @@ -9206,7 +9209,7 @@ echo "$ac_t""$ntp_ok" 1>&6 # Not Ultrix echo $ac_n "checking Rockwell Jupiter GPS receiver... $ac_c" 1>&6 -echo "configure:9210: checking Rockwell Jupiter GPS receiver" 1>&5 +echo "configure:9213: checking Rockwell Jupiter GPS receiver" 1>&5 # Check whether --enable-JUPITER or --disable-JUPITER was given. if test "${enable_JUPITER+set}" = set; then enableval="$enable_JUPITER" @@ -9234,14 +9237,14 @@ esac # Requires modem control echo $ac_n "checking PTB modem service... $ac_c" 1>&6 -echo "configure:9238: checking PTB modem service" 1>&5 +echo "configure:9241: checking PTB modem service" 1>&5 # Check whether --enable-PTBACTS or --disable-PTBACTS was given. if test "${enable_PTBACTS+set}" = set; then enableval="$enable_PTBACTS" ntp_ok=$enableval else cat >conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -9274,7 +9277,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ac_c" 1>&6 -echo "configure:9278: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" 1>&5 +echo "configure:9281: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" 1>&5 # Check whether --enable-TPRO or --disable-TPRO was given. if test "${enable_TPRO+set}" = set; then enableval="$enable_TPRO" @@ -9302,7 +9305,7 @@ case "$ntp_ok$ac_cv_header_sys_tpro" in esac echo $ac_n "checking TRAK 8810 GPS receiver... $ac_c" 1>&6 -echo "configure:9306: checking TRAK 8810 GPS receiver" 1>&5 +echo "configure:9309: checking TRAK 8810 GPS receiver" 1>&5 # Check whether --enable-TRAK or --disable-TRAK was given. if test "${enable_TRAK+set}" = set; then enableval="$enable_TRAK" @@ -9321,7 +9324,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Chrono-log K-series WWVB receiver... $ac_c" 1>&6 -echo "configure:9325: checking Chrono-log K-series WWVB receiver" 1>&5 +echo "configure:9328: checking Chrono-log K-series WWVB receiver" 1>&5 # Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given. if test "${enable_CHRONOLOG+set}" = set; then enableval="$enable_CHRONOLOG" @@ -9340,7 +9343,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Dumb generic hh:mm:ss local clock... $ac_c" 1>&6 -echo "configure:9344: checking Dumb generic hh:mm:ss local clock" 1>&5 +echo "configure:9347: checking Dumb generic hh:mm:ss local clock" 1>&5 # Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given. if test "${enable_DUMBCLOCK+set}" = set; then enableval="$enable_DUMBCLOCK" @@ -9359,7 +9362,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Conrad parallel port radio clock... $ac_c" 1>&6 -echo "configure:9363: checking Conrad parallel port radio clock" 1>&5 +echo "configure:9366: checking Conrad parallel port radio clock" 1>&5 # Check whether --enable-PCF or --disable-PCF was given. if test "${enable_PCF+set}" = set; then enableval="$enable_PCF" @@ -9378,7 +9381,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking Spectracom 8170/Netclock/2 WWVB receiver... $ac_c" 1>&6 -echo "configure:9382: checking Spectracom 8170/Netclock/2 WWVB receiver" 1>&5 +echo "configure:9385: checking Spectracom 8170/Netclock/2 WWVB receiver" 1>&5 # Check whether --enable-SPECTRACOM or --disable-SPECTRACOM was given. if test "${enable_SPECTRACOM+set}" = set; then enableval="$enable_SPECTRACOM" @@ -9398,7 +9401,7 @@ echo "$ac_t""$ntp_ok" 1>&6 # Not on a vax-dec-bsd echo $ac_n "checking Kinemetrics/TrueTime receivers... $ac_c" 1>&6 -echo "configure:9402: checking Kinemetrics/TrueTime receivers" 1>&5 +echo "configure:9405: checking Kinemetrics/TrueTime receivers" 1>&5 # Check whether --enable-TRUETIME or --disable-TRUETIME was given. if test "${enable_TRUETIME+set}" = set; then enableval="$enable_TRUETIME" @@ -9427,7 +9430,7 @@ case "$ntp_ok$target" in esac echo $ac_n "checking Ultralink M320 WWVB receiver... $ac_c" 1>&6 -echo "configure:9431: checking Ultralink M320 WWVB receiver" 1>&5 +echo "configure:9434: checking Ultralink M320 WWVB receiver" 1>&5 # Check whether --enable-ULINK or --disable-ULINK was given. if test "${enable_ULINK+set}" = set; then enableval="$enable_ULINK" @@ -9446,7 +9449,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking WWV receiver... $ac_c" 1>&6 -echo "configure:9450: checking WWV receiver" 1>&5 +echo "configure:9453: checking WWV receiver" 1>&5 # Check whether --enable-WWV or --disable-WWV was given. if test "${enable_WWV+set}" = set; then enableval="$enable_WWV" @@ -9472,14 +9475,14 @@ esac # Requires modem control echo $ac_n "checking USNO modem service... $ac_c" 1>&6 -echo "configure:9476: checking USNO modem service" 1>&5 +echo "configure:9479: checking USNO modem service" 1>&5 # Check whether --enable-USNO or --disable-USNO was given. if test "${enable_USNO+set}" = set; then enableval="$enable_USNO" ntp_ok=$enableval else cat >conftest.$ac_ext < #ifdef HAVE_SYS_IOCTL_H @@ -9512,7 +9515,7 @@ fi echo "$ac_t""$ntp_ok" 1>&6 echo $ac_n "checking for default inclusion of all suitable PARSE clocks... $ac_c" 1>&6 -echo "configure:9516: checking for default inclusion of all suitable PARSE clocks" 1>&5 +echo "configure:9519: checking for default inclusion of all suitable PARSE clocks" 1>&5 # Check whether --enable-parse-clocks or --disable-parse-clocks was given. if test "${enable_parse_clocks+set}" = set; then enableval="$enable_parse_clocks" @@ -9542,7 +9545,7 @@ ntp_parseutil=no ntp_rawdcf=no echo $ac_n "checking Diem Computime Radio Clock... $ac_c" 1>&6 -echo "configure:9546: checking Diem Computime Radio Clock" 1>&5 +echo "configure:9549: checking Diem Computime Radio Clock" 1>&5 # Check whether --enable-COMPUTIME or --disable-COMPUTIME was given. if test "${enable_COMPUTIME+set}" = set; then enableval="$enable_COMPUTIME" @@ -9567,7 +9570,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking ELV/DCF7000 clock... $ac_c" 1>&6 -echo "configure:9571: checking ELV/DCF7000 clock" 1>&5 +echo "configure:9574: checking ELV/DCF7000 clock" 1>&5 # Check whether --enable-DCF7000 or --disable-DCF7000 was given. if test "${enable_DCF7000+set}" = set; then enableval="$enable_DCF7000" @@ -9592,7 +9595,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking HOPF 6021 clock... $ac_c" 1>&6 -echo "configure:9596: checking HOPF 6021 clock" 1>&5 +echo "configure:9599: checking HOPF 6021 clock" 1>&5 # Check whether --enable-HOPF6021 or --disable-HOPF6021 was given. if test "${enable_HOPF6021+set}" = set; then enableval="$enable_HOPF6021" @@ -9617,7 +9620,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Meinberg clocks... $ac_c" 1>&6 -echo "configure:9621: checking Meinberg clocks" 1>&5 +echo "configure:9624: checking Meinberg clocks" 1>&5 # Check whether --enable-MEINBERG or --disable-MEINBERG was given. if test "${enable_MEINBERG+set}" = set; then enableval="$enable_MEINBERG" @@ -9642,7 +9645,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking DCF77 raw time code... $ac_c" 1>&6 -echo "configure:9646: checking DCF77 raw time code" 1>&5 +echo "configure:9649: checking DCF77 raw time code" 1>&5 # Check whether --enable-RAWDCF or --disable-RAWDCF was given. if test "${enable_RAWDCF+set}" = set; then enableval="$enable_RAWDCF" @@ -9671,7 +9674,7 @@ esac case "$ntp_rawdcf" in yes) echo $ac_n "checking if we must enable parity for RAWDCF... $ac_c" 1>&6 -echo "configure:9675: checking if we must enable parity for RAWDCF" 1>&5 +echo "configure:9678: checking if we must enable parity for RAWDCF" 1>&5 if test "${ac_cv_var_rawdcf_parity+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -9698,7 +9701,7 @@ EOF esac echo $ac_n "checking RCC 8000 clock... $ac_c" 1>&6 -echo "configure:9702: checking RCC 8000 clock" 1>&5 +echo "configure:9705: checking RCC 8000 clock" 1>&5 # Check whether --enable-RCC8000 or --disable-RCC8000 was given. if test "${enable_RCC8000+set}" = set; then enableval="$enable_RCC8000" @@ -9723,7 +9726,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Schmid DCF77 clock... $ac_c" 1>&6 -echo "configure:9727: checking Schmid DCF77 clock" 1>&5 +echo "configure:9730: checking Schmid DCF77 clock" 1>&5 # Check whether --enable-SCHMID or --disable-SCHMID was given. if test "${enable_SCHMID+set}" = set; then enableval="$enable_SCHMID" @@ -9748,7 +9751,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Trimble GPS receiver/TAIP protocol... $ac_c" 1>&6 -echo "configure:9752: checking Trimble GPS receiver/TAIP protocol" 1>&5 +echo "configure:9755: checking Trimble GPS receiver/TAIP protocol" 1>&5 # Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given. if test "${enable_TRIMTAIP+set}" = set; then enableval="$enable_TRIMTAIP" @@ -9773,7 +9776,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking Trimble GPS receiver/TSIP protocol... $ac_c" 1>&6 -echo "configure:9777: checking Trimble GPS receiver/TSIP protocol" 1>&5 +echo "configure:9780: checking Trimble GPS receiver/TSIP protocol" 1>&5 # Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given. if test "${enable_TRIMTSIP+set}" = set; then enableval="$enable_TRIMTSIP" @@ -9798,7 +9801,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking WHARTON 400A Series clock... $ac_c" 1>&6 -echo "configure:9802: checking WHARTON 400A Series clock" 1>&5 +echo "configure:9805: checking WHARTON 400A Series clock" 1>&5 # Check whether --enable-WHARTON or --disable-WHARTON was given. if test "${enable_WHARTON+set}" = set; then enableval="$enable_WHARTON" @@ -9823,7 +9826,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking VARITEXT clock... $ac_c" 1>&6 -echo "configure:9827: checking VARITEXT clock" 1>&5 +echo "configure:9830: checking VARITEXT clock" 1>&5 # Check whether --enable-VARITEXT or --disable-VARITEXT was given. if test "${enable_VARITEXT+set}" = set; then enableval="$enable_VARITEXT" @@ -9848,7 +9851,7 @@ case "$ntp_ok$ntp_canparse" in esac echo $ac_n "checking if we need to make and use the parse libraries... $ac_c" 1>&6 -echo "configure:9852: checking if we need to make and use the parse libraries" 1>&5 +echo "configure:9855: checking if we need to make and use the parse libraries" 1>&5 ans=no case "$ntp_libparse" in yes) @@ -9873,7 +9876,7 @@ esac echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we need to make and use the RSAREF library... $ac_c" 1>&6 -echo "configure:9877: checking if we need to make and use the RSAREF library" 1>&5 +echo "configure:9880: checking if we need to make and use the RSAREF library" 1>&5 ans=no if test -f $srcdir/rsaref2/source/rsa.c then @@ -9888,7 +9891,7 @@ fi echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can make dcf parse utilities... $ac_c" 1>&6 -echo "configure:9892: checking if we can make dcf parse utilities" 1>&5 +echo "configure:9895: checking if we can make dcf parse utilities" 1>&5 ans=no if test "$ntp_parseutil" = "yes"; then case "$target" in @@ -9902,7 +9905,7 @@ fi echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can build kernel streams modules for parse... $ac_c" 1>&6 -echo "configure:9906: checking if we can build kernel streams modules for parse" 1>&5 +echo "configure:9909: checking if we can build kernel streams modules for parse" 1>&5 ans=no case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in yesyes) @@ -9929,7 +9932,7 @@ esac echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we need basic refclock support... $ac_c" 1>&6 -echo "configure:9933: checking if we need basic refclock support" 1>&5 +echo "configure:9936: checking if we need basic refclock support" 1>&5 if test "$ntp_refclock" = "yes"; then cat >>confdefs.h <<\EOF #define REFCLOCK 1 @@ -9941,7 +9944,7 @@ echo "$ac_t""$ntp_refclock" 1>&6 echo $ac_n "checking if we want HP-UX adjtimed support... $ac_c" 1>&6 -echo "configure:9945: checking if we want HP-UX adjtimed support" 1>&5 +echo "configure:9948: checking if we want HP-UX adjtimed support" 1>&5 case "$target" in *-*-hpux[56789]*) ans=yes @@ -9959,7 +9962,7 @@ fi echo "$ac_t""$ans" 1>&6 echo $ac_n "checking if we can read kmem... $ac_c" 1>&6 -echo "configure:9963: checking if we can read kmem" 1>&5 +echo "configure:9966: checking if we can read kmem" 1>&5 if test "${ac_cv_var_can_kmem+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10011,7 +10014,7 @@ EOF esac echo $ac_n "checking if adjtime is accurate... $ac_c" 1>&6 -echo "configure:10015: checking if adjtime is accurate" 1>&5 +echo "configure:10018: checking if adjtime is accurate" 1>&5 if test "${ac_cv_var_adjtime_is_accurate+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10062,7 +10065,7 @@ EOF esac echo $ac_n "checking the name of 'tick' in the kernel... $ac_c" 1>&6 -echo "configure:10066: checking the name of 'tick' in the kernel" 1>&5 +echo "configure:10069: checking the name of 'tick' in the kernel" 1>&5 if test "${ac_cv_var_nlist_tick+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10105,7 +10108,7 @@ EOF esac # echo $ac_n "checking for the units of 'tick'... $ac_c" 1>&6 -echo "configure:10109: checking for the units of 'tick'" 1>&5 +echo "configure:10112: checking for the units of 'tick'" 1>&5 if test "${ac_cv_var_tick_nano+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10128,7 +10131,7 @@ EOF esac # echo $ac_n "checking the name of 'tickadj' in the kernel... $ac_c" 1>&6 -echo "configure:10132: checking the name of 'tickadj' in the kernel" 1>&5 +echo "configure:10135: checking the name of 'tickadj' in the kernel" 1>&5 if test "${ac_cv_var_nlist_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10180,7 +10183,7 @@ EOF esac # echo $ac_n "checking for the units of 'tickadj'... $ac_c" 1>&6 -echo "configure:10184: checking for the units of 'tickadj'" 1>&5 +echo "configure:10187: checking for the units of 'tickadj'" 1>&5 if test "${ac_cv_var_tickadj_nano+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10203,7 +10206,7 @@ EOF esac # echo $ac_n "checking half-heartedly for 'dosynctodr' in the kernel... $ac_c" 1>&6 -echo "configure:10207: checking half-heartedly for 'dosynctodr' in the kernel" 1>&5 +echo "configure:10210: checking half-heartedly for 'dosynctodr' in the kernel" 1>&5 if test "${ac_cv_var_nlist_dosynctodr+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10255,7 +10258,7 @@ EOF esac # echo $ac_n "checking half-heartedly for 'noprintf' in the kernel... $ac_c" 1>&6 -echo "configure:10259: checking half-heartedly for 'noprintf' in the kernel" 1>&5 +echo "configure:10262: checking half-heartedly for 'noprintf' in the kernel" 1>&5 if test "${ac_cv_var_nlist_noprintf+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10301,7 +10304,7 @@ EOF esac echo $ac_n "checking for a default value for 'tick'... $ac_c" 1>&6 -echo "configure:10305: checking for a default value for 'tick'" 1>&5 +echo "configure:10308: checking for a default value for 'tick'" 1>&5 if test "${ac_cv_var_tick+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10344,7 +10347,7 @@ EOF esac echo $ac_n "checking for a default value for 'tickadj'... $ac_c" 1>&6 -echo "configure:10348: checking for a default value for 'tickadj'" 1>&5 +echo "configure:10351: checking for a default value for 'tickadj'" 1>&5 if test "${ac_cv_var_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10475,7 +10478,7 @@ case "$target" in esac echo $ac_n "checking if we want and can make the tickadj utility... $ac_c" 1>&6 -echo "configure:10479: checking if we want and can make the tickadj utility" 1>&5 +echo "configure:10482: checking if we want and can make the tickadj utility" 1>&5 if test "${ac_cv_make_tickadj+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10489,7 +10492,7 @@ case "$ac_cv_make_tickadj" in esac echo $ac_n "checking if we want and can make the ntptime utility... $ac_c" 1>&6 -echo "configure:10493: checking if we want and can make the ntptime utility" 1>&5 +echo "configure:10496: checking if we want and can make the ntptime utility" 1>&5 if test "${ac_cv_make_ntptime+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10514,7 +10517,7 @@ case "$ac_cv_make_ntptime" in esac echo $ac_n "checking if we want UDP wildcard delivery... $ac_c" 1>&6 -echo "configure:10518: checking if we want UDP wildcard delivery" 1>&5 +echo "configure:10521: checking if we want UDP wildcard delivery" 1>&5 if test "${ac_cv_var_udp_wildcard_delivery+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10592,7 +10595,7 @@ case "$host" in esac echo $ac_n "checking if we should always slew the time... $ac_c" 1>&6 -echo "configure:10596: checking if we should always slew the time" 1>&5 +echo "configure:10599: checking if we should always slew the time" 1>&5 if test "${ac_cv_var_slew_always+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10631,7 +10634,7 @@ EOF esac echo $ac_n "checking if we should step and slew the time... $ac_c" 1>&6 -echo "configure:10635: checking if we should step and slew the time" 1>&5 +echo "configure:10638: checking if we should step and slew the time" 1>&5 if test "${ac_cv_var_step_slew+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10673,7 +10676,7 @@ EOF esac echo $ac_n "checking if ntpdate should step the time... $ac_c" 1>&6 -echo "configure:10677: checking if ntpdate should step the time" 1>&5 +echo "configure:10680: checking if ntpdate should step the time" 1>&5 if test "${ac_cv_var_ntpdate_step+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10703,7 +10706,7 @@ EOF esac echo $ac_n "checking if we should sync TODR clock every hour... $ac_c" 1>&6 -echo "configure:10707: checking if we should sync TODR clock every hour" 1>&5 +echo "configure:10710: checking if we should sync TODR clock every hour" 1>&5 if test "${ac_cv_var_sync_todr+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -10735,7 +10738,7 @@ EOF esac echo $ac_n "checking if we should avoid kernel FLL bug... $ac_c" 1>&6 -echo "configure:10739: checking if we should avoid kernel FLL bug" 1>&5 +echo "configure:10742: checking if we should avoid kernel FLL bug" 1>&5 if test "${ac_cv_var_kernel_fll_bug+set}" = set; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index e458369c6..ea58f15f5 100644 --- a/configure.in +++ b/configure.in @@ -934,6 +934,9 @@ AC_CACHE_CHECK(if we need a ctty for F_SETOWN, ac_cv_func_ctty_for_f_setown, *-*-netbsd*) ans=yes ;; + *-*-openbsd*) + ans=yes + ;; *-*-osf*) ans=yes ;; @@ -1270,7 +1273,7 @@ case "$ac_cv_var_mcast" in yes) AC_DEFINE(MCAST) ;; esac -AC_CACHE_CHECK([availability of ntp_{adj,get}time()], ac_cv_var_ntp_syscalls, +AC_CACHE_CHECK([[availability of ntp_{adj,get}time()]], ac_cv_var_ntp_syscalls, [ac_cv_var_ntp_syscalls=no case "$ac_cv_func___adjtimex" in yes)