if eval "test \"\${ac_cv_make_ntptime+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
- case "$ac_cv_struct_ntptimeval_timespec$ac_cv_var_kernel_pll$target" in
- noyes*linux*)
+ case "$target" in
+ *linux*)
ans=no
;;
- noyes*)
- ans=yes
- ;;
- *)
- ans=no
+ *) case "$ac_cv_struct_ntptimeval_timespec$ac_cv_struct_ntptimeval_tv_nsc$ac_cv_var_kernel_pll" in
+ *yes*yes)
+ ans=yes
+ ;;
+ *)
+ ans=no
+ ;;
+ esac
;;
-esac;
+esac
ac_cv_make_ntptime=$ans
fi
esac
echo $ac_n "checking if we want UDP wildcard delivery""... $ac_c" 1>&6
-echo "configure:9240: checking if we want UDP wildcard delivery" >&5
+echo "configure:9243: checking if we want UDP wildcard delivery" >&5
if eval "test \"\${ac_cv_var_udp_wildcard_delivery+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should always slew the time""... $ac_c" 1>&6
-echo "configure:9319: checking if we should always slew the time" >&5
+echo "configure:9322: checking if we should always slew the time" >&5
if eval "test \"\${ac_cv_var_slew_always+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should step and slew the time""... $ac_c" 1>&6
-echo "configure:9359: checking if we should step and slew the time" >&5
+echo "configure:9362: checking if we should step and slew the time" >&5
if eval "test \"\${ac_cv_var_step_slew+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if ntpdate should step the time""... $ac_c" 1>&6
-echo "configure:9402: checking if ntpdate should step the time" >&5
+echo "configure:9405: checking if ntpdate should step the time" >&5
if eval "test \"\${ac_cv_var_ntpdate_step+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should sync TODR clock every hour""... $ac_c" 1>&6
-echo "configure:9433: checking if we should sync TODR clock every hour" >&5
+echo "configure:9436: checking if we should sync TODR clock every hour" >&5
if eval "test \"\${ac_cv_var_sync_todr+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
esac
echo $ac_n "checking if we should avoid kernel FLL bug""... $ac_c" 1>&6
-echo "configure:9466: checking if we should avoid kernel FLL bug" >&5
+echo "configure:9469: checking if we should avoid kernel FLL bug" >&5
if eval "test \"\${ac_cv_var_kernel_fll_bug+set}\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
AC_SUBST(MAKE_NTPTIME)
AC_CACHE_CHECK(if we want and can make the ntptime utility, ac_cv_make_ntptime,
-[case "$ac_cv_struct_ntptimeval_timespec$ac_cv_var_kernel_pll$target" in
- noyes*linux*)
+[case "$target" in
+ *linux*)
ans=no
;;
- noyes*)
- ans=yes
- ;;
- *)
- ans=no
+ *) case "$ac_cv_struct_ntptimeval_timespec$ac_cv_struct_ntptimeval_tv_nsc$ac_cv_var_kernel_pll" in
+ *yes*yes)
+ ans=yes
+ ;;
+ *)
+ ans=no
+ ;;
+ esac
;;
-esac;
+esac
ac_cv_make_ntptime=$ans])
case "$ac_cv_make_ntptime" in
yes)
#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
AUTOMAKE_OPTIONS = ../util/ansi2knr
-noinst_HEADERS = adjtime.h global.h gps.h l_stdlib.h md5.h mx4200.h \
-ntif.h ntp.h ntp_calendar.h ntp_control.h ntp_datum.h ntp_filegen.h ntp_fp.h \
-ntp_if.h ntp_io.h ntp_machine.h ntp_malloc.h ntp_proto.h ntp_refclock.h \
-ntp_request.h ntp_select.h ntp_stdlib.h ntp_string.h ntp_syslog.h \
-ntp_types.h ntp_unixtime.h ntpd.h parse.h parse_conf.h \
-binio.h mbg_gps166.h ieee754io.h ascii.h trimble.h iosignal.h recvbuff.h
-
ETAGS_ARGS = $(srcdir)/Makefile.am
#EXTRA_DIST = TAGS
+
+noinst_HEADERS = \
+ adjtime.h \
+ ascii.h \
+ binio.h \
+ global.h \
+ gps.h \
+ ieee754io.h \
+ iosignal.h \
+ l_stdlib.h \
+ mbg_gps166.h \
+ md5.h \
+ mx4200.h \
+ ntif.h \
+ ntp.h \
+ ntp_calendar.h \
+ ntp_control.h \
+ ntp_datum.h \
+ ntp_filegen.h \
+ ntp_fp.h \
+ ntp_if.h \
+ ntp_io.h \
+ ntp_machine.h \
+ ntp_malloc.h \
+ ntp_proto.h \
+ ntp_refclock.h \
+ ntp_request.h \
+ ntp_select.h \
+ ntp_stdlib.h \
+ ntp_string.h \
+ ntp_syscall.h \
+ ntp_syslog.h \
+ ntp_types.h \
+ ntp_unixtime.h \
+ ntpd.h \
+ parse.h \
+ parse_conf.h \
+ recvbuff.h \
+ trimble.h
+
AUTOMAKE_OPTIONS = ../util/ansi2knr
-noinst_HEADERS = adjtime.h global.h gps.h l_stdlib.h md5.h mx4200.h \
-ntif.h ntp.h ntp_calendar.h ntp_control.h ntp_datum.h ntp_filegen.h ntp_fp.h \
-ntp_if.h ntp_io.h ntp_machine.h ntp_malloc.h ntp_proto.h ntp_refclock.h \
-ntp_request.h ntp_select.h ntp_stdlib.h ntp_string.h ntp_syslog.h \
-ntp_types.h ntp_unixtime.h ntpd.h parse.h parse_conf.h \
-binio.h mbg_gps166.h ieee754io.h ascii.h trimble.h iosignal.h recvbuff.h
+ETAGS_ARGS = $(srcdir)/Makefile.am
+#EXTRA_DIST = TAGS
+noinst_HEADERS = \
+ adjtime.h \
+ ascii.h \
+ binio.h \
+ global.h \
+ gps.h \
+ ieee754io.h \
+ iosignal.h \
+ l_stdlib.h \
+ mbg_gps166.h \
+ md5.h \
+ mx4200.h \
+ ntif.h \
+ ntp.h \
+ ntp_calendar.h \
+ ntp_control.h \
+ ntp_datum.h \
+ ntp_filegen.h \
+ ntp_fp.h \
+ ntp_if.h \
+ ntp_io.h \
+ ntp_machine.h \
+ ntp_malloc.h \
+ ntp_proto.h \
+ ntp_refclock.h \
+ ntp_request.h \
+ ntp_select.h \
+ ntp_stdlib.h \
+ ntp_string.h \
+ ntp_syscall.h \
+ ntp_syslog.h \
+ ntp_types.h \
+ ntp_unixtime.h \
+ ntpd.h \
+ parse.h \
+ parse_conf.h \
+ recvbuff.h \
+ trimble.h
-ETAGS_ARGS = $(srcdir)/Makefile.am
subdir = include
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean
-#EXTRA_DIST = TAGS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.