From: Harlan Stenn Date: Thu, 10 May 2001 05:47:41 +0000 (-0000) Subject: Makefile.in, aclocal.m4, configure: X-Git-Tag: NTP_4_0_99_M~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82de973ff56dee3e476e7dfa7fb9ae77ea4ec8c0;p=thirdparty%2Fntp.git Makefile.in, aclocal.m4, configure: Update automake files/new version of automake. bk: 3afa2b7d6nOA_ZDu3ir-hPUEpADPOQ --- diff --git a/ElectricFence/Makefile.in b/ElectricFence/Makefile.in index 5b4183153f..dc69697a45 100644 --- a/ElectricFence/Makefile.in +++ b/ElectricFence/Makefile.in @@ -11,6 +11,13 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +# Harlan Stenn +# Converted the original Makefile (now in Makefile-) to Makefile.am +# in July of '00 + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +70,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +88,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,13 +115,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -# Harlan Stenn -# Converted the original Makefile (now in Makefile-) to Makefile.am -# in July of '00 - - EXTRA_DIST = libefence.3 CHANGES libefence_a_SOURCES = efence.h efence.c page.c print.c check_PROGRAMS = @EF_PROGS@ @@ -135,49 +134,50 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ libefence_a_AR = $(AR) cru -libefence_a_LIBADD = +libefence_a_LIBADD = am_libefence_a_OBJECTS = efence.$(OBJEXT) page.$(OBJEXT) print.$(OBJEXT) libefence_a_OBJECTS = $(am_libefence_a_OBJECTS) -AR = ar EXTRA_PROGRAMS = eftest$(EXEEXT) tstheap$(EXEEXT) check_PROGRAMS = @EF_PROGS@ eftest_SOURCES = eftest.c eftest_OBJECTS = eftest.$(OBJEXT) eftest_LDADD = $(LDADD) eftest_DEPENDENCIES = libefence.a -eftest_LDFLAGS = +eftest_LDFLAGS = tstheap_SOURCES = tstheap.c tstheap_OBJECTS = tstheap.$(OBJEXT) tstheap_LDADD = $(LDADD) tstheap_DEPENDENCIES = libefence.a -tstheap_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +tstheap_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/efence.Po $(DEPDIR)/eftest.Po \ +@AMDEP_TRUE@ $(DEPDIR)/page.Po $(DEPDIR)/print.Po \ +@AMDEP_TRUE@ $(DEPDIR)/tstheap.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = $(libefence_a_SOURCES) eftest.c tstheap.c -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/efence.Po $(DEPDIR)/eftest.Po \ -@AMDEP@ $(DEPDIR)/page.Po $(DEPDIR)/print.Po $(DEPDIR)/tstheap.Po DIST_COMMON = README COPYING Makefile.am Makefile.in - SOURCES = $(libefence_a_SOURCES) eftest.c tstheap.c -OBJECTS = $(am_libefence_a_OBJECTS) eftest.$(OBJEXT) tstheap.$(OBJEXT) all: all-am .SUFFIXES: -.SUFFIXES: .c .h .o .obj +.SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu ElectricFence/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -185,12 +185,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core - -distclean-compile: - -rm -f *.tab.c - libefence.a: $(libefence_a_OBJECTS) $(libefence_a_DEPENDENCIES) -rm -f libefence.a $(libefence_a_AR) libefence.a $(libefence_a_OBJECTS) $(libefence_a_LIBADD) @@ -199,14 +193,43 @@ libefence.a: $(libefence_a_OBJECTS) $(libefence_a_DEPENDENCIES) clean-checkPROGRAMS: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) -eftest: $(eftest_OBJECTS) $(eftest_DEPENDENCIES) - @rm -f eftest +eftest$(EXEEXT): $(eftest_OBJECTS) $(eftest_DEPENDENCIES) + @rm -f eftest$(EXEEXT) $(LINK) $(eftest_LDFLAGS) $(eftest_OBJECTS) $(eftest_LDADD) $(LIBS) -tstheap: $(tstheap_OBJECTS) $(tstheap_DEPENDENCIES) - @rm -f tstheap +tstheap$(EXEEXT): $(tstheap_OBJECTS) $(tstheap_DEPENDENCIES) + @rm -f tstheap$(EXEEXT) $(LINK) $(tstheap_LDFLAGS) $(tstheap_OBJECTS) $(tstheap_LDADD) $(LIBS) +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/efence.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/eftest.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/page.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/print.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/tstheap.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` + +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -218,7 +241,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -239,30 +262,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/efence.Po -@AMDEP@@_am_include@ $(DEPDIR)/eftest.Po -@AMDEP@@_am_include@ $(DEPDIR)/page.Po -@AMDEP@@_am_include@ $(DEPDIR)/print.Po -@AMDEP@@_am_include@ $(DEPDIR)/tstheap.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -271,6 +270,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -350,6 +353,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic +uninstall-am: + .PHONY: all all-am check check-am check-local clean clean-checkPROGRAMS \ clean-generic clean-noinstLIBRARIES distclean distclean-compile \ distclean-depend distclean-generic distclean-tags distdir dvi \ diff --git a/Makefile.in b/Makefile.in index 2a7f9389aa..9eaf9969c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies - - AUTOMAKE_OPTIONS = util/ansi2knr foreign SUBDIRS = \ @@ -171,9 +170,9 @@ DISTCLEANFILES = .warning #ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in ETAGS_ARGS = Makefile.am configure.in acconfig.h + # HMS: make ports be the last directory... # DIST_HOOK_DIRS = conf html scripts ports - BUILT_SOURCES = $(srcdir)/COPYRIGHT CVO = `$(srcdir)/config.guess` @@ -187,28 +186,33 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = DIST_SOURCES = -DIST_COMMON = README ./stamp-h.in ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 config.guess \ -config.h.in config.sub configure configure.in depcomp install-sh \ -missing mkinstalldirs +RECURSIVE_TARGETS = all-recursive install-data-recursive \ + install-exec-recursive installdirs-recursive install-recursive \ + uninstall-recursive check-recursive installcheck-recursive +DIST_COMMON = README ./stamp-h.in ChangeLog INSTALL Makefile.am \ + Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \ + config.guess config.h.in config.sub configure configure.in \ + depcomp install-sh missing mkinstalldirs DIST_SUBDIRS = $(SUBDIRS) all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -$(ACLOCAL_M4): configure.in acinclude.m4 - cd $(srcdir) && $(ACLOCAL) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) + +$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): configure.in acinclude.m4 + cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) + config.h: stamp-h @if test ! -f $@; then \ rm -f stamp-h; \ @@ -221,12 +225,12 @@ stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status && CONFIG_FILES= CONFIG_HEADERS=config.h \ $(SHELL) ./config.status @mv stamp-hT stamp-h -$(srcdir)/config.h.in: $(srcdir)/./stamp-h.in +$(srcdir)/config.h.in: $(srcdir)/./stamp-h.in @if test ! -f $@; then \ rm -f $(srcdir)/./stamp-h.in; \ $(MAKE) $(srcdir)/./stamp-h.in; \ else :; fi -$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h +$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null cd $(top_srcdir) && $(AUTOHEADER) @@ -241,10 +245,7 @@ distclean-hdr: # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. -all-recursive install-data-recursive install-exec-recursive \ -installdirs-recursive install-recursive uninstall-recursive \ -install-info-recursive uninstall-info-recursive \ -check-recursive installcheck-recursive info-recursive dvi-recursive: +$(RECURSIVE_TARGETS): @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ @@ -309,9 +310,9 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ + if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ - fi; \ + fi; \ done; \ list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -343,6 +344,10 @@ distdir: $(DISTFILES) $(mkinstalldirs) $(distdir)/scripts @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -376,6 +381,7 @@ distdir: $(DISTFILES) dist: distdir $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) + # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. @@ -444,11 +450,11 @@ clean: clean-recursive clean-am: clean-generic mostlyclean-am -dist-all: dist - +dist-all: distdir + $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) distclean: distclean-recursive -rm -f config.status - distclean-am: clean-am distclean-generic distclean-hdr distclean-tags dvi: @@ -471,27 +477,26 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f config.status - maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic -.PHONY: all all-am all-recursive check check-am check-recursive clean \ +uninstall-am: + +.PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \ clean-generic clean-recursive dist dist-all distcheck distclean \ distclean-generic distclean-hdr distclean-recursive \ - distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ - info-recursive install install-am install-data install-data-am \ - install-data-recursive install-exec install-exec-am \ - install-exec-recursive install-info install-info-recursive \ - install-man install-recursive install-strip installcheck \ - installcheck-am installcheck-recursive installdirs \ - installdirs-am installdirs-recursive maintainer-clean \ - maintainer-clean-generic maintainer-clean-recursive mostlyclean \ - mostlyclean-generic mostlyclean-recursive tags tags-recursive \ - uninstall uninstall-am uninstall-info-recursive \ - uninstall-recursive + distclean-tags distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-data-recursive \ + install-exec install-exec-am install-exec-recursive \ + install-info install-man install-recursive install-strip \ + installcheck installcheck-am installdirs installdirs-am \ + installdirs-recursive maintainer-clean maintainer-clean-generic \ + maintainer-clean-recursive mostlyclean mostlyclean-generic \ + mostlyclean-recursive tags tags-recursive uninstall \ + uninstall-am uninstall-recursive $(srcdir)/COPYRIGHT: html/copyright.htm diff --git a/aclocal.m4 b/aclocal.m4 index 8b66129011..29f6d334c7 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -182,6 +182,7 @@ if ( # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi + rm -f conftest.file if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then @@ -202,7 +203,6 @@ else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi -rm -f conftest* AC_MSG_RESULT(yes)]) @@ -243,7 +243,7 @@ AC_DEFUN([AM_MISSING_HAS_RUN], [test x"${MISSING+set}" = xset || MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing" # Use eval to expand $SHELL -if eval "$MISSING --run :"; then +if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= @@ -441,22 +441,11 @@ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking Speeds up one-time builds --enable-dependency-tracking Do not reject slow dependency extractors]) -if test "x$enable_dependency_tracking" = xno; then - AMDEP="#" -else +if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" - if test ! -f "$am_depcomp"; then - AMDEP="#" - else - AMDEP= - fi -fi -AC_SUBST(AMDEP) -if test -z "$AMDEP"; then AMDEPBACKSLASH='\' -else - AMDEPBACKSLASH= fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) pushdef([subst], defn([AC_SUBST])) subst(AMDEPBACKSLASH) popdef([subst]) @@ -518,7 +507,6 @@ ac_aux_dir="$ac_aux_dir"])]) # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} -# BSD make uses .include cat > confinc << 'END' doit: @echo done @@ -526,18 +514,57 @@ END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) _am_include='#' -for am_inc in include .include; do - echo "$am_inc confinc" > confmf - if test "`$am_make -f confmf 2> /dev/null`" = "done"; then - _am_include=$am_inc - break +_am_quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + _am_include=include + _am_quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$_am_include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + _am_include=.include + _am_quote='"' + _am_result=BSD fi -done +fi AC_SUBST(_am_include) -AC_MSG_RESULT($_am_include) +AC_SUBST(_am_quote) +AC_MSG_RESULT($_am_result) rm -f confinc confmf ]) +# serial 3 + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +# +# FIXME: Once using 2.50, use this: +# m4_match([$1], [^TRUE\|FALSE$], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_DEFUN([AM_CONDITIONAL], +[ifelse([$1], [TRUE], + [errprint(__file__:__line__: [$0: invalid condition: $1 +])dnl +m4exit(1)])dnl +ifelse([$1], [FALSE], + [errprint(__file__:__line__: [$0: invalid condition: $1 +])dnl +m4exit(1)])dnl +AC_SUBST([$1_TRUE]) +AC_SUBST([$1_FALSE]) +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi]) + # serial 1 diff --git a/adjtimed/Makefile.in b/adjtimed/Makefile.in index 72ae621180..b55abf290b 100644 --- a/adjtimed/Makefile.in +++ b/adjtimed/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../ansi2knr #no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../ansi2knr #no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr bin_PROGRAMS = @MAKE_ADJTIMED@ EXTRA_PROGRAMS = adjtimed @@ -134,37 +133,37 @@ EXTRA_PROGRAMS = adjtimed$(EXEEXT) bin_PROGRAMS = @MAKE_ADJTIMED@ PROGRAMS = $(bin_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr adjtimed_SOURCES = adjtimed.c adjtimed_OBJECTS = adjtimed$U.$(OBJEXT) adjtimed_LDADD = $(LDADD) adjtimed_DEPENDENCIES = ../libntp/libntp.a -adjtimed_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +adjtimed_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/adjtimed$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = adjtimed.c -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/adjtimed$U.Po DIST_COMMON = README Makefile.am Makefile.in - SOURCES = adjtimed.c -OBJECTS = adjtimed$U.$(OBJEXT) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu adjtimed/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -190,28 +189,45 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +adjtimed$(EXEEXT): $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES) + @rm -f adjtimed$(EXEEXT) + $(LINK) $(adjtimed_LDFLAGS) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS) + +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/adjtimed$U.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` +adjtimed_.c: adjtimed.c $(ANSI2KNR) + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtimed.c; then echo $(srcdir)/adjtimed.c; else echo adjtimed.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtimed_.c +adjtimed_.$(OBJEXT) : $(ANSI2KNR) + mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr - -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr mostlyclean-kr: -rm -f *_.c -adjtimed: $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES) - @rm -f adjtimed - $(LINK) $(adjtimed_LDFLAGS) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS) -adjtimed_.c: adjtimed.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtimed.c; then echo $(srcdir)/adjtimed.c; else echo adjtimed.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtimed_.c -adjtimed_.$(OBJEXT) : $(ANSI2KNR) - tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -223,7 +239,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -244,26 +260,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/adjtimed$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -272,6 +268,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ diff --git a/clockstuff/Makefile.in b/clockstuff/Makefile.in index da00d8d3ea..2231acce14 100644 --- a/clockstuff/Makefile.in +++ b/clockstuff/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr noinst_PROGRAMS = @PROPDELAY@ @CHUTEST@ @CLKTEST@ EXTRA_PROGRAMS = propdelay chutest clktest @@ -137,45 +136,45 @@ EXTRA_PROGRAMS = propdelay$(EXEEXT) chutest$(EXEEXT) clktest$(EXEEXT) noinst_PROGRAMS = @PROPDELAY@ @CHUTEST@ @CLKTEST@ PROGRAMS = $(noinst_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr chutest_SOURCES = chutest.c chutest_OBJECTS = chutest$U.$(OBJEXT) chutest_DEPENDENCIES = ../libntp/libntp.a -chutest_LDFLAGS = +chutest_LDFLAGS = clktest_SOURCES = clktest.c clktest_OBJECTS = clktest$U.$(OBJEXT) clktest_DEPENDENCIES = ../libntp/libntp.a -clktest_LDFLAGS = +clktest_LDFLAGS = propdelay_SOURCES = propdelay.c propdelay_OBJECTS = propdelay$U.$(OBJEXT) propdelay_DEPENDENCIES = -propdelay_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +propdelay_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/chutest$U.Po $(DEPDIR)/clktest$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/propdelay$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = chutest.c clktest.c propdelay.c -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/chutest$U.Po $(DEPDIR)/clktest$U.Po \ -@AMDEP@ $(DEPDIR)/propdelay$U.Po DIST_COMMON = README Makefile.am Makefile.in - SOURCES = chutest.c clktest.c propdelay.c -OBJECTS = chutest$U.$(OBJEXT) clktest$U.$(OBJEXT) propdelay$U.$(OBJEXT) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu clockstuff/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -183,33 +182,60 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core +chutest$(EXEEXT): $(chutest_OBJECTS) $(chutest_DEPENDENCIES) + @rm -f chutest$(EXEEXT) + $(LINK) $(chutest_LDFLAGS) $(chutest_OBJECTS) $(chutest_LDADD) $(LIBS) -distclean-compile: - -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr +clktest$(EXEEXT): $(clktest_OBJECTS) $(clktest_DEPENDENCIES) + @rm -f clktest$(EXEEXT) + $(LINK) $(clktest_LDFLAGS) $(clktest_OBJECTS) $(clktest_LDADD) $(LIBS) -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +propdelay$(EXEEXT): $(propdelay_OBJECTS) $(propdelay_DEPENDENCIES) + @rm -f propdelay$(EXEEXT) + $(LINK) $(propdelay_LDFLAGS) $(propdelay_OBJECTS) $(propdelay_LDADD) $(LIBS) +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/chutest$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clktest$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/propdelay$U.Po@_am_quote@ -mostlyclean-kr: - -rm -f *_.c +distclean-depend: + -rm -rf $(DEPDIR) -propdelay: $(propdelay_OBJECTS) $(propdelay_DEPENDENCIES) - @rm -f propdelay - $(LINK) $(propdelay_LDFLAGS) $(propdelay_OBJECTS) $(propdelay_LDADD) $(LIBS) +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` chutest_.c: chutest.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/chutest.c; then echo $(srcdir)/chutest.c; else echo chutest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > chutest_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/chutest.c; then echo $(srcdir)/chutest.c; else echo chutest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > chutest_.c clktest_.c: clktest.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clktest.c; then echo $(srcdir)/clktest.c; else echo clktest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clktest_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clktest.c; then echo $(srcdir)/clktest.c; else echo clktest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clktest_.c propdelay_.c: propdelay.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/propdelay.c; then echo $(srcdir)/propdelay.c; else echo propdelay.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > propdelay_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/propdelay.c; then echo $(srcdir)/propdelay.c; else echo propdelay.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > propdelay_.c chutest_.$(OBJEXT) clktest_.$(OBJEXT) propdelay_.$(OBJEXT) : \ $(ANSI2KNR) +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr + +mostlyclean-kr: + -rm -f *_.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -221,7 +247,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -242,28 +268,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/chutest$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clktest$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/propdelay$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -272,6 +276,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -348,6 +356,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr +uninstall-am: + .PHONY: all all-am check check-am clean clean-generic \ clean-noinstPROGRAMS distclean distclean-compile \ distclean-depend distclean-generic distclean-tags distdir dvi \ diff --git a/configure b/configure index 985a26952f..d3ee6c9c65 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.49e. +# Generated by Autoconf 2.49f. # # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. @@ -15,6 +15,9 @@ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi +# Name of the executable. +as_me=`echo "$0" |sed 's,.*[\\/],,'` + if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else @@ -72,59 +75,6 @@ $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` -# Name of the executable. -as_me=`echo "$0" | sed 's,.*/,,'` - -cat >config.log < $0 $@ - -EOF -{ -cat <<_ASUNAME -## ---------- ## -## Platform. ## -## ---------- ## - -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` -uname -m = `(uname -m) 2>/dev/null || echo unknown` -uname -r = `(uname -r) 2>/dev/null || echo unknown` -uname -s = `(uname -s) 2>/dev/null || echo unknown` -uname -v = `(uname -v) 2>/dev/null || echo unknown` - -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` - -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` -hostinfo = `(hostinfo) 2>/dev/null || echo unknown` -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` - -PATH = $PATH - -_ASUNAME -} >>config.log - -cat >>config.log <>config.log exec 6>&1 # @@ -273,8 +223,7 @@ do ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null && - { { echo "$as_me:276: error: invalid feature name: $ac_feature" >&5 -echo "$as_me: error: invalid feature name: $ac_feature" >&2;} + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` eval "enable_$ac_feature=no" ;; @@ -283,8 +232,7 @@ echo "$as_me: error: invalid feature name: $ac_feature" >&2;} ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null && - { { echo "$as_me:286: error: invalid feature name: $ac_feature" >&5 -echo "$as_me: error: invalid feature name: $ac_feature" >&2;} + { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/-/_/g'` case $ac_option in @@ -466,8 +414,7 @@ echo "$as_me: error: invalid feature name: $ac_feature" >&2;} ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null && - { { echo "$as_me:469: error: invalid package name: $ac_package" >&5 -echo "$as_me: error: invalid package name: $ac_package" >&2;} + { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package| sed 's/-/_/g'` case $ac_option in @@ -480,8 +427,7 @@ echo "$as_me: error: invalid package name: $ac_package" >&2;} ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null && - { { echo "$as_me:483: error: invalid package name: $ac_package" >&5 -echo "$as_me: error: invalid package name: $ac_package" >&2;} + { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/-/_/g'` eval "with_$ac_package=no" ;; @@ -504,10 +450,8 @@ echo "$as_me: error: invalid package name: $ac_package" >&2;} | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { { echo "$as_me:507: error: unrecognized option: $ac_option -Try \`$0 --help' for more information." >&5 -echo "$as_me: error: unrecognized option: $ac_option -Try \`$0 --help' for more information." >&2;} + -*) { echo "$as_me: error: unrecognized option: $ac_option +Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -515,8 +459,7 @@ Try \`$0 --help' for more information." >&2;} ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null && - { { echo "$as_me:518: error: invalid variable name: $ac_envvar" >&5 -echo "$as_me: error: invalid variable name: $ac_envvar" >&2;} + { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` eval "$ac_envvar='$ac_optarg'" @@ -524,11 +467,9 @@ echo "$as_me: error: invalid variable name: $ac_envvar" >&2;} *) # FIXME: should be removed in autoconf 3.0. - { echo "$as_me:527: WARNING: you should use --build, --host, --target" >&5 -echo "$as_me: WARNING: you should use --build, --host, --target" >&2;} + echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null && - { echo "$as_me:530: WARNING: invalid host type: $ac_option" >&5 -echo "$as_me: WARNING: invalid host type: $ac_option" >&2;} + echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -537,8 +478,7 @@ done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` - { { echo "$as_me:540: error: missing argument to $ac_option" >&5 -echo "$as_me: error: missing argument to $ac_option" >&2;} + { echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi @@ -551,8 +491,7 @@ do case $ac_val in [\\/$]* | ?:[\\/]* ) ;; NONE ) ;; - *) { { echo "$as_me:554: error: expected an absolute path for --$ac_var: $ac_val" >&5 -echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2;} + *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; };; esac done @@ -567,10 +506,8 @@ target=$target_alias if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe - { echo "$as_me:570: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&5 -echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2;} + echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. + If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi @@ -586,7 +523,7 @@ if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then its parent. ac_prog=$0 - ac_confdir=`echo "$ac_prog" | sed 's%/[^/][^/]*$%%'` + ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'` test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. srcdir=$ac_confdir if test ! -r $srcdir/$ac_unique_file; then @@ -597,16 +534,14 @@ else fi if test ! -r $srcdir/$ac_unique_file; then if test "$ac_srcdir_defaulted" = yes; then - { { echo "$as_me:600: error: cannot find sources in $ac_confdir or .." >&5 -echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2;} + { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2 { (exit 1); exit 1; }; } else - { { echo "$as_me:604: error: cannot find sources in $srcdir" >&5 -echo "$as_me: error: cannot find sources in $srcdir" >&2;} + { echo "$as_me: error: cannot find sources in $srcdir" >&2 { (exit 1); exit 1; }; } fi fi -srcdir=`echo "$srcdir" | sed 's%\([^/]\)/*$%\1%'` +srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` ac_env_build_alias_set=${build_alias+set} ac_env_build_alias_value=$build_alias ac_cv_env_build_alias_set=${build_alias+set} @@ -631,14 +566,14 @@ ac_env_LDFLAGS_set=${LDFLAGS+set} ac_env_LDFLAGS_value=$LDFLAGS ac_cv_env_LDFLAGS_set=${LDFLAGS+set} ac_cv_env_LDFLAGS_value=$LDFLAGS -ac_env_CPP_set=${CPP+set} -ac_env_CPP_value=$CPP -ac_cv_env_CPP_set=${CPP+set} -ac_cv_env_CPP_value=$CPP ac_env_CPPFLAGS_set=${CPPFLAGS+set} ac_env_CPPFLAGS_value=$CPPFLAGS ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} ac_cv_env_CPPFLAGS_value=$CPPFLAGS +ac_env_CPP_set=${CPP+set} +ac_env_CPP_value=$CPP +ac_cv_env_CPP_set=${CPP+set} +ac_cv_env_CPP_value=$CPP # # Report the --help message. @@ -799,9 +734,9 @@ Some influential environment variables: CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory - CPP C preprocessor CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory + CPP C preprocessor Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -839,8 +774,7 @@ if test "$ac_init_help" = "recursive"; then echo $ac_configure --help else - { echo "$as_me:842: WARNING: no configuration information is in $ac_subdir" >&5 -echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;} + echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2 fi cd $ac_popdir done @@ -857,6 +791,51 @@ gives unlimited permission to copy, distribute and modify it. EOF exit 0 fi +exec 5>config.log +cat >&5 </dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +hostinfo = `(hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +PATH = $PATH + +_ASUNAME +} >&5 + +cat >&5 <&5 + { echo "$as_me:924: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} cat "$ac_site_file" >&5 . "$ac_site_file" @@ -953,7 +932,7 @@ if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:956: loading cache $cache_file" >&5 + { echo "$as_me:935: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; @@ -961,7 +940,7 @@ echo "$as_me: loading cache $cache_file" >&6;} esac fi else - { echo "$as_me:964: creating cache $cache_file" >&5 + { echo "$as_me:943: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -977,30 +956,30 @@ for ac_var in `(set) 2>&1 | eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:980: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 + { echo "$as_me:959: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_suggest_removing_cache=: ;; ,set) - { echo "$as_me:984: WARNING: \`$ac_var' was not set in the previous run" >&5 + { echo "$as_me:963: WARNING: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;} ac_suggest_removing_cache=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:990: WARNING: \`$ac_var' has changed since the previous run:" >&5 + { echo "$as_me:969: WARNING: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: WARNING: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:992: WARNING: former value: $ac_old_val" >&5 + { echo "$as_me:971: WARNING: former value: $ac_old_val" >&5 echo "$as_me: WARNING: former value: $ac_old_val" >&2;} - { echo "$as_me:994: WARNING: current value: $ac_new_val" >&5 + { echo "$as_me:973: WARNING: current value: $ac_new_val" >&5 echo "$as_me: WARNING: current value: $ac_new_val" >&2;} ac_suggest_removing_cache=: fi;; esac done if $ac_suggest_removing_cache; then - { echo "$as_me:1001: WARNING: changes in the environment can compromise the build" >&5 + { echo "$as_me:980: WARNING: changes in the environment can compromise the build" >&5 echo "$as_me: WARNING: changes in the environment can compromise the build" >&2;} - { echo "$as_me:1003: WARNING: consider removing $cache_file and starting over" >&5 + { echo "$as_me:982: WARNING: consider removing $cache_file and starting over" >&5 echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;} fi @@ -1019,10 +998,10 @@ esac echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if { (echo "$as_me:1022: PATH=\".;.\"; conftest.sh") >&5 +if { (echo "$as_me:1001: PATH=\".;.\"; conftest.sh") >&5 (PATH=".;."; conftest.sh) 2>&5 ac_status=$? - echo "$as_me:1025: \$? = $ac_status" >&5 + echo "$as_me:1004: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_path_separator=';' else @@ -1048,7 +1027,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:1051: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 + { { echo "$as_me:1030: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi @@ -1058,11 +1037,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:1061: error: cannot run $ac_config_sub" >&5 + { { echo "$as_me:1040: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:1065: checking build system type" >&5 +echo "$as_me:1044: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1071,23 +1050,23 @@ else test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && - { { echo "$as_me:1074: error: cannot guess build type; you must specify one" >&5 + { { echo "$as_me:1053: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:1078: error: $ac_config_sub $ac_cv_build_alias failed." >&5 + { { echo "$as_me:1057: error: $ac_config_sub $ac_cv_build_alias failed." >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1083: result: $ac_cv_build" >&5 +echo "$as_me:1062: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1090: checking host system type" >&5 +echo "$as_me:1069: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1096,19 +1075,19 @@ else test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:1099: error: $ac_config_sub $ac_cv_host_alias failed" >&5 + { { echo "$as_me:1078: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1104: result: $ac_cv_host" >&5 +echo "$as_me:1083: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1111: checking target system type" >&5 +echo "$as_me:1090: checking target system type" >&5 echo $ECHO_N "checking target system type... $ECHO_C" >&6 if test "${ac_cv_target+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1117,12 +1096,12 @@ else test "x$ac_cv_target_alias" = "x" && ac_cv_target_alias=$ac_cv_host_alias ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || - { { echo "$as_me:1120: error: $ac_config_sub $ac_cv_target_alias failed" >&5 + { { echo "$as_me:1099: error: $ac_config_sub $ac_cv_target_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1125: result: $ac_cv_target" >&5 +echo "$as_me:1104: result: $ac_cv_target" >&5 echo "${ECHO_T}$ac_cv_target" >&6 target=$ac_cv_target target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` @@ -1174,7 +1153,7 @@ test -z "$program_transform_name" && program_transform_name="s,x,x," # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:1177: checking for a BSD compatible install" >&5 +echo "$as_me:1156: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then @@ -1223,7 +1202,7 @@ fi INSTALL=$ac_install_sh fi fi -echo "$as_me:1226: result: $INSTALL" >&5 +echo "$as_me:1205: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. @@ -1234,7 +1213,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -echo "$as_me:1237: checking whether build environment is sane" >&5 +echo "$as_me:1216: checking whether build environment is sane" >&5 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6 # Just in case sleep 1 @@ -1250,6 +1229,7 @@ if ( # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi + rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then @@ -1257,7 +1237,7 @@ if ( # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". - { { echo "$as_me:1260: error: ls -t appears to fail. Make sure there is not a broken + { { echo "$as_me:1240: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} @@ -1270,24 +1250,23 @@ then # Ok. : else - { { echo "$as_me:1273: error: newly created file is older than distributed files! + { { echo "$as_me:1253: error: newly created file is older than distributed files! Check your system clock" >&5 echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi -rm -f conftest* -echo "$as_me:1280: result: yes" >&5 +echo "$as_me:1259: result: yes" >&5 echo "${ECHO_T}yes" >&6 test x"${MISSING+set}" = xset || MISSING="\${SHELL} `CDPATH=:; cd $ac_aux_dir && pwd`/missing" # Use eval to expand $SHELL -if eval "$MISSING --run :"; then +if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= am_backtick='`' - { echo "$as_me:1290: WARNING: ${am_backtick}missing' script is too old or missing" >&5 + { echo "$as_me:1269: WARNING: ${am_backtick}missing' script is too old or missing" >&5 echo "$as_me: WARNING: ${am_backtick}missing' script is too old or missing" >&2;} fi @@ -1295,7 +1274,7 @@ for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:1298: checking for $ac_word" >&5 +echo "$as_me:1277: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_AWK+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1310,6 +1289,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_AWK="$ac_prog" +echo "$as_me:1292: found $ac_dir/$ac_word" >&5 break done @@ -1317,17 +1297,17 @@ fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - echo "$as_me:1320: result: $AWK" >&5 + echo "$as_me:1300: result: $AWK" >&5 echo "${ECHO_T}$AWK" >&6 else - echo "$as_me:1323: result: no" >&5 + echo "$as_me:1303: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$AWK" && break done -echo "$as_me:1330: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "$as_me:1310: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then @@ -1347,11 +1327,11 @@ fi rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:1350: result: yes" >&5 + echo "$as_me:1330: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:1354: result: no" >&5 + echo "$as_me:1334: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi @@ -1361,21 +1341,17 @@ if test "${enable_dependency_tracking+set}" = set; then enableval="$enable_dependency_tracking" fi; -if test "x$enable_dependency_tracking" = xno; then - AMDEP="#" -else +if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" - if test ! -f "$am_depcomp"; then - AMDEP="#" - else - AMDEP= - fi + AMDEPBACKSLASH='\' fi -if test -z "$AMDEP"; then - AMDEPBACKSLASH='\' +if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' else - AMDEPBACKSLASH= + AMDEP_TRUE='#' + AMDEP_FALSE= fi if test -d .deps || mkdir .deps 2> /dev/null || test -d .deps; then @@ -1390,7 +1366,7 @@ fi # test to see if srcdir already configured if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { { echo "$as_me:1393: error: source directory already configured; run \"make distclean\" there first" >&5 + { { echo "$as_me:1369: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi @@ -1482,7 +1458,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:1485: checking for $ac_word" >&5 +echo "$as_me:1461: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1497,6 +1473,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}gcc" +echo "$as_me:1476: found $ac_dir/$ac_word" >&5 break done @@ -1504,10 +1481,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1507: result: $CC" >&5 + echo "$as_me:1484: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1510: result: no" >&5 + echo "$as_me:1487: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1516,7 +1493,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:1519: checking for $ac_word" >&5 +echo "$as_me:1496: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1531,6 +1508,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="gcc" +echo "$as_me:1511: found $ac_dir/$ac_word" >&5 break done @@ -1538,10 +1516,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1541: result: $ac_ct_CC" >&5 + echo "$as_me:1519: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1544: result: no" >&5 + echo "$as_me:1522: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1554,7 +1532,7 @@ if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:1557: checking for $ac_word" >&5 +echo "$as_me:1535: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1569,6 +1547,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}cc" +echo "$as_me:1550: found $ac_dir/$ac_word" >&5 break done @@ -1576,10 +1555,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1579: result: $CC" >&5 + echo "$as_me:1558: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1582: result: no" >&5 + echo "$as_me:1561: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1588,7 +1567,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1591: checking for $ac_word" >&5 +echo "$as_me:1570: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1603,6 +1582,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="cc" +echo "$as_me:1585: found $ac_dir/$ac_word" >&5 break done @@ -1610,10 +1590,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1613: result: $ac_ct_CC" >&5 + echo "$as_me:1593: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1616: result: no" >&5 + echo "$as_me:1596: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1626,7 +1606,7 @@ fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1629: checking for $ac_word" >&5 +echo "$as_me:1609: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1646,6 +1626,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then continue fi ac_cv_prog_CC="cc" +echo "$as_me:1629: found $ac_dir/$ac_word" >&5 break done @@ -1667,10 +1648,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1670: result: $CC" >&5 + echo "$as_me:1651: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1673: result: no" >&5 + echo "$as_me:1654: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1681,7 +1662,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:1684: checking for $ac_word" >&5 +echo "$as_me:1665: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1696,6 +1677,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="$ac_tool_prefix$ac_prog" +echo "$as_me:1680: found $ac_dir/$ac_word" >&5 break done @@ -1703,10 +1685,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1706: result: $CC" >&5 + echo "$as_me:1688: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1709: result: no" >&5 + echo "$as_me:1691: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1719,7 +1701,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:1722: checking for $ac_word" >&5 +echo "$as_me:1704: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1734,6 +1716,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="$ac_prog" +echo "$as_me:1719: found $ac_dir/$ac_word" >&5 break done @@ -1741,10 +1724,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1744: result: $ac_ct_CC" >&5 + echo "$as_me:1727: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1747: result: no" >&5 + echo "$as_me:1730: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1756,12 +1739,12 @@ fi fi -test -z "$CC" && { { echo "$as_me:1759: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:1742: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } cat >conftest.$ac_ext <<_ACEOF -#line 1764 "configure" +#line 1747 "configure" #include "confdefs.h" int @@ -1777,13 +1760,13 @@ ac_clean_files="$ac_clean_files a.out a.exe" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compiler, and finding out an intuition # of exeext. -echo "$as_me:1780: checking for C compiler default output" >&5 +echo "$as_me:1763: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:1783: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:1766: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:1786: \$? = $ac_status" >&5 + echo "$as_me:1769: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `ls a.exe conftest.exe a.* conftest conftest.* 2>/dev/null`; do case $ac_file in @@ -1800,34 +1783,34 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1803: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:1786: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext -echo "$as_me:1809: result: $ac_file" >&5 +echo "$as_me:1792: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1814: checking whether the C compiler works" >&5 +echo "$as_me:1797: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:1820: \"$ac_try\"") >&5 + { (eval echo "$as_me:1803: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1823: \$? = $ac_status" >&5 + echo "$as_me:1806: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:1830: error: cannot run C compiled programs. + { { echo "$as_me:1813: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&2;} @@ -1835,24 +1818,24 @@ If you meant to cross compile, use \`--host'." >&2;} fi fi fi -echo "$as_me:1838: result: yes" >&5 +echo "$as_me:1821: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1845: checking whether we are cross compiling" >&5 +echo "$as_me:1828: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:1847: result: $cross_compiling" >&5 +echo "$as_me:1830: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:1850: checking for executable suffix" >&5 +echo "$as_me:1833: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:1852: \"$ac_link\"") >&5 +if { (eval echo "$as_me:1835: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:1855: \$? = $ac_status" >&5 + echo "$as_me:1838: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -1868,25 +1851,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:1871: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:1854: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -echo "$as_me:1877: result: $ac_cv_exeext" >&5 +echo "$as_me:1860: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:1883: checking for object suffix" >&5 +echo "$as_me:1866: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1889 "configure" +#line 1872 "configure" #include "confdefs.h" int @@ -1898,10 +1881,10 @@ main () } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:1901: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1884: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1904: \$? = $ac_status" >&5 + echo "$as_me:1887: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in @@ -1913,24 +1896,24 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1916: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:1899: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:1923: result: $ac_cv_objext" >&5 +echo "$as_me:1906: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:1927: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:1910: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1933 "configure" +#line 1916 "configure" #include "confdefs.h" int @@ -1945,16 +1928,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1948: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1931: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1951: \$? = $ac_status" >&5 + echo "$as_me:1934: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1954: \"$ac_try\"") >&5 + { (eval echo "$as_me:1937: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1957: \$? = $ac_status" >&5 + echo "$as_me:1940: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -1966,19 +1949,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:1969: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:1952: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:1975: checking whether $CC accepts -g" >&5 +echo "$as_me:1958: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1981 "configure" +#line 1964 "configure" #include "confdefs.h" int @@ -1990,16 +1973,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1993: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1976: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1996: \$? = $ac_status" >&5 + echo "$as_me:1979: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1999: \"$ac_try\"") >&5 + { (eval echo "$as_me:1982: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2002: \$? = $ac_status" >&5 + echo "$as_me:1985: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else @@ -2009,7 +1992,7 @@ ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:2012: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:1995: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS @@ -2036,16 +2019,16 @@ cat >conftest.$ac_ext <<_ACEOF #endif _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2039: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2022: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2042: \$? = $ac_status" >&5 + echo "$as_me:2025: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2045: \"$ac_try\"") >&5 + { (eval echo "$as_me:2028: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2048: \$? = $ac_status" >&5 + echo "$as_me:2031: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ @@ -2057,7 +2040,7 @@ if { (eval echo "$as_me:2039: \"$ac_compile\"") >&5 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 2060 "configure" +#line 2043 "configure" #include "confdefs.h" #include $ac_declaration @@ -2070,16 +2053,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2073: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2056: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2076: \$? = $ac_status" >&5 + echo "$as_me:2059: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2079: \"$ac_try\"") >&5 + { (eval echo "$as_me:2062: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2082: \$? = $ac_status" >&5 + echo "$as_me:2065: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -2089,7 +2072,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 2092 "configure" +#line 2075 "configure" #include "confdefs.h" $ac_declaration int @@ -2101,16 +2084,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2104: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2087: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2107: \$? = $ac_status" >&5 + echo "$as_me:2090: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2110: \"$ac_try\"") >&5 + { (eval echo "$as_me:2093: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2113: \$? = $ac_status" >&5 + echo "$as_me:2096: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -2141,7 +2124,7 @@ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2144: checking how to run the C preprocessor" >&5 +echo "$as_me:2127: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -2154,24 +2137,26 @@ else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do - # Use a header file that comes with gcc, so configuring glibc + # We don't know yet if stderr is the criterion (vs exit status). +ac_c_preproc_warn_flag=maybe + +# Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. -ac_c_preproc_warn_flag=maybe cat >conftest.$ac_ext <<_ACEOF -#line 2163 "configure" +#line 2148 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2168: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2153: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2174: \$? = $ac_status" >&5 + echo "$as_me:2159: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2182,21 +2167,20 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # Now check whether non-existent headers can be detected and how -# Skip if ac_cpp_err is not empty - ac_cpp is broken -if test -z "$ac_cpp_err"; then - cat >conftest.$ac_ext <<_ACEOF -#line 2189 "configure" + # OK, works on sane cases. Now check whether non-existent headers can +# be detected and how. +cat >conftest.$ac_ext <<_ACEOF +#line 2173 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2193: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2177: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2199: \$? = $ac_status" >&5 + echo "$as_me:2183: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2207,53 +2191,57 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # cannot detect missing includes at all -ac_cpp_err=yes + # Broken: cannot detect missing includes. +: else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - if test "x$ac_cpp_err" = xmaybe; then - ac_c_preproc_warn_flag=yes - else - ac_c_preproc_warn_flag= - fi - ac_cpp_err= + # OK, detects failures. How? +if test "x$ac_cpp_err" = xmaybe; then + ac_c_preproc_warn_flag=yes +else + ac_c_preproc_warn_flag= fi -rm -f conftest.err conftest.$ac_ext +break fi +rm -f conftest.err conftest.$ac_ext else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - + # Broken: fails on valid input. +: fi rm -f conftest.err conftest.$ac_ext - if test -z "$ac_cpp_err"; then - break - fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else - # Use a header file that comes with gcc, so configuring glibc + ac_cv_prog_CPP=$CPP +fi +echo "$as_me:2223: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6 +# We don't know yet if stderr is the criterion (vs exit status). +ac_c_preproc_warn_flag=maybe + +# Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. -ac_c_preproc_warn_flag=maybe cat >conftest.$ac_ext <<_ACEOF -#line 2245 "configure" +#line 2233 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2250: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2238: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2256: \$? = $ac_status" >&5 + echo "$as_me:2244: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2264,21 +2252,20 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # Now check whether non-existent headers can be detected and how -# Skip if ac_cpp_err is not empty - ac_cpp is broken -if test -z "$ac_cpp_err"; then - cat >conftest.$ac_ext <<_ACEOF -#line 2271 "configure" + # OK, works on sane cases. Now check whether non-existent headers can +# be detected and how. +cat >conftest.$ac_ext <<_ACEOF +#line 2258 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2275: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2262: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2281: \$? = $ac_status" >&5 + echo "$as_me:2268: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2289,35 +2276,31 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # cannot detect missing includes at all -ac_cpp_err=yes + # Broken: cannot detect missing includes. +{ { echo "$as_me:2280: error: C preprocessor \"$CPP\" fails sanity check" >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} + { (exit 1); exit 1; }; } else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - if test "x$ac_cpp_err" = xmaybe; then - ac_c_preproc_warn_flag=yes - else - ac_c_preproc_warn_flag= - fi - ac_cpp_err= + # OK, detects failures. How? +if test "x$ac_cpp_err" = xmaybe; then + ac_c_preproc_warn_flag=yes +else + ac_c_preproc_warn_flag= fi -rm -f conftest.err conftest.$ac_ext + fi +rm -f conftest.err conftest.$ac_ext else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_ext - ac_cv_prog_CPP=$CPP -fi -echo "$as_me:2314: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6 -if test -n "$ac_cpp_err"; then - { { echo "$as_me:2317: error: C preprocessor \"$CPP\" fails sanity check" >&5 + # Broken: fails on valid input. +{ { echo "$as_me:2299: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi +rm -f conftest.err conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -2325,31 +2308,41 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu am_make=${MAKE-make} -# BSD make uses .include cat > confinc << 'END' doit: @echo done END # If we don't find an include directive, just comment out the code. -echo "$as_me:2334: checking for style of include used by $am_make" >&5 +echo "$as_me:2316: checking for style of include used by $am_make" >&5 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6 _am_include='#' -for am_inc in include .include; do - echo "$am_inc confinc" > confmf - if test "`$am_make -f confmf 2> /dev/null`" = "done"; then - _am_include=$am_inc - break +_am_quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + _am_include=include + _am_quote= + _am_result=GNU +fi +# Now try BSD make style include. +if test "$_am_include" = "#"; then + echo '.include "confinc"' > confmf + if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then + _am_include=.include + _am_quote='"' + _am_result=BSD fi -done +fi -echo "$as_me:2345: result: $_am_include" >&5 -echo "${ECHO_T}$_am_include" >&6 +echo "$as_me:2338: result: $_am_result" >&5 +echo "${ECHO_T}$_am_result" >&6 rm -f confinc confmf depcc="$CC" depcpp="$CPP" -echo "$as_me:2352: checking dependency style of $depcc" >&5 +echo "$as_me:2345: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2406,11 +2399,11 @@ else fi fi -echo "$as_me:2409: result: $am_cv_CC_dependencies_compiler_type" >&5 +echo "$as_me:2402: result: $am_cv_CC_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 CCDEPMODE="depmode=$am_cv_CC_dependencies_compiler_type" -echo "$as_me:2413: checking for $CC option to accept ANSI C" >&5 +echo "$as_me:2406: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2418,7 +2411,7 @@ else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF -#line 2421 "configure" +#line 2414 "configure" #include "confdefs.h" #include #include @@ -2467,16 +2460,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:2470: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2463: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2473: \$? = $ac_status" >&5 + echo "$as_me:2466: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2476: \"$ac_try\"") >&5 + { (eval echo "$as_me:2469: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2479: \$? = $ac_status" >&5 + echo "$as_me:2472: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break @@ -2493,10 +2486,10 @@ fi case "x$ac_cv_prog_cc_stdc" in x|xno) - echo "$as_me:2496: result: none needed" >&5 + echo "$as_me:2489: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) - echo "$as_me:2499: result: $ac_cv_prog_cc_stdc" >&5 + echo "$as_me:2492: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac @@ -2506,7 +2499,7 @@ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2509: checking how to run the C preprocessor" >&5 +echo "$as_me:2502: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -2519,24 +2512,26 @@ else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do - # Use a header file that comes with gcc, so configuring glibc + # We don't know yet if stderr is the criterion (vs exit status). +ac_c_preproc_warn_flag=maybe + +# Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. -ac_c_preproc_warn_flag=maybe cat >conftest.$ac_ext <<_ACEOF -#line 2528 "configure" +#line 2523 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2533: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2528: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2539: \$? = $ac_status" >&5 + echo "$as_me:2534: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2547,21 +2542,20 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # Now check whether non-existent headers can be detected and how -# Skip if ac_cpp_err is not empty - ac_cpp is broken -if test -z "$ac_cpp_err"; then - cat >conftest.$ac_ext <<_ACEOF -#line 2554 "configure" + # OK, works on sane cases. Now check whether non-existent headers can +# be detected and how. +cat >conftest.$ac_ext <<_ACEOF +#line 2548 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2558: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2552: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2564: \$? = $ac_status" >&5 + echo "$as_me:2558: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2572,53 +2566,57 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # cannot detect missing includes at all -ac_cpp_err=yes + # Broken: cannot detect missing includes. +: else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - if test "x$ac_cpp_err" = xmaybe; then - ac_c_preproc_warn_flag=yes - else - ac_c_preproc_warn_flag= - fi - ac_cpp_err= + # OK, detects failures. How? +if test "x$ac_cpp_err" = xmaybe; then + ac_c_preproc_warn_flag=yes +else + ac_c_preproc_warn_flag= fi -rm -f conftest.err conftest.$ac_ext +break fi +rm -f conftest.err conftest.$ac_ext else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - + # Broken: fails on valid input. +: fi rm -f conftest.err conftest.$ac_ext - if test -z "$ac_cpp_err"; then - break - fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else - # Use a header file that comes with gcc, so configuring glibc + ac_cv_prog_CPP=$CPP +fi +echo "$as_me:2598: result: $CPP" >&5 +echo "${ECHO_T}$CPP" >&6 +# We don't know yet if stderr is the criterion (vs exit status). +ac_c_preproc_warn_flag=maybe + +# Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. -ac_c_preproc_warn_flag=maybe cat >conftest.$ac_ext <<_ACEOF -#line 2610 "configure" +#line 2608 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2615: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2613: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2621: \$? = $ac_status" >&5 + echo "$as_me:2619: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2629,21 +2627,20 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # Now check whether non-existent headers can be detected and how -# Skip if ac_cpp_err is not empty - ac_cpp is broken -if test -z "$ac_cpp_err"; then - cat >conftest.$ac_ext <<_ACEOF -#line 2636 "configure" + # OK, works on sane cases. Now check whether non-existent headers can +# be detected and how. +cat >conftest.$ac_ext <<_ACEOF +#line 2633 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2640: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2637: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2646: \$? = $ac_status" >&5 + echo "$as_me:2643: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2654,35 +2651,31 @@ else ac_cpp_err=yes fi if test -z "$ac_cpp_err"; then - # cannot detect missing includes at all -ac_cpp_err=yes + # Broken: cannot detect missing includes. +{ { echo "$as_me:2655: error: C preprocessor \"$CPP\" fails sanity check" >&5 +echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} + { (exit 1); exit 1; }; } else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - if test "x$ac_cpp_err" = xmaybe; then - ac_c_preproc_warn_flag=yes - else - ac_c_preproc_warn_flag= - fi - ac_cpp_err= + # OK, detects failures. How? +if test "x$ac_cpp_err" = xmaybe; then + ac_c_preproc_warn_flag=yes +else + ac_c_preproc_warn_flag= fi -rm -f conftest.err conftest.$ac_ext + fi +rm -f conftest.err conftest.$ac_ext else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - -fi -rm -f conftest.err conftest.$ac_ext - ac_cv_prog_CPP=$CPP -fi -echo "$as_me:2679: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6 -if test -n "$ac_cpp_err"; then - { { echo "$as_me:2682: error: C preprocessor \"$CPP\" fails sanity check" >&5 + # Broken: fails on valid input. +{ { echo "$as_me:2674: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi +rm -f conftest.err conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -2716,7 +2709,7 @@ case "$host" in *-*-vxworks*) # Quick and dirty sanity check case "$VX_KERNEL" in - '') { { echo "$as_me:2719: error: Please follow the directions in html/vxworks.html!" >&5 + '') { { echo "$as_me:2712: error: Please follow the directions in html/vxworks.html!" >&5 echo "$as_me: error: Please follow the directions in html/vxworks.html!" >&2;} { (exit 1); exit 1; }; } ;; @@ -2731,7 +2724,7 @@ for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:2734: checking for $ac_word" >&5 +echo "$as_me:2727: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_AWK+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2746,6 +2739,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_AWK="$ac_prog" +echo "$as_me:2742: found $ac_dir/$ac_word" >&5 break done @@ -2753,17 +2747,17 @@ fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then - echo "$as_me:2756: result: $AWK" >&5 + echo "$as_me:2750: result: $AWK" >&5 echo "${ECHO_T}$AWK" >&6 else - echo "$as_me:2759: result: no" >&5 + echo "$as_me:2753: result: no" >&5 echo "${ECHO_T}no" >&6 fi test -n "$AWK" && break done -echo "$as_me:2766: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "$as_me:2760: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then @@ -2783,11 +2777,11 @@ fi rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:2786: result: yes" >&5 + echo "$as_me:2780: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:2790: result: no" >&5 + echo "$as_me:2784: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi @@ -2808,7 +2802,7 @@ case "$GCC" in # CFLAGS="$CFLAGS -Wtraditional" # CFLAGS="$CFLAGS -Wwrite-strings" - echo "$as_me:2811: checking whether ${CC-cc} -pipe works" >&5 + echo "$as_me:2805: checking whether ${CC-cc} -pipe works" >&5 echo $ECHO_N "checking whether ${CC-cc} -pipe works... $ECHO_C" >&6 if test "${ac_cv_prog_cc_pipe+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2822,7 +2816,7 @@ else rm -f conftest* fi -echo "$as_me:2825: result: $ac_cv_prog_cc_pipe" >&5 +echo "$as_me:2819: result: $ac_cv_prog_cc_pipe" >&5 echo "${ECHO_T}$ac_cv_prog_cc_pipe" >&6 case "$ac_cv_prog_cc_pipe" in @@ -2872,7 +2866,7 @@ case "$ac_busted_vpath_in_make$srcdir" in yes.) ;; *) case "`${MAKE-make} -v -f /dev/null 2>/dev/null | sed -e 's/GNU Make version \(1-9.]*\).*/\1/' -e q`" in '') - { { echo "$as_me:2875: error: building outside of the main directory requires GNU make" >&5 + { { echo "$as_me:2869: error: building outside of the main directory requires GNU make" >&5 echo "$as_me: error: building outside of the main directory requires GNU make" >&2;} { (exit 1); exit 1; }; } ;; @@ -2881,26 +2875,26 @@ echo "$as_me: error: building outside of the main directory requires GNU make" > ;; esac -echo "$as_me:2884: checking whether ln -s works" >&5 +echo "$as_me:2878: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - echo "$as_me:2888: result: yes" >&5 + echo "$as_me:2882: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:2891: result: no, using $LN_S" >&5 + echo "$as_me:2885: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6 fi if test $ac_cv_c_compiler_gnu = yes; then - echo "$as_me:2896: checking whether $CC needs -traditional" >&5 + echo "$as_me:2890: checking whether $CC needs -traditional" >&5 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 if test "${ac_cv_prog_gcc_traditional+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_pattern="Autoconf.*'x'" cat >conftest.$ac_ext <<_ACEOF -#line 2903 "configure" +#line 2897 "configure" #include "confdefs.h" #include Autoconf TIOCGETP @@ -2915,7 +2909,7 @@ rm -f conftest* if test $ac_cv_prog_gcc_traditional = no; then cat >conftest.$ac_ext <<_ACEOF -#line 2918 "configure" +#line 2912 "configure" #include "confdefs.h" #include Autoconf TCGETA @@ -2928,17 +2922,17 @@ rm -f conftest* fi fi -echo "$as_me:2931: result: $ac_cv_prog_gcc_traditional" >&5 +echo "$as_me:2925: result: $ac_cv_prog_gcc_traditional" >&5 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 if test $ac_cv_prog_gcc_traditional = yes; then CC="$CC -traditional" fi fi -echo "$as_me:2938: checking for AIX" >&5 +echo "$as_me:2932: checking for AIX" >&5 echo $ECHO_N "checking for AIX... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 2941 "configure" +#line 2935 "configure" #include "confdefs.h" #ifdef _AIX yes @@ -2947,35 +2941,35 @@ cat >conftest.$ac_ext <<_ACEOF _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "yes" >/dev/null 2>&1; then - echo "$as_me:2950: result: yes" >&5 + echo "$as_me:2944: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define _ALL_SOURCE 1 EOF else - echo "$as_me:2957: result: no" >&5 + echo "$as_me:2951: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest* -echo "$as_me:2962: checking for minix/config.h" >&5 +echo "$as_me:2956: checking for minix/config.h" >&5 echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6 if test "${ac_cv_header_minix_config_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 2968 "configure" +#line 2962 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2972: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2966: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2978: \$? = $ac_status" >&5 + echo "$as_me:2972: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2994,7 +2988,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:2997: result: $ac_cv_header_minix_config_h" >&5 +echo "$as_me:2991: result: $ac_cv_header_minix_config_h" >&5 echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6 if test $ac_cv_header_minix_config_h = yes; then MINIX=yes @@ -3018,12 +3012,12 @@ EOF fi -echo "$as_me:3021: checking for POSIXized ISC" >&5 +echo "$as_me:3015: checking for POSIXized ISC" >&5 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 if test -d /etc/conf/kconfig.d && grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1 then - echo "$as_me:3026: result: yes" >&5 + echo "$as_me:3020: result: yes" >&5 echo "${ECHO_T}yes" >&6 ISC=yes # If later tests want to check for ISC. @@ -3037,7 +3031,7 @@ EOF CC="$CC -Xp" fi else - echo "$as_me:3040: result: no" >&5 + echo "$as_me:3034: result: no" >&5 echo "${ECHO_T}no" >&6 ISC= fi @@ -3045,7 +3039,7 @@ fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:3048: checking for $ac_word" >&5 +echo "$as_me:3042: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3060,6 +3054,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" +echo "$as_me:3057: found $ac_dir/$ac_word" >&5 break done @@ -3067,10 +3062,10 @@ fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:3070: result: $RANLIB" >&5 + echo "$as_me:3065: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else - echo "$as_me:3073: result: no" >&5 + echo "$as_me:3068: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3079,7 +3074,7 @@ if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:3082: checking for $ac_word" >&5 +echo "$as_me:3077: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3094,6 +3089,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_RANLIB="ranlib" +echo "$as_me:3092: found $ac_dir/$ac_word" >&5 break done @@ -3102,10 +3098,10 @@ fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:3105: result: $ac_ct_RANLIB" >&5 + echo "$as_me:3101: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else - echo "$as_me:3108: result: no" >&5 + echo "$as_me:3104: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3116,7 +3112,7 @@ fi # Extract the first word of "sh", so it can be a program name with args. set dummy sh; ac_word=$2 -echo "$as_me:3119: checking for $ac_word" >&5 +echo "$as_me:3115: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_PATH_SH+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3133,6 +3129,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_PATH_SH="$ac_dir/$ac_word" + echo "$as_me:3132: found $ac_dir/$ac_word" >&5 break fi done @@ -3143,16 +3140,16 @@ fi PATH_SH=$ac_cv_path_PATH_SH if test -n "$PATH_SH"; then - echo "$as_me:3146: result: $PATH_SH" >&5 + echo "$as_me:3143: result: $PATH_SH" >&5 echo "${ECHO_T}$PATH_SH" >&6 else - echo "$as_me:3149: result: no" >&5 + echo "$as_me:3146: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 -echo "$as_me:3155: checking for $ac_word" >&5 +echo "$as_me:3152: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_PATH_PERL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3169,6 +3166,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_PATH_PERL="$ac_dir/$ac_word" + echo "$as_me:3169: found $ac_dir/$ac_word" >&5 break fi done @@ -3179,15 +3177,15 @@ fi PATH_PERL=$ac_cv_path_PATH_PERL if test -n "$PATH_PERL"; then - echo "$as_me:3182: result: $PATH_PERL" >&5 + echo "$as_me:3180: result: $PATH_PERL" >&5 echo "${ECHO_T}$PATH_PERL" >&6 else - echo "$as_me:3185: result: no" >&5 + echo "$as_me:3183: result: no" >&5 echo "${ECHO_T}no" >&6 fi cat >conftest.$ac_ext <<_ACEOF -#line 3190 "configure" +#line 3188 "configure" #include "confdefs.h" #define ACAT(a,b)a ## b ACAT(Cir,cus) @@ -3201,7 +3199,7 @@ EOF else cat >conftest.$ac_ext <<_ACEOF -#line 3204 "configure" +#line 3202 "configure" #include "confdefs.h" #define RCAT(a,b)a/**/b RCAT(Rei,ser) @@ -3214,7 +3212,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | EOF else - { { echo "$as_me:3217: error: How do we create an unsigned long constant?" >&5 + { { echo "$as_me:3215: error: How do we create an unsigned long constant?" >&5 echo "$as_me: error: How do we create an unsigned long constant?" >&2;} { (exit 1); exit 1; }; } fi @@ -3241,7 +3239,7 @@ esac # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:3244: checking for a BSD compatible install" >&5 +echo "$as_me:3242: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then @@ -3290,7 +3288,7 @@ fi INSTALL=$ac_install_sh fi fi -echo "$as_me:3293: result: $INSTALL" >&5 +echo "$as_me:3291: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. @@ -3304,7 +3302,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' case "$target" in *-pc-cygwin*) -echo "$as_me:3307: checking for main in -ladvapi32" >&5 +echo "$as_me:3305: checking for main in -ladvapi32" >&5 echo $ECHO_N "checking for main in -ladvapi32... $ECHO_C" >&6 if test "${ac_cv_lib_advapi32_main+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3312,7 +3310,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ladvapi32 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3315 "configure" +#line 3313 "configure" #include "confdefs.h" int @@ -3324,16 +3322,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3327: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3325: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3330: \$? = $ac_status" >&5 + echo "$as_me:3328: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3333: \"$ac_try\"") >&5 + { (eval echo "$as_me:3331: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3336: \$? = $ac_status" >&5 + echo "$as_me:3334: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_advapi32_main=yes else @@ -3341,10 +3339,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_advapi32_main=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3347: result: $ac_cv_lib_advapi32_main" >&5 +echo "$as_me:3345: result: $ac_cv_lib_advapi32_main" >&5 echo "${ECHO_T}$ac_cv_lib_advapi32_main" >&6 if test $ac_cv_lib_advapi32_main = yes; then cat >>confdefs.h <&5 +echo "$as_me:3359: checking for nlist in -lelf" >&5 echo $ECHO_N "checking for nlist in -lelf... $ECHO_C" >&6 if test "${ac_cv_lib_elf_nlist+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3366,7 +3364,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lelf $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3369 "configure" +#line 3367 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3385,16 +3383,16 @@ nlist (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3388: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3386: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3391: \$? = $ac_status" >&5 + echo "$as_me:3389: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3394: \"$ac_try\"") >&5 + { (eval echo "$as_me:3392: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3397: \$? = $ac_status" >&5 + echo "$as_me:3395: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_elf_nlist=yes else @@ -3402,10 +3400,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_elf_nlist=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3408: result: $ac_cv_lib_elf_nlist" >&5 +echo "$as_me:3406: result: $ac_cv_lib_elf_nlist" >&5 echo "${ECHO_T}$ac_cv_lib_elf_nlist" >&6 if test $ac_cv_lib_elf_nlist = yes; then cat >>confdefs.h <&5 +echo "$as_me:3417: checking for main in -lkvm" >&5 echo $ECHO_N "checking for main in -lkvm... $ECHO_C" >&6 if test "${ac_cv_lib_kvm_main+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3424,7 +3422,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lkvm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3427 "configure" +#line 3425 "configure" #include "confdefs.h" int @@ -3436,16 +3434,16 @@ main (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3439: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3437: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3442: \$? = $ac_status" >&5 + echo "$as_me:3440: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3445: \"$ac_try\"") >&5 + { (eval echo "$as_me:3443: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3448: \$? = $ac_status" >&5 + echo "$as_me:3446: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_kvm_main=yes else @@ -3453,10 +3451,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_kvm_main=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3459: result: $ac_cv_lib_kvm_main" >&5 +echo "$as_me:3457: result: $ac_cv_lib_kvm_main" >&5 echo "${ECHO_T}$ac_cv_lib_kvm_main" >&6 if test $ac_cv_lib_kvm_main = yes; then cat >>confdefs.h <&5 +echo "$as_me:3468: checking for nlist in -lld" >&5 echo $ECHO_N "checking for nlist in -lld... $ECHO_C" >&6 if test "${ac_cv_lib_ld_nlist+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3475,7 +3473,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3478 "configure" +#line 3476 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3494,16 +3492,16 @@ nlist (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3497: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3495: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3500: \$? = $ac_status" >&5 + echo "$as_me:3498: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3503: \"$ac_try\"") >&5 + { (eval echo "$as_me:3501: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3506: \$? = $ac_status" >&5 + echo "$as_me:3504: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ld_nlist=yes else @@ -3511,10 +3509,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_ld_nlist=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3517: result: $ac_cv_lib_ld_nlist" >&5 +echo "$as_me:3515: result: $ac_cv_lib_ld_nlist" >&5 echo "${ECHO_T}$ac_cv_lib_ld_nlist" >&6 if test $ac_cv_lib_ld_nlist = yes; then cat >>confdefs.h <&5 +echo "$as_me:3526: checking for nlist in -lmld" >&5 echo $ECHO_N "checking for nlist in -lmld... $ECHO_C" >&6 if test "${ac_cv_lib_mld_nlist+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3533,7 +3531,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lmld $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3536 "configure" +#line 3534 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3552,16 +3550,16 @@ nlist (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3555: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3553: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3558: \$? = $ac_status" >&5 + echo "$as_me:3556: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3561: \"$ac_try\"") >&5 + { (eval echo "$as_me:3559: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3564: \$? = $ac_status" >&5 + echo "$as_me:3562: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mld_nlist=yes else @@ -3569,10 +3567,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_mld_nlist=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3575: result: $ac_cv_lib_mld_nlist" >&5 +echo "$as_me:3573: result: $ac_cv_lib_mld_nlist" >&5 echo "${ECHO_T}$ac_cv_lib_mld_nlist" >&6 if test $ac_cv_lib_mld_nlist = yes; then cat >>confdefs.h <&5 +echo "$as_me:3584: checking for gethostent" >&5 echo $ECHO_N "checking for gethostent... $ECHO_C" >&6 if test "${ac_cv_func_gethostent+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3592 "configure" +#line 3590 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostent (); below. */ @@ -3620,16 +3618,16 @@ f = gethostent; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3623: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3621: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3626: \$? = $ac_status" >&5 + echo "$as_me:3624: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3629: \"$ac_try\"") >&5 + { (eval echo "$as_me:3627: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3632: \$? = $ac_status" >&5 + echo "$as_me:3630: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gethostent=yes else @@ -3637,15 +3635,15 @@ else cat conftest.$ac_ext >&5 ac_cv_func_gethostent=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:3642: result: $ac_cv_func_gethostent" >&5 +echo "$as_me:3640: result: $ac_cv_func_gethostent" >&5 echo "${ECHO_T}$ac_cv_func_gethostent" >&6 if test $ac_cv_func_gethostent = yes; then : else -echo "$as_me:3648: checking for gethostent in -lnsl" >&5 +echo "$as_me:3646: checking for gethostent in -lnsl" >&5 echo $ECHO_N "checking for gethostent in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_gethostent+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3653,7 +3651,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl -lsocket $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3656 "configure" +#line 3654 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3672,16 +3670,16 @@ gethostent (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3675: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3673: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3678: \$? = $ac_status" >&5 + echo "$as_me:3676: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3681: \"$ac_try\"") >&5 + { (eval echo "$as_me:3679: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3684: \$? = $ac_status" >&5 + echo "$as_me:3682: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostent=yes else @@ -3689,10 +3687,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_nsl_gethostent=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3695: result: $ac_cv_lib_nsl_gethostent" >&5 +echo "$as_me:3693: result: $ac_cv_lib_nsl_gethostent" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_gethostent" >&6 if test $ac_cv_lib_nsl_gethostent = yes; then cat >>confdefs.h <&5 +echo "$as_me:3706: checking for openlog" >&5 echo $ECHO_N "checking for openlog... $ECHO_C" >&6 if test "${ac_cv_func_openlog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3714 "configure" +#line 3712 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char openlog (); below. */ @@ -3742,16 +3740,16 @@ f = openlog; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3745: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3743: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3748: \$? = $ac_status" >&5 + echo "$as_me:3746: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3751: \"$ac_try\"") >&5 + { (eval echo "$as_me:3749: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3754: \$? = $ac_status" >&5 + echo "$as_me:3752: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_openlog=yes else @@ -3759,15 +3757,15 @@ else cat conftest.$ac_ext >&5 ac_cv_func_openlog=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:3764: result: $ac_cv_func_openlog" >&5 +echo "$as_me:3762: result: $ac_cv_func_openlog" >&5 echo "${ECHO_T}$ac_cv_func_openlog" >&6 if test $ac_cv_func_openlog = yes; then : else -echo "$as_me:3770: checking for openlog in -lgen" >&5 +echo "$as_me:3768: checking for openlog in -lgen" >&5 echo $ECHO_N "checking for openlog in -lgen... $ECHO_C" >&6 if test "${ac_cv_lib_gen_openlog+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3775,7 +3773,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lgen $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3778 "configure" +#line 3776 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3794,16 +3792,16 @@ openlog (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3797: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3795: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3800: \$? = $ac_status" >&5 + echo "$as_me:3798: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3803: \"$ac_try\"") >&5 + { (eval echo "$as_me:3801: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3806: \$? = $ac_status" >&5 + echo "$as_me:3804: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_gen_openlog=yes else @@ -3811,10 +3809,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_gen_openlog=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3817: result: $ac_cv_lib_gen_openlog" >&5 +echo "$as_me:3815: result: $ac_cv_lib_gen_openlog" >&5 echo "${ECHO_T}$ac_cv_lib_gen_openlog" >&6 if test $ac_cv_lib_gen_openlog = yes; then cat >>confdefs.h <&5 +echo "$as_me:3828: checking for readline in -lreadline" >&5 echo $ECHO_N "checking for readline in -lreadline... $ECHO_C" >&6 if test "${ac_cv_lib_readline_readline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3835,7 +3833,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lreadline $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3838 "configure" +#line 3836 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3854,16 +3852,16 @@ readline (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3857: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3855: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3860: \$? = $ac_status" >&5 + echo "$as_me:3858: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3863: \"$ac_try\"") >&5 + { (eval echo "$as_me:3861: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3866: \$? = $ac_status" >&5 + echo "$as_me:3864: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_readline_readline=yes else @@ -3871,10 +3869,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_readline_readline=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3877: result: $ac_cv_lib_readline_readline" >&5 +echo "$as_me:3875: result: $ac_cv_lib_readline_readline" >&5 echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6 if test $ac_cv_lib_readline_readline = yes; then cat >>confdefs.h <&5 +echo "$as_me:3886: checking for sched_setscheduler in -lrt" >&5 echo $ECHO_N "checking for sched_setscheduler in -lrt... $ECHO_C" >&6 if test "${ac_cv_lib_rt_sched_setscheduler+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3893,7 +3891,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lrt $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3896 "configure" +#line 3894 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3912,16 +3910,16 @@ sched_setscheduler (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3915: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3913: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3918: \$? = $ac_status" >&5 + echo "$as_me:3916: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3921: \"$ac_try\"") >&5 + { (eval echo "$as_me:3919: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3924: \$? = $ac_status" >&5 + echo "$as_me:3922: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_rt_sched_setscheduler=yes else @@ -3929,10 +3927,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_rt_sched_setscheduler=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3935: result: $ac_cv_lib_rt_sched_setscheduler" >&5 +echo "$as_me:3933: result: $ac_cv_lib_rt_sched_setscheduler" >&5 echo "${ECHO_T}$ac_cv_lib_rt_sched_setscheduler" >&6 if test $ac_cv_lib_rt_sched_setscheduler = yes; then cat >>confdefs.h <&5 +echo "$as_me:3944: checking for sched_setscheduler in -lposix4" >&5 echo $ECHO_N "checking for sched_setscheduler in -lposix4... $ECHO_C" >&6 if test "${ac_cv_lib_posix4_sched_setscheduler+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3951,7 +3949,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix4 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3954 "configure" +#line 3952 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3970,16 +3968,16 @@ sched_setscheduler (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3973: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3971: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3976: \$? = $ac_status" >&5 + echo "$as_me:3974: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3979: \"$ac_try\"") >&5 + { (eval echo "$as_me:3977: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3982: \$? = $ac_status" >&5 + echo "$as_me:3980: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_posix4_sched_setscheduler=yes else @@ -3987,10 +3985,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_posix4_sched_setscheduler=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3993: result: $ac_cv_lib_posix4_sched_setscheduler" >&5 +echo "$as_me:3991: result: $ac_cv_lib_posix4_sched_setscheduler" >&5 echo "${ECHO_T}$ac_cv_lib_posix4_sched_setscheduler" >&6 if test $ac_cv_lib_posix4_sched_setscheduler = yes; then cat >>confdefs.h <&5 +echo "$as_me:4004: checking for setsockopt" >&5 echo $ECHO_N "checking for setsockopt... $ECHO_C" >&6 if test "${ac_cv_func_setsockopt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4012 "configure" +#line 4010 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setsockopt (); below. */ @@ -4040,16 +4038,16 @@ f = setsockopt; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4043: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4041: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4046: \$? = $ac_status" >&5 + echo "$as_me:4044: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4049: \"$ac_try\"") >&5 + { (eval echo "$as_me:4047: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4052: \$? = $ac_status" >&5 + echo "$as_me:4050: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_setsockopt=yes else @@ -4057,15 +4055,15 @@ else cat conftest.$ac_ext >&5 ac_cv_func_setsockopt=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4062: result: $ac_cv_func_setsockopt" >&5 +echo "$as_me:4060: result: $ac_cv_func_setsockopt" >&5 echo "${ECHO_T}$ac_cv_func_setsockopt" >&6 if test $ac_cv_func_setsockopt = yes; then : else -echo "$as_me:4068: checking for setsockopt in -lsocket" >&5 +echo "$as_me:4066: checking for setsockopt in -lsocket" >&5 echo $ECHO_N "checking for setsockopt in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_setsockopt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4073,7 +4071,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 4076 "configure" +#line 4074 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -4092,16 +4090,16 @@ setsockopt (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4095: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4093: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4098: \$? = $ac_status" >&5 + echo "$as_me:4096: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4101: \"$ac_try\"") >&5 + { (eval echo "$as_me:4099: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4104: \$? = $ac_status" >&5 + echo "$as_me:4102: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_setsockopt=yes else @@ -4109,10 +4107,10 @@ else cat conftest.$ac_ext >&5 ac_cv_lib_socket_setsockopt=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:4115: result: $ac_cv_lib_socket_setsockopt" >&5 +echo "$as_me:4113: result: $ac_cv_lib_socket_setsockopt" >&5 echo "${ECHO_T}$ac_cv_lib_socket_setsockopt" >&6 if test $ac_cv_lib_socket_setsockopt = yes; then cat >>confdefs.h <&5 +echo "$as_me:4126: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4134 "configure" +#line 4132 "configure" #include "confdefs.h" #include #include @@ -4139,13 +4137,13 @@ else #include _ACEOF -if { (eval echo "$as_me:4142: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4140: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4148: \$? = $ac_status" >&5 + echo "$as_me:4146: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4167,7 +4165,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4170 "configure" +#line 4168 "configure" #include "confdefs.h" #include @@ -4185,7 +4183,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4188 "configure" +#line 4186 "configure" #include "confdefs.h" #include @@ -4206,7 +4204,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 4209 "configure" +#line 4207 "configure" #include "confdefs.h" #include #if ((' ' & 0x0FF) == 0x020) @@ -4232,15 +4230,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4235: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4233: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4238: \$? = $ac_status" >&5 + echo "$as_me:4236: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4240: \"$ac_try\"") >&5 + { (eval echo "$as_me:4238: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4243: \$? = $ac_status" >&5 + echo "$as_me:4241: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -4249,11 +4247,11 @@ echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 ac_cv_header_stdc=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi fi -echo "$as_me:4256: result: $ac_cv_header_stdc" >&5 +echo "$as_me:4254: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -4266,23 +4264,23 @@ fi for ac_header in bstring.h errno.h fcntl.h ieeefp.h math.h memory.h netdb.h do ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` -echo "$as_me:4269: checking for $ac_header" >&5 +echo "$as_me:4267: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4275 "configure" +#line 4273 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4279: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4277: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4285: \$? = $ac_status" >&5 + echo "$as_me:4283: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4301,7 +4299,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4304: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4302: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4315: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4323 "configure" +#line 4321 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4327: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4333: \$? = $ac_status" >&5 + echo "$as_me:4331: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4349,7 +4347,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4352: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4350: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4363: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4371 "configure" +#line 4369 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4375: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4373: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4381: \$? = $ac_status" >&5 + echo "$as_me:4379: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4397,7 +4395,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4400: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4398: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4411: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4419 "configure" +#line 4417 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4423: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4421: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4429: \$? = $ac_status" >&5 + echo "$as_me:4427: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4445,7 +4443,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4448: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4446: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4459: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4467 "configure" +#line 4465 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4471: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4469: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4477: \$? = $ac_status" >&5 + echo "$as_me:4475: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4493,7 +4491,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4496: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4494: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4510: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4518 "configure" +#line 4516 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4522: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4520: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4528: \$? = $ac_status" >&5 + echo "$as_me:4526: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4544,7 +4542,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4547: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4545: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4558: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4566 "configure" +#line 4564 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4570: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4568: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4576: \$? = $ac_status" >&5 + echo "$as_me:4574: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4592,7 +4590,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4595: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4593: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4609: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4617 "configure" +#line 4615 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4621: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4619: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4627: \$? = $ac_status" >&5 + echo "$as_me:4625: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4643,7 +4641,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4646: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4644: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4660: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4668 "configure" +#line 4666 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4672: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4670: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4678: \$? = $ac_status" >&5 + echo "$as_me:4676: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4694,7 +4692,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4697: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4695: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4708: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4716 "configure" +#line 4714 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4720: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4718: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4726: \$? = $ac_status" >&5 + echo "$as_me:4724: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4742,7 +4740,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4745: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4743: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4759: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4767 "configure" +#line 4765 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4771: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4769: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4777: \$? = $ac_status" >&5 + echo "$as_me:4775: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4793,7 +4791,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4796: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4794: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4810: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4818 "configure" +#line 4816 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4822: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4820: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4828: \$? = $ac_status" >&5 + echo "$as_me:4826: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4844,7 +4842,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4847: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4845: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4858: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4866 "configure" +#line 4864 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4870: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4868: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4876: \$? = $ac_status" >&5 + echo "$as_me:4874: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4892,7 +4890,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4895: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4893: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4906: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4914 "configure" +#line 4912 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4918: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4916: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4924: \$? = $ac_status" >&5 + echo "$as_me:4922: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4940,7 +4938,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:4943: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:4941: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <conftest.$ac_ext <<_ACEOF -#line 4954 "configure" +#line 4952 "configure" #include "confdefs.h" #include #ifdef PPS_API_VERS_1 @@ -4965,23 +4963,23 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | for ac_header in sys/timepps.h do ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` -echo "$as_me:4968: checking for $ac_header" >&5 +echo "$as_me:4966: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4974 "configure" +#line 4972 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:4978: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4976: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:4984: \$? = $ac_status" >&5 + echo "$as_me:4982: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5000,7 +4998,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5003: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:5001: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5017: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5025 "configure" +#line 5023 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5029: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5027: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5035: \$? = $ac_status" >&5 + echo "$as_me:5033: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5051,7 +5049,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5054: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:5052: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5062: checking whether time.h and sys/time.h may both be included" >&5 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 if test "${ac_cv_header_time+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5070 "configure" +#line 5068 "configure" #include "confdefs.h" #include #include @@ -5082,16 +5080,16 @@ struct tm *tp; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5085: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5083: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5088: \$? = $ac_status" >&5 + echo "$as_me:5086: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5091: \"$ac_try\"") >&5 + { (eval echo "$as_me:5089: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5094: \$? = $ac_status" >&5 + echo "$as_me:5092: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_time=yes else @@ -5101,7 +5099,7 @@ ac_cv_header_time=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5104: result: $ac_cv_header_time" >&5 +echo "$as_me:5102: result: $ac_cv_header_time" >&5 echo "${ECHO_T}$ac_cv_header_time" >&6 if test $ac_cv_header_time = yes; then @@ -5117,23 +5115,23 @@ case "$target" in for ac_header in /sys/sync/queue.h /sys/sync/sema.h do ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` -echo "$as_me:5120: checking for $ac_header" >&5 +echo "$as_me:5118: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5126 "configure" +#line 5124 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5130: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5128: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5136: \$? = $ac_status" >&5 + echo "$as_me:5134: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5152,7 +5150,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5155: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:5153: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5169: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5177 "configure" +#line 5175 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5181: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5179: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5187: \$? = $ac_status" >&5 + echo "$as_me:5185: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5203,7 +5201,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5206: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:5204: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5217: checking for nlist.h" >&5 echo $ECHO_N "checking for nlist.h... $ECHO_C" >&6 if test "${ac_cv_header_nlist_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5225 "configure" +#line 5223 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:5229: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5227: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5235: \$? = $ac_status" >&5 + echo "$as_me:5233: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5251,20 +5249,20 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5254: result: $ac_cv_header_nlist_h" >&5 +echo "$as_me:5252: result: $ac_cv_header_nlist_h" >&5 echo "${ECHO_T}$ac_cv_header_nlist_h" >&6 if test $ac_cv_header_nlist_h = yes; then cat >>confdefs.h <<\EOF #define NLIST_STRUCT 1 EOF -echo "$as_me:5261: checking for n_un in struct nlist" >&5 +echo "$as_me:5259: checking for n_un in struct nlist" >&5 echo $ECHO_N "checking for n_un in struct nlist... $ECHO_C" >&6 if test "${ac_cv_struct_nlist_n_un+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5267 "configure" +#line 5265 "configure" #include "confdefs.h" #include int @@ -5276,16 +5274,16 @@ struct nlist n; n.n_un.n_name = 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5279: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5277: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5282: \$? = $ac_status" >&5 + echo "$as_me:5280: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5285: \"$ac_try\"") >&5 + { (eval echo "$as_me:5283: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5288: \$? = $ac_status" >&5 + echo "$as_me:5286: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_nlist_n_un=yes else @@ -5295,7 +5293,7 @@ ac_cv_struct_nlist_n_un=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5298: result: $ac_cv_struct_nlist_n_un" >&5 +echo "$as_me:5296: result: $ac_cv_struct_nlist_n_un" >&5 echo "${ECHO_T}$ac_cv_struct_nlist_n_un" >&6 if test $ac_cv_struct_nlist_n_un = yes; then cat >>confdefs.h <<\EOF @@ -5306,13 +5304,13 @@ fi fi -echo "$as_me:5309: checking for basic volatile support" >&5 +echo "$as_me:5307: checking for basic volatile support" >&5 echo $ECHO_N "checking for basic volatile support... $ECHO_C" >&6 if test "${ac_cv_c_volatile+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5315 "configure" +#line 5313 "configure" #include "confdefs.h" int @@ -5325,16 +5323,16 @@ volatile int x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5328: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5326: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5331: \$? = $ac_status" >&5 + echo "$as_me:5329: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5334: \"$ac_try\"") >&5 + { (eval echo "$as_me:5332: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5337: \$? = $ac_status" >&5 + echo "$as_me:5335: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_volatile=yes else @@ -5345,7 +5343,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5348: result: $ac_cv_c_volatile" >&5 +echo "$as_me:5346: result: $ac_cv_c_volatile" >&5 echo "${ECHO_T}$ac_cv_c_volatile" >&6 case "$ac_cv_c_volatile" in yes) @@ -5363,7 +5361,7 @@ case "$target" in ;; *) -echo "$as_me:5366: checking for ${CC-cc} option to accept ANSI C" >&5 +echo "$as_me:5364: checking for ${CC-cc} option to accept ANSI C" >&5 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 if test "${am_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5381,7 +5379,7 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO do CC="$ac_save_CC $ac_arg" cat >conftest.$ac_ext <<_ACEOF -#line 5384 "configure" +#line 5382 "configure" #include "confdefs.h" #include #include @@ -5423,16 +5421,16 @@ return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5426: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5424: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5429: \$? = $ac_status" >&5 + echo "$as_me:5427: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5432: \"$ac_try\"") >&5 + { (eval echo "$as_me:5430: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5435: \$? = $ac_status" >&5 + echo "$as_me:5433: \$? = $ac_status" >&5 (exit $ac_status); }; }; then am_cv_prog_cc_stdc="$ac_arg"; break else @@ -5446,10 +5444,10 @@ CC="$ac_save_CC" fi if test -z "$am_cv_prog_cc_stdc"; then - echo "$as_me:5449: result: none needed" >&5 + echo "$as_me:5447: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 else - echo "$as_me:5452: result: $am_cv_prog_cc_stdc" >&5 + echo "$as_me:5450: result: $am_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$am_cv_prog_cc_stdc" >&6 fi case "x$am_cv_prog_cc_stdc" in @@ -5457,10 +5455,10 @@ case "x$am_cv_prog_cc_stdc" in *) CC="$CC $am_cv_prog_cc_stdc" ;; esac -echo "$as_me:5460: checking for function prototypes" >&5 +echo "$as_me:5458: checking for function prototypes" >&5 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 if test "$am_cv_prog_cc_stdc" != no; then - echo "$as_me:5463: result: yes" >&5 + echo "$as_me:5461: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF @@ -5469,18 +5467,18 @@ EOF U= ANSI2KNR= else - echo "$as_me:5472: result: no" >&5 + echo "$as_me:5470: result: no" >&5 echo "${ECHO_T}no" >&6 U=_ ANSI2KNR=./ansi2knr fi # Ensure some checks needed by ansi2knr itself. -echo "$as_me:5477: checking for ANSI C header files" >&5 +echo "$as_me:5475: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5483 "configure" +#line 5481 "configure" #include "confdefs.h" #include #include @@ -5488,13 +5486,13 @@ else #include _ACEOF -if { (eval echo "$as_me:5491: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5489: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5497: \$? = $ac_status" >&5 + echo "$as_me:5495: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5516,7 +5514,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 5519 "configure" +#line 5517 "configure" #include "confdefs.h" #include @@ -5534,7 +5532,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 5537 "configure" +#line 5535 "configure" #include "confdefs.h" #include @@ -5555,7 +5553,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 5558 "configure" +#line 5556 "configure" #include "confdefs.h" #include #if ((' ' & 0x0FF) == 0x020) @@ -5581,15 +5579,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5584: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5582: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5587: \$? = $ac_status" >&5 + echo "$as_me:5585: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5589: \"$ac_try\"") >&5 + { (eval echo "$as_me:5587: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5592: \$? = $ac_status" >&5 + echo "$as_me:5590: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -5598,11 +5596,11 @@ echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 ac_cv_header_stdc=no fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi fi -echo "$as_me:5605: result: $ac_cv_header_stdc" >&5 +echo "$as_me:5603: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -5615,23 +5613,23 @@ fi for ac_header in string.h do ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh` -echo "$as_me:5618: checking for $ac_header" >&5 +echo "$as_me:5616: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5624 "configure" +#line 5622 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5628: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5626: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5634: \$? = $ac_status" >&5 + echo "$as_me:5632: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5650,7 +5648,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5653: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:5651: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5663: checking if C compiler permits function prototypes" >&5 echo $ECHO_N "checking if C compiler permits function prototypes... $ECHO_C" >&6 if test "${ac_cv_have_prototypes+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5671 "configure" +#line 5669 "configure" #include "confdefs.h" extern int foo (short); @@ -5683,16 +5681,16 @@ int i; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5686: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5684: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5689: \$? = $ac_status" >&5 + echo "$as_me:5687: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5692: \"$ac_try\"") >&5 + { (eval echo "$as_me:5690: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5695: \$? = $ac_status" >&5 + echo "$as_me:5693: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_have_prototypes=yes else @@ -5703,7 +5701,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5706: result: $ac_cv_have_prototypes" >&5 +echo "$as_me:5704: result: $ac_cv_have_prototypes" >&5 echo "${ECHO_T}$ac_cv_have_prototypes" >&6 if test "$ac_cv_have_prototypes" = yes; then cat >>confdefs.h <<\EOF @@ -5712,13 +5710,13 @@ EOF fi -echo "$as_me:5715: checking for an ANSI C-conforming const" >&5 +echo "$as_me:5713: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5721 "configure" +#line 5719 "configure" #include "confdefs.h" int @@ -5776,16 +5774,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5779: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5777: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5782: \$? = $ac_status" >&5 + echo "$as_me:5780: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5785: \"$ac_try\"") >&5 + { (eval echo "$as_me:5783: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5788: \$? = $ac_status" >&5 + echo "$as_me:5786: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_const=yes else @@ -5795,7 +5793,7 @@ ac_cv_c_const=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5798: result: $ac_cv_c_const" >&5 +echo "$as_me:5796: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then @@ -5807,7 +5805,7 @@ fi case "$host" in $target) - echo "$as_me:5810: checking whether byte ordering is bigendian" >&5 + echo "$as_me:5808: checking whether byte ordering is bigendian" >&5 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 if test "${ac_cv_c_bigendian+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5815,7 +5813,7 @@ else ac_cv_c_bigendian=unknown # See if sys/param.h defines the BYTE_ORDER macro. cat >conftest.$ac_ext <<_ACEOF -#line 5818 "configure" +#line 5816 "configure" #include "confdefs.h" #include #include @@ -5832,20 +5830,20 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5835: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5833: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5838: \$? = $ac_status" >&5 + echo "$as_me:5836: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5841: \"$ac_try\"") >&5 + { (eval echo "$as_me:5839: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5844: \$? = $ac_status" >&5 + echo "$as_me:5842: \$? = $ac_status" >&5 (exit $ac_status); }; }; then # It does; now see whether it defined to BIG_ENDIAN or not. cat >conftest.$ac_ext <<_ACEOF -#line 5848 "configure" +#line 5846 "configure" #include "confdefs.h" #include #include @@ -5862,16 +5860,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5865: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5863: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5868: \$? = $ac_status" >&5 + echo "$as_me:5866: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5871: \"$ac_try\"") >&5 + { (eval echo "$as_me:5869: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5874: \$? = $ac_status" >&5 + echo "$as_me:5872: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=yes else @@ -5887,12 +5885,12 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then if test "$cross_compiling" = yes; then - { { echo "$as_me:5890: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:5888: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 5895 "configure" +#line 5893 "configure" #include "confdefs.h" int main () @@ -5908,15 +5906,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5911: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5909: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5914: \$? = $ac_status" >&5 + echo "$as_me:5912: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5916: \"$ac_try\"") >&5 + { (eval echo "$as_me:5914: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5919: \$? = $ac_status" >&5 + echo "$as_me:5917: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no else @@ -5925,11 +5923,11 @@ echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 ac_cv_c_bigendian=yes fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi fi -echo "$as_me:5932: result: $ac_cv_c_bigendian" >&5 +echo "$as_me:5930: result: $ac_cv_c_bigendian" >&5 echo "${ECHO_T}$ac_cv_c_bigendian" >&6 if test $ac_cv_c_bigendian = yes; then @@ -5950,20 +5948,20 @@ fi EOF ;; - *) { { echo "$as_me:5953: error: Cross-compiling needs explicit byte order" >&5 + *) { { echo "$as_me:5951: error: Cross-compiling needs explicit byte order" >&5 echo "$as_me: error: Cross-compiling needs explicit byte order" >&2;} { (exit 1); exit 1; }; } ;; esac ;; esac -echo "$as_me:5960: checking return type of signal handlers" >&5 +echo "$as_me:5958: checking return type of signal handlers" >&5 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 if test "${ac_cv_type_signal+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5966 "configure" +#line 5964 "configure" #include "confdefs.h" #include #include @@ -5985,16 +5983,16 @@ int i; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5988: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5986: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5991: \$? = $ac_status" >&5 + echo "$as_me:5989: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5994: \"$ac_try\"") >&5 + { (eval echo "$as_me:5992: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5997: \$? = $ac_status" >&5 + echo "$as_me:5995: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signal=void else @@ -6004,7 +6002,7 @@ ac_cv_type_signal=int fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6007: result: $ac_cv_type_signal" >&5 +echo "$as_me:6005: result: $ac_cv_type_signal" >&5 echo "${ECHO_T}$ac_cv_type_signal" >&6 cat >>confdefs.h <&5 +echo "$as_me:6015: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$ac_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6023 "configure" +#line 6021 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:6027: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6025: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6033: \$? = $ac_status" >&5 + echo "$as_me:6031: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6049,7 +6047,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6052: result: `eval echo '${'$ac_ac_Header'}'`" >&5 +echo "$as_me:6050: result: `eval echo '${'$ac_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6 if test `eval echo '${'$ac_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6060: checking for off_t" >&5 echo $ECHO_N "checking for off_t... $ECHO_C" >&6 if test "${ac_cv_type_off_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6068 "configure" +#line 6066 "configure" #include "confdefs.h" $ac_includes_default int @@ -6080,16 +6078,16 @@ if (sizeof (off_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6083: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6081: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6086: \$? = $ac_status" >&5 + echo "$as_me:6084: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6089: \"$ac_try\"") >&5 + { (eval echo "$as_me:6087: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6092: \$? = $ac_status" >&5 + echo "$as_me:6090: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_off_t=yes else @@ -6099,7 +6097,7 @@ ac_cv_type_off_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6102: result: $ac_cv_type_off_t" >&5 +echo "$as_me:6100: result: $ac_cv_type_off_t" >&5 echo "${ECHO_T}$ac_cv_type_off_t" >&6 if test $ac_cv_type_off_t = yes; then : @@ -6111,13 +6109,13 @@ EOF fi -echo "$as_me:6114: checking for size_t" >&5 +echo "$as_me:6112: checking for size_t" >&5 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 if test "${ac_cv_type_size_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6120 "configure" +#line 6118 "configure" #include "confdefs.h" $ac_includes_default int @@ -6132,16 +6130,16 @@ if (sizeof (size_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6135: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6133: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6138: \$? = $ac_status" >&5 + echo "$as_me:6136: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6141: \"$ac_try\"") >&5 + { (eval echo "$as_me:6139: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6144: \$? = $ac_status" >&5 + echo "$as_me:6142: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_size_t=yes else @@ -6151,7 +6149,7 @@ ac_cv_type_size_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6154: result: $ac_cv_type_size_t" >&5 +echo "$as_me:6152: result: $ac_cv_type_size_t" >&5 echo "${ECHO_T}$ac_cv_type_size_t" >&6 if test $ac_cv_type_size_t = yes; then : @@ -6163,13 +6161,13 @@ EOF fi -echo "$as_me:6166: checking for time_t" >&5 +echo "$as_me:6164: checking for time_t" >&5 echo $ECHO_N "checking for time_t... $ECHO_C" >&6 if test "${ac_cv_type_time_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6172 "configure" +#line 6170 "configure" #include "confdefs.h" $ac_includes_default int @@ -6184,16 +6182,16 @@ if (sizeof (time_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6187: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6185: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6190: \$? = $ac_status" >&5 + echo "$as_me:6188: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6193: \"$ac_try\"") >&5 + { (eval echo "$as_me:6191: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6196: \$? = $ac_status" >&5 + echo "$as_me:6194: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_time_t=yes else @@ -6203,7 +6201,7 @@ ac_cv_type_time_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6206: result: $ac_cv_type_time_t" >&5 +echo "$as_me:6204: result: $ac_cv_type_time_t" >&5 echo "${ECHO_T}$ac_cv_type_time_t" >&6 if test $ac_cv_type_time_t = yes; then : @@ -6215,13 +6213,13 @@ EOF fi -echo "$as_me:6218: checking whether struct tm is in sys/time.h or time.h" >&5 +echo "$as_me:6216: checking whether struct tm is in sys/time.h or time.h" >&5 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 if test "${ac_cv_struct_tm+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6224 "configure" +#line 6222 "configure" #include "confdefs.h" #include #include @@ -6235,16 +6233,16 @@ struct tm *tp; tp->tm_sec; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6238: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6236: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6241: \$? = $ac_status" >&5 + echo "$as_me:6239: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6244: \"$ac_try\"") >&5 + { (eval echo "$as_me:6242: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6247: \$? = $ac_status" >&5 + echo "$as_me:6245: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_tm=time.h else @@ -6254,7 +6252,7 @@ ac_cv_struct_tm=sys/time.h fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6257: result: $ac_cv_struct_tm" >&5 +echo "$as_me:6255: result: $ac_cv_struct_tm" >&5 echo "${ECHO_T}$ac_cv_struct_tm" >&6 if test $ac_cv_struct_tm = sys/time.h; then @@ -6264,7 +6262,7 @@ EOF fi -echo "$as_me:6267: checking for a fallback value for HZ" >&5 +echo "$as_me:6265: checking for a fallback value for HZ" >&5 echo $ECHO_N "checking for a fallback value for HZ... $ECHO_C" >&6 if test "${ac_cv_var_default_hz+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6279,13 +6277,13 @@ case "$target" in ;; esac fi -echo "$as_me:6282: result: $ac_cv_var_default_hz" >&5 +echo "$as_me:6280: result: $ac_cv_var_default_hz" >&5 echo "${ECHO_T}$ac_cv_var_default_hz" >&6 cat >>confdefs.h <&5 +echo "$as_me:6286: checking if we need to override the system's value for HZ" >&5 echo $ECHO_N "checking if we need to override the system's value for HZ... $ECHO_C" >&6 if test "${ac_cv_var_override_hz+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6306,7 +6304,7 @@ case "$target" in ;; esac fi -echo "$as_me:6309: result: $ac_cv_var_override_hz" >&5 +echo "$as_me:6307: result: $ac_cv_var_override_hz" >&5 echo "${ECHO_T}$ac_cv_var_override_hz" >&6 case "$ac_cv_var_override_hz" in yes) @@ -6317,14 +6315,14 @@ EOF ;; esac -echo "$as_me:6320: checking struct sigaction for sa_sigaction" >&5 +echo "$as_me:6318: checking struct sigaction for sa_sigaction" >&5 echo $ECHO_N "checking struct sigaction for sa_sigaction... $ECHO_C" >&6 if test "${ac_cv_struct_sigaction_has_sa_sigaction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6327 "configure" +#line 6325 "configure" #include "confdefs.h" #include int @@ -6336,16 +6334,16 @@ struct sigaction act; act.sa_sigaction = 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6339: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6337: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6342: \$? = $ac_status" >&5 + echo "$as_me:6340: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6345: \"$ac_try\"") >&5 + { (eval echo "$as_me:6343: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6348: \$? = $ac_status" >&5 + echo "$as_me:6346: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_sigaction_has_sa_sigaction=yes else @@ -6357,7 +6355,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6360: result: $ac_cv_struct_sigaction_has_sa_sigaction" >&5 +echo "$as_me:6358: result: $ac_cv_struct_sigaction_has_sa_sigaction" >&5 echo "${ECHO_T}$ac_cv_struct_sigaction_has_sa_sigaction" >&6 if test $ac_cv_struct_sigaction_has_sa_sigaction = yes; then cat >>confdefs.h <<\EOF @@ -6366,13 +6364,13 @@ EOF fi -echo "$as_me:6369: checking for struct ppsclockev" >&5 +echo "$as_me:6367: checking for struct ppsclockev" >&5 echo $ECHO_N "checking for struct ppsclockev... $ECHO_C" >&6 if test "${ac_cv_struct_ppsclockev+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6375 "configure" +#line 6373 "configure" #include "confdefs.h" #include @@ -6396,16 +6394,16 @@ return pce->serial; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6397: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6402: \$? = $ac_status" >&5 + echo "$as_me:6400: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6405: \"$ac_try\"") >&5 + { (eval echo "$as_me:6403: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6408: \$? = $ac_status" >&5 + echo "$as_me:6406: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_ppsclockev=yes else @@ -6416,7 +6414,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6419: result: $ac_cv_struct_ppsclockev" >&5 +echo "$as_me:6417: result: $ac_cv_struct_ppsclockev" >&5 echo "${ECHO_T}$ac_cv_struct_ppsclockev" >&6 if test $ac_cv_struct_ppsclockev = yes; then cat >>confdefs.h <<\EOF @@ -6425,13 +6423,13 @@ EOF fi -echo "$as_me:6428: checking struct sockaddr for sa_len" >&5 +echo "$as_me:6426: checking struct sockaddr for sa_len" >&5 echo $ECHO_N "checking struct sockaddr for sa_len... $ECHO_C" >&6 if test "${ac_cv_struct_sockaddr_has_sa_len+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6434 "configure" +#line 6432 "configure" #include "confdefs.h" #include @@ -6447,16 +6445,16 @@ return ps->sa_len; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6450: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6448: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6453: \$? = $ac_status" >&5 + echo "$as_me:6451: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6456: \"$ac_try\"") >&5 + { (eval echo "$as_me:6454: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6459: \$? = $ac_status" >&5 + echo "$as_me:6457: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_sockaddr_has_sa_len=yes else @@ -6467,7 +6465,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6470: result: $ac_cv_struct_sockaddr_has_sa_len" >&5 +echo "$as_me:6468: result: $ac_cv_struct_sockaddr_has_sa_len" >&5 echo "${ECHO_T}$ac_cv_struct_sockaddr_has_sa_len" >&6 if test $ac_cv_struct_sockaddr_has_sa_len = yes; then cat >>confdefs.h <<\EOF @@ -6476,13 +6474,13 @@ EOF fi -echo "$as_me:6479: checking struct clockinfo for hz" >&5 +echo "$as_me:6477: checking struct clockinfo for hz" >&5 echo $ECHO_N "checking struct clockinfo for hz... $ECHO_C" >&6 if test "${ac_cv_struct_clockinfo_has_hz+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6485 "configure" +#line 6483 "configure" #include "confdefs.h" #include @@ -6497,16 +6495,16 @@ return pc->hz; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6500: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6498: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6503: \$? = $ac_status" >&5 + echo "$as_me:6501: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6506: \"$ac_try\"") >&5 + { (eval echo "$as_me:6504: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6509: \$? = $ac_status" >&5 + echo "$as_me:6507: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_clockinfo_has_hz=yes else @@ -6517,7 +6515,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6520: result: $ac_cv_struct_clockinfo_has_hz" >&5 +echo "$as_me:6518: result: $ac_cv_struct_clockinfo_has_hz" >&5 echo "${ECHO_T}$ac_cv_struct_clockinfo_has_hz" >&6 if test $ac_cv_struct_clockinfo_has_hz = yes; then cat >>confdefs.h <<\EOF @@ -6526,13 +6524,13 @@ EOF fi -echo "$as_me:6529: checking struct clockinfo for tickadj" >&5 +echo "$as_me:6527: checking struct clockinfo for tickadj" >&5 echo $ECHO_N "checking struct clockinfo for tickadj... $ECHO_C" >&6 if test "${ac_cv_struct_clockinfo_has_tickadj+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6535 "configure" +#line 6533 "configure" #include "confdefs.h" #include @@ -6547,16 +6545,16 @@ return pc->tickadj; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6550: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6548: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6553: \$? = $ac_status" >&5 + echo "$as_me:6551: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6556: \"$ac_try\"") >&5 + { (eval echo "$as_me:6554: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6559: \$? = $ac_status" >&5 + echo "$as_me:6557: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_clockinfo_has_tickadj=yes else @@ -6567,7 +6565,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6570: result: $ac_cv_struct_clockinfo_has_tickadj" >&5 +echo "$as_me:6568: result: $ac_cv_struct_clockinfo_has_tickadj" >&5 echo "${ECHO_T}$ac_cv_struct_clockinfo_has_tickadj" >&6 if test $ac_cv_struct_clockinfo_has_tickadj = yes; then cat >>confdefs.h <<\EOF @@ -6576,13 +6574,13 @@ EOF fi -echo "$as_me:6579: checking for struct timespec" >&5 +echo "$as_me:6577: checking for struct timespec" >&5 echo $ECHO_N "checking for struct timespec... $ECHO_C" >&6 if test "${ac_cv_struct_timespec+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6585 "configure" +#line 6583 "configure" #include "confdefs.h" #include @@ -6603,16 +6601,16 @@ struct timespec n; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6606: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6604: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6609: \$? = $ac_status" >&5 + echo "$as_me:6607: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6612: \"$ac_try\"") >&5 + { (eval echo "$as_me:6610: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6615: \$? = $ac_status" >&5 + echo "$as_me:6613: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_timespec=yes else @@ -6622,7 +6620,7 @@ ac_cv_struct_timespec=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6625: result: $ac_cv_struct_timespec" >&5 +echo "$as_me:6623: result: $ac_cv_struct_timespec" >&5 echo "${ECHO_T}$ac_cv_struct_timespec" >&6 if test $ac_cv_struct_timespec = yes; then @@ -6632,13 +6630,13 @@ EOF fi -echo "$as_me:6635: checking for struct ntptimeval" >&5 +echo "$as_me:6633: checking for struct ntptimeval" >&5 echo $ECHO_N "checking for struct ntptimeval... $ECHO_C" >&6 if test "${ac_cv_struct_ntptimeval+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6641 "configure" +#line 6639 "configure" #include "confdefs.h" #include @@ -6652,16 +6650,16 @@ struct ntptimeval n; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6655: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6653: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6658: \$? = $ac_status" >&5 + echo "$as_me:6656: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6661: \"$ac_try\"") >&5 + { (eval echo "$as_me:6659: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6664: \$? = $ac_status" >&5 + echo "$as_me:6662: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_ntptimeval=yes else @@ -6671,7 +6669,7 @@ ac_cv_struct_ntptimeval=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6674: result: $ac_cv_struct_ntptimeval" >&5 +echo "$as_me:6672: result: $ac_cv_struct_ntptimeval" >&5 echo "${ECHO_T}$ac_cv_struct_ntptimeval" >&6 if test $ac_cv_struct_ntptimeval = yes; then @@ -6681,13 +6679,13 @@ EOF fi -echo "$as_me:6684: checking for struct ntptimeval.time.tv_nsec" >&5 +echo "$as_me:6682: checking for struct ntptimeval.time.tv_nsec" >&5 echo $ECHO_N "checking for struct ntptimeval.time.tv_nsec... $ECHO_C" >&6 if test "${ac_cv_member_struct_ntptimeval_time_tv_nsec+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6690 "configure" +#line 6688 "configure" #include "confdefs.h" #ifdef HAVE_SYS_TIME_H #include @@ -6714,16 +6712,16 @@ foo.time.tv_nsec; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6717: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6715: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6720: \$? = $ac_status" >&5 + echo "$as_me:6718: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6723: \"$ac_try\"") >&5 + { (eval echo "$as_me:6721: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6726: \$? = $ac_status" >&5 + echo "$as_me:6724: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_member_struct_ntptimeval_time_tv_nsec=yes else @@ -6733,7 +6731,7 @@ ac_cv_member_struct_ntptimeval_time_tv_nsec=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6736: result: $ac_cv_member_struct_ntptimeval_time_tv_nsec" >&5 +echo "$as_me:6734: result: $ac_cv_member_struct_ntptimeval_time_tv_nsec" >&5 echo "${ECHO_T}$ac_cv_member_struct_ntptimeval_time_tv_nsec" >&6 if test $ac_cv_member_struct_ntptimeval_time_tv_nsec = yes; then @@ -6743,7 +6741,7 @@ EOF fi -echo "$as_me:6746: checking for inline" >&5 +echo "$as_me:6744: checking for inline" >&5 echo $ECHO_N "checking for inline... $ECHO_C" >&6 if test "${ac_cv_c_inline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6751,7 +6749,7 @@ else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat >conftest.$ac_ext <<_ACEOF -#line 6754 "configure" +#line 6752 "configure" #include "confdefs.h" #ifndef __cplusplus static $ac_kw int static_foo () {return 0; } @@ -6760,16 +6758,16 @@ $ac_kw int foo () {return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6763: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6761: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6766: \$? = $ac_status" >&5 + echo "$as_me:6764: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6769: \"$ac_try\"") >&5 + { (eval echo "$as_me:6767: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6772: \$? = $ac_status" >&5 + echo "$as_me:6770: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_inline=$ac_kw; break else @@ -6780,7 +6778,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:6783: result: $ac_cv_c_inline" >&5 +echo "$as_me:6781: result: $ac_cv_c_inline" >&5 echo "${ECHO_T}$ac_cv_c_inline" >&6 case $ac_cv_c_inline in inline | yes) ;; @@ -6795,13 +6793,13 @@ EOF ;; esac -echo "$as_me:6798: checking whether char is unsigned" >&5 +echo "$as_me:6796: checking whether char is unsigned" >&5 echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6 if test "${ac_cv_c_char_unsigned+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6804 "configure" +#line 6802 "configure" #include "confdefs.h" $ac_includes_default int @@ -6813,16 +6811,16 @@ int _array_ [1 - 2 * !(((char) -1) < 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6816: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6814: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6819: \$? = $ac_status" >&5 + echo "$as_me:6817: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6822: \"$ac_try\"") >&5 + { (eval echo "$as_me:6820: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6825: \$? = $ac_status" >&5 + echo "$as_me:6823: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_char_unsigned=no else @@ -6832,7 +6830,7 @@ ac_cv_c_char_unsigned=yes fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6835: result: $ac_cv_c_char_unsigned" >&5 +echo "$as_me:6833: result: $ac_cv_c_char_unsigned" >&5 echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then cat >>confdefs.h <<\EOF @@ -6842,13 +6840,13 @@ EOF fi case "$host" in $target) - echo "$as_me:6845: checking for signed char" >&5 + echo "$as_me:6843: checking for signed char" >&5 echo $ECHO_N "checking for signed char... $ECHO_C" >&6 if test "${ac_cv_type_signed_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6851 "configure" +#line 6849 "configure" #include "confdefs.h" $ac_includes_default int @@ -6863,16 +6861,16 @@ if (sizeof (signed char)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6866: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6864: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6869: \$? = $ac_status" >&5 + echo "$as_me:6867: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6872: \"$ac_try\"") >&5 + { (eval echo "$as_me:6870: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6875: \$? = $ac_status" >&5 + echo "$as_me:6873: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signed_char=yes else @@ -6882,10 +6880,10 @@ ac_cv_type_signed_char=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6885: result: $ac_cv_type_signed_char" >&5 +echo "$as_me:6883: result: $ac_cv_type_signed_char" >&5 echo "${ECHO_T}$ac_cv_type_signed_char" >&6 -echo "$as_me:6888: checking size of signed char" >&5 +echo "$as_me:6886: checking size of signed char" >&5 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 if test "${ac_cv_sizeof_signed_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6894,7 +6892,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 6897 "configure" +#line 6895 "configure" #include "confdefs.h" $ac_includes_default int @@ -6906,21 +6904,21 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6909: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6907: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6912: \$? = $ac_status" >&5 + echo "$as_me:6910: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6915: \"$ac_try\"") >&5 + { (eval echo "$as_me:6913: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6918: \$? = $ac_status" >&5 + echo "$as_me:6916: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 6923 "configure" +#line 6921 "configure" #include "confdefs.h" $ac_includes_default int @@ -6932,16 +6930,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6935: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6933: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6938: \$? = $ac_status" >&5 + echo "$as_me:6936: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6941: \"$ac_try\"") >&5 + { (eval echo "$as_me:6939: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6944: \$? = $ac_status" >&5 + echo "$as_me:6942: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -6957,7 +6955,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 6960 "configure" +#line 6958 "configure" #include "confdefs.h" $ac_includes_default int @@ -6969,16 +6967,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6972: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6970: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6975: \$? = $ac_status" >&5 + echo "$as_me:6973: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6978: \"$ac_try\"") >&5 + { (eval echo "$as_me:6976: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6981: \$? = $ac_status" >&5 + echo "$as_me:6979: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -6994,7 +6992,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 6997 "configure" +#line 6995 "configure" #include "confdefs.h" $ac_includes_default int @@ -7006,16 +7004,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7009: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7007: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7012: \$? = $ac_status" >&5 + echo "$as_me:7010: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7015: \"$ac_try\"") >&5 + { (eval echo "$as_me:7013: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7018: \$? = $ac_status" >&5 + echo "$as_me:7016: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -7028,12 +7026,12 @@ done ac_cv_sizeof_signed_char=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:7031: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7029: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7036 "configure" +#line 7034 "configure" #include "confdefs.h" $ac_includes_default int @@ -7049,15 +7047,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7052: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7050: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7055: \$? = $ac_status" >&5 + echo "$as_me:7053: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7057: \"$ac_try\"") >&5 + { (eval echo "$as_me:7055: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7060: \$? = $ac_status" >&5 + echo "$as_me:7058: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_signed_char=`cat conftest.val` else @@ -7065,7 +7063,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi rm -f conftest.val @@ -7073,7 +7071,7 @@ else ac_cv_sizeof_signed_char=0 fi fi -echo "$as_me:7076: result: $ac_cv_sizeof_signed_char" >&5 +echo "$as_me:7074: result: $ac_cv_sizeof_signed_char" >&5 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 cat >>confdefs.h <&5 + echo "$as_me:7083: checking for signed char" >&5 echo $ECHO_N "checking for signed char... $ECHO_C" >&6 if test "${ac_cv_type_signed_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7091 "configure" +#line 7089 "configure" #include "confdefs.h" $ac_includes_default int @@ -7103,16 +7101,16 @@ if (sizeof (signed char)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7106: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7104: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7109: \$? = $ac_status" >&5 + echo "$as_me:7107: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7112: \"$ac_try\"") >&5 + { (eval echo "$as_me:7110: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7115: \$? = $ac_status" >&5 + echo "$as_me:7113: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signed_char=yes else @@ -7122,10 +7120,10 @@ ac_cv_type_signed_char=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7125: result: $ac_cv_type_signed_char" >&5 +echo "$as_me:7123: result: $ac_cv_type_signed_char" >&5 echo "${ECHO_T}$ac_cv_type_signed_char" >&6 -echo "$as_me:7128: checking size of signed char" >&5 +echo "$as_me:7126: checking size of signed char" >&5 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 if test "${ac_cv_sizeof_signed_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7134,7 +7132,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 7137 "configure" +#line 7135 "configure" #include "confdefs.h" $ac_includes_default int @@ -7146,21 +7144,21 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7149: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7147: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7152: \$? = $ac_status" >&5 + echo "$as_me:7150: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7155: \"$ac_try\"") >&5 + { (eval echo "$as_me:7153: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7158: \$? = $ac_status" >&5 + echo "$as_me:7156: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7163 "configure" +#line 7161 "configure" #include "confdefs.h" $ac_includes_default int @@ -7172,16 +7170,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7175: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7173: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7178: \$? = $ac_status" >&5 + echo "$as_me:7176: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7181: \"$ac_try\"") >&5 + { (eval echo "$as_me:7179: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7184: \$? = $ac_status" >&5 + echo "$as_me:7182: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -7197,7 +7195,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7200 "configure" +#line 7198 "configure" #include "confdefs.h" $ac_includes_default int @@ -7209,16 +7207,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7212: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7210: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7215: \$? = $ac_status" >&5 + echo "$as_me:7213: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7218: \"$ac_try\"") >&5 + { (eval echo "$as_me:7216: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7221: \$? = $ac_status" >&5 + echo "$as_me:7219: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -7234,7 +7232,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 7237 "configure" +#line 7235 "configure" #include "confdefs.h" $ac_includes_default int @@ -7246,16 +7244,16 @@ int _array_ [1 - 2 * !((sizeof (signed char)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7249: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7247: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7252: \$? = $ac_status" >&5 + echo "$as_me:7250: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7255: \"$ac_try\"") >&5 + { (eval echo "$as_me:7253: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7258: \$? = $ac_status" >&5 + echo "$as_me:7256: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -7268,12 +7266,12 @@ done ac_cv_sizeof_signed_char=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:7271: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7269: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7276 "configure" +#line 7274 "configure" #include "confdefs.h" $ac_includes_default int @@ -7289,15 +7287,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7292: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7290: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7295: \$? = $ac_status" >&5 + echo "$as_me:7293: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7297: \"$ac_try\"") >&5 + { (eval echo "$as_me:7295: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7300: \$? = $ac_status" >&5 + echo "$as_me:7298: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_signed_char=`cat conftest.val` else @@ -7305,7 +7303,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi rm -f conftest.val @@ -7313,14 +7311,14 @@ else ac_cv_sizeof_signed_char=0 fi fi -echo "$as_me:7316: result: $ac_cv_sizeof_signed_char" >&5 +echo "$as_me:7314: result: $ac_cv_sizeof_signed_char" >&5 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 cat >>confdefs.h <&5 + *) { { echo "$as_me:7321: error: Cross-compiling needs explicit SIZEOF_SIGNED_LONG" >&5 echo "$as_me: error: Cross-compiling needs explicit SIZEOF_SIGNED_LONG" >&2;} { (exit 1); exit 1; }; } ;; @@ -7330,13 +7328,13 @@ esac case "$host" in $target) - echo "$as_me:7333: checking for int" >&5 + echo "$as_me:7331: checking for int" >&5 echo $ECHO_N "checking for int... $ECHO_C" >&6 if test "${ac_cv_type_int+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7339 "configure" +#line 7337 "configure" #include "confdefs.h" $ac_includes_default int @@ -7351,16 +7349,16 @@ if (sizeof (int)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7354: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7352: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7357: \$? = $ac_status" >&5 + echo "$as_me:7355: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7360: \"$ac_try\"") >&5 + { (eval echo "$as_me:7358: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7363: \$? = $ac_status" >&5 + echo "$as_me:7361: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_int=yes else @@ -7370,10 +7368,10 @@ ac_cv_type_int=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7373: result: $ac_cv_type_int" >&5 +echo "$as_me:7371: result: $ac_cv_type_int" >&5 echo "${ECHO_T}$ac_cv_type_int" >&6 -echo "$as_me:7376: checking size of int" >&5 +echo "$as_me:7374: checking size of int" >&5 echo $ECHO_N "checking size of int... $ECHO_C" >&6 if test "${ac_cv_sizeof_int+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7382,7 +7380,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 7385 "configure" +#line 7383 "configure" #include "confdefs.h" $ac_includes_default int @@ -7394,21 +7392,21 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7397: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7395: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7400: \$? = $ac_status" >&5 + echo "$as_me:7398: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7403: \"$ac_try\"") >&5 + { (eval echo "$as_me:7401: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7406: \$? = $ac_status" >&5 + echo "$as_me:7404: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7411 "configure" +#line 7409 "configure" #include "confdefs.h" $ac_includes_default int @@ -7420,16 +7418,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7423: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7421: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7426: \$? = $ac_status" >&5 + echo "$as_me:7424: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7429: \"$ac_try\"") >&5 + { (eval echo "$as_me:7427: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7432: \$? = $ac_status" >&5 + echo "$as_me:7430: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -7445,7 +7443,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7448 "configure" +#line 7446 "configure" #include "confdefs.h" $ac_includes_default int @@ -7457,16 +7455,16 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7460: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7458: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7463: \$? = $ac_status" >&5 + echo "$as_me:7461: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7466: \"$ac_try\"") >&5 + { (eval echo "$as_me:7464: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7469: \$? = $ac_status" >&5 + echo "$as_me:7467: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -7482,7 +7480,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 7485 "configure" +#line 7483 "configure" #include "confdefs.h" $ac_includes_default int @@ -7494,16 +7492,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7497: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7495: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7500: \$? = $ac_status" >&5 + echo "$as_me:7498: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7503: \"$ac_try\"") >&5 + { (eval echo "$as_me:7501: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7506: \$? = $ac_status" >&5 + echo "$as_me:7504: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -7516,12 +7514,12 @@ done ac_cv_sizeof_int=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:7519: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7517: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7524 "configure" +#line 7522 "configure" #include "confdefs.h" $ac_includes_default int @@ -7537,15 +7535,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7540: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7538: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7543: \$? = $ac_status" >&5 + echo "$as_me:7541: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7545: \"$ac_try\"") >&5 + { (eval echo "$as_me:7543: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7548: \$? = $ac_status" >&5 + echo "$as_me:7546: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int=`cat conftest.val` else @@ -7553,7 +7551,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi rm -f conftest.val @@ -7561,7 +7559,7 @@ else ac_cv_sizeof_int=0 fi fi -echo "$as_me:7564: result: $ac_cv_sizeof_int" >&5 +echo "$as_me:7562: result: $ac_cv_sizeof_int" >&5 echo "${ECHO_T}$ac_cv_sizeof_int" >&6 cat >>confdefs.h <&5 + echo "$as_me:7571: checking for int" >&5 echo $ECHO_N "checking for int... $ECHO_C" >&6 if test "${ac_cv_type_int+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7579 "configure" +#line 7577 "configure" #include "confdefs.h" $ac_includes_default int @@ -7591,16 +7589,16 @@ if (sizeof (int)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7594: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7592: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7597: \$? = $ac_status" >&5 + echo "$as_me:7595: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7600: \"$ac_try\"") >&5 + { (eval echo "$as_me:7598: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7603: \$? = $ac_status" >&5 + echo "$as_me:7601: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_int=yes else @@ -7610,10 +7608,10 @@ ac_cv_type_int=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7613: result: $ac_cv_type_int" >&5 +echo "$as_me:7611: result: $ac_cv_type_int" >&5 echo "${ECHO_T}$ac_cv_type_int" >&6 -echo "$as_me:7616: checking size of int" >&5 +echo "$as_me:7614: checking size of int" >&5 echo $ECHO_N "checking size of int... $ECHO_C" >&6 if test "${ac_cv_sizeof_int+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7622,7 +7620,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 7625 "configure" +#line 7623 "configure" #include "confdefs.h" $ac_includes_default int @@ -7634,21 +7632,21 @@ int _array_ [1 - 2 * !((sizeof (int)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7637: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7635: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7640: \$? = $ac_status" >&5 + echo "$as_me:7638: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7643: \"$ac_try\"") >&5 + { (eval echo "$as_me:7641: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7646: \$? = $ac_status" >&5 + echo "$as_me:7644: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7651 "configure" +#line 7649 "configure" #include "confdefs.h" $ac_includes_default int @@ -7660,16 +7658,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7663: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7661: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7666: \$? = $ac_status" >&5 + echo "$as_me:7664: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7669: \"$ac_try\"") >&5 + { (eval echo "$as_me:7667: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7672: \$? = $ac_status" >&5 + echo "$as_me:7670: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -7685,7 +7683,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7688 "configure" +#line 7686 "configure" #include "confdefs.h" $ac_includes_default int @@ -7697,16 +7695,16 @@ int _array_ [1 - 2 * !((sizeof (int)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7700: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7698: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7703: \$? = $ac_status" >&5 + echo "$as_me:7701: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7706: \"$ac_try\"") >&5 + { (eval echo "$as_me:7704: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7709: \$? = $ac_status" >&5 + echo "$as_me:7707: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -7722,7 +7720,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 7725 "configure" +#line 7723 "configure" #include "confdefs.h" $ac_includes_default int @@ -7734,16 +7732,16 @@ int _array_ [1 - 2 * !((sizeof (int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7737: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7735: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7740: \$? = $ac_status" >&5 + echo "$as_me:7738: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7743: \"$ac_try\"") >&5 + { (eval echo "$as_me:7741: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7746: \$? = $ac_status" >&5 + echo "$as_me:7744: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -7756,12 +7754,12 @@ done ac_cv_sizeof_int=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:7759: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7757: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7764 "configure" +#line 7762 "configure" #include "confdefs.h" $ac_includes_default int @@ -7777,15 +7775,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7780: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7778: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7783: \$? = $ac_status" >&5 + echo "$as_me:7781: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7785: \"$ac_try\"") >&5 + { (eval echo "$as_me:7783: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7788: \$? = $ac_status" >&5 + echo "$as_me:7786: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int=`cat conftest.val` else @@ -7793,7 +7791,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi rm -f conftest.val @@ -7801,14 +7799,14 @@ else ac_cv_sizeof_int=0 fi fi -echo "$as_me:7804: result: $ac_cv_sizeof_int" >&5 +echo "$as_me:7802: result: $ac_cv_sizeof_int" >&5 echo "${ECHO_T}$ac_cv_sizeof_int" >&6 cat >>confdefs.h <&5 + *) { { echo "$as_me:7809: error: Cross-compiling needs explicit SIZEOF_INT" >&5 echo "$as_me: error: Cross-compiling needs explicit SIZEOF_INT" >&2;} { (exit 1); exit 1; }; } ;; @@ -7818,13 +7816,13 @@ esac case "$host" in $target) - echo "$as_me:7821: checking for long" >&5 + echo "$as_me:7819: checking for long" >&5 echo $ECHO_N "checking for long... $ECHO_C" >&6 if test "${ac_cv_type_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7827 "configure" +#line 7825 "configure" #include "confdefs.h" $ac_includes_default int @@ -7839,16 +7837,16 @@ if (sizeof (long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7842: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7840: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7845: \$? = $ac_status" >&5 + echo "$as_me:7843: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7848: \"$ac_try\"") >&5 + { (eval echo "$as_me:7846: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7851: \$? = $ac_status" >&5 + echo "$as_me:7849: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long=yes else @@ -7858,10 +7856,10 @@ ac_cv_type_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7861: result: $ac_cv_type_long" >&5 +echo "$as_me:7859: result: $ac_cv_type_long" >&5 echo "${ECHO_T}$ac_cv_type_long" >&6 -echo "$as_me:7864: checking size of long" >&5 +echo "$as_me:7862: checking size of long" >&5 echo $ECHO_N "checking size of long... $ECHO_C" >&6 if test "${ac_cv_sizeof_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7870,7 +7868,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 7873 "configure" +#line 7871 "configure" #include "confdefs.h" $ac_includes_default int @@ -7882,21 +7880,21 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7885: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7883: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7888: \$? = $ac_status" >&5 + echo "$as_me:7886: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7891: \"$ac_try\"") >&5 + { (eval echo "$as_me:7889: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7894: \$? = $ac_status" >&5 + echo "$as_me:7892: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7899 "configure" +#line 7897 "configure" #include "confdefs.h" $ac_includes_default int @@ -7908,16 +7906,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7911: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7909: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7914: \$? = $ac_status" >&5 + echo "$as_me:7912: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7917: \"$ac_try\"") >&5 + { (eval echo "$as_me:7915: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7920: \$? = $ac_status" >&5 + echo "$as_me:7918: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -7933,7 +7931,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 7936 "configure" +#line 7934 "configure" #include "confdefs.h" $ac_includes_default int @@ -7945,16 +7943,16 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7948: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7946: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7951: \$? = $ac_status" >&5 + echo "$as_me:7949: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7954: \"$ac_try\"") >&5 + { (eval echo "$as_me:7952: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7957: \$? = $ac_status" >&5 + echo "$as_me:7955: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -7970,7 +7968,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 7973 "configure" +#line 7971 "configure" #include "confdefs.h" $ac_includes_default int @@ -7982,16 +7980,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:7985: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:7983: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:7988: \$? = $ac_status" >&5 + echo "$as_me:7986: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:7991: \"$ac_try\"") >&5 + { (eval echo "$as_me:7989: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7994: \$? = $ac_status" >&5 + echo "$as_me:7992: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -8004,12 +8002,12 @@ done ac_cv_sizeof_long=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:8007: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:8005: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 8012 "configure" +#line 8010 "configure" #include "confdefs.h" $ac_includes_default int @@ -8025,15 +8023,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8028: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8026: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8031: \$? = $ac_status" >&5 + echo "$as_me:8029: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8033: \"$ac_try\"") >&5 + { (eval echo "$as_me:8031: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8036: \$? = $ac_status" >&5 + echo "$as_me:8034: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` else @@ -8041,7 +8039,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi rm -f conftest.val @@ -8049,7 +8047,7 @@ else ac_cv_sizeof_long=0 fi fi -echo "$as_me:8052: result: $ac_cv_sizeof_long" >&5 +echo "$as_me:8050: result: $ac_cv_sizeof_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_long" >&6 cat >>confdefs.h <&5 + echo "$as_me:8059: checking for long" >&5 echo $ECHO_N "checking for long... $ECHO_C" >&6 if test "${ac_cv_type_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8067 "configure" +#line 8065 "configure" #include "confdefs.h" $ac_includes_default int @@ -8079,16 +8077,16 @@ if (sizeof (long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8082: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8080: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8085: \$? = $ac_status" >&5 + echo "$as_me:8083: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8088: \"$ac_try\"") >&5 + { (eval echo "$as_me:8086: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8091: \$? = $ac_status" >&5 + echo "$as_me:8089: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_long=yes else @@ -8098,10 +8096,10 @@ ac_cv_type_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8101: result: $ac_cv_type_long" >&5 +echo "$as_me:8099: result: $ac_cv_type_long" >&5 echo "${ECHO_T}$ac_cv_type_long" >&6 -echo "$as_me:8104: checking size of long" >&5 +echo "$as_me:8102: checking size of long" >&5 echo $ECHO_N "checking size of long... $ECHO_C" >&6 if test "${ac_cv_sizeof_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8110,7 +8108,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 8113 "configure" +#line 8111 "configure" #include "confdefs.h" $ac_includes_default int @@ -8122,21 +8120,21 @@ int _array_ [1 - 2 * !((sizeof (long)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8125: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8123: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8128: \$? = $ac_status" >&5 + echo "$as_me:8126: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8131: \"$ac_try\"") >&5 + { (eval echo "$as_me:8129: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8134: \$? = $ac_status" >&5 + echo "$as_me:8132: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8139 "configure" +#line 8137 "configure" #include "confdefs.h" $ac_includes_default int @@ -8148,16 +8146,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8151: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8149: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8154: \$? = $ac_status" >&5 + echo "$as_me:8152: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8157: \"$ac_try\"") >&5 + { (eval echo "$as_me:8155: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8160: \$? = $ac_status" >&5 + echo "$as_me:8158: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -8173,7 +8171,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 8176 "configure" +#line 8174 "configure" #include "confdefs.h" $ac_includes_default int @@ -8185,16 +8183,16 @@ int _array_ [1 - 2 * !((sizeof (long)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8188: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8186: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8191: \$? = $ac_status" >&5 + echo "$as_me:8189: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8194: \"$ac_try\"") >&5 + { (eval echo "$as_me:8192: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8197: \$? = $ac_status" >&5 + echo "$as_me:8195: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -8210,7 +8208,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 8213 "configure" +#line 8211 "configure" #include "confdefs.h" $ac_includes_default int @@ -8222,16 +8220,16 @@ int _array_ [1 - 2 * !((sizeof (long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8225: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8223: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8228: \$? = $ac_status" >&5 + echo "$as_me:8226: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8231: \"$ac_try\"") >&5 + { (eval echo "$as_me:8229: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8234: \$? = $ac_status" >&5 + echo "$as_me:8232: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -8244,12 +8242,12 @@ done ac_cv_sizeof_long=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:8247: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:8245: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 8252 "configure" +#line 8250 "configure" #include "confdefs.h" $ac_includes_default int @@ -8265,15 +8263,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8268: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8266: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8271: \$? = $ac_status" >&5 + echo "$as_me:8269: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8273: \"$ac_try\"") >&5 + { (eval echo "$as_me:8271: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8276: \$? = $ac_status" >&5 + echo "$as_me:8274: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` else @@ -8281,7 +8279,7 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f core core.* *.core conftest$ac_exeext conftest.$ac_ext fi fi rm -f conftest.val @@ -8289,14 +8287,14 @@ else ac_cv_sizeof_long=0 fi fi -echo "$as_me:8292: result: $ac_cv_sizeof_long" >&5 +echo "$as_me:8290: result: $ac_cv_sizeof_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_long" >&6 cat >>confdefs.h <&5 + *) { { echo "$as_me:8297: error: Cross-compiling needs explicit SIZEOF_LONG" >&5 echo "$as_me: error: Cross-compiling needs explicit SIZEOF_LONG" >&2;} { (exit 1); exit 1; }; } ;; @@ -8304,13 +8302,13 @@ echo "$as_me: error: Cross-compiling needs explicit SIZEOF_LONG" >&2;} ;; esac -echo "$as_me:8307: checking for s_char" >&5 +echo "$as_me:8305: checking for s_char" >&5 echo $ECHO_N "checking for s_char... $ECHO_C" >&6 if test "${ac_cv_type_s_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8313 "configure" +#line 8311 "configure" #include "confdefs.h" $ac_includes_default int @@ -8325,16 +8323,16 @@ if (sizeof (s_char)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:8328: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:8326: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:8331: \$? = $ac_status" >&5 + echo "$as_me:8329: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:8334: \"$ac_try\"") >&5 + { (eval echo "$as_me:8332: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8337: \$? = $ac_status" >&5 + echo "$as_me:8335: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_s_char=yes else @@ -8344,7 +8342,7 @@ ac_cv_type_s_char=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:8347: result: $ac_cv_type_s_char" >&5 +echo "$as_me:8345: result: $ac_cv_type_s_char" >&5 echo "${ECHO_T}$ac_cv_type_s_char" >&6 if test $ac_cv_type_s_char = yes; then @@ -8374,7 +8372,7 @@ EOF ;; yes0no) # We have unsigned chars, can't say 'signed char', no s_char typedef. - { { echo "$as_me:8377: error: No way to specify a signed character!" >&5 + { { echo "$as_me:8375: error: No way to specify a signed character!" >&5 echo "$as_me: error: No way to specify a signed character!" >&2;} { (exit 1); exit 1; }; } ;; @@ -8386,13 +8384,13 @@ EOF ;; esac -echo "$as_me:8389: checking for uid_t in sys/types.h" >&5 +echo "$as_me:8387: checking for uid_t in sys/types.h" >&5 echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 if test "${ac_cv_type_uid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8395 "configure" +#line 8393 "configure" #include "confdefs.h" #include @@ -8406,7 +8404,7 @@ fi rm -f conftest* fi -echo "$as_me:8409: result: $ac_cv_type_uid_t" >&5 +echo "$as_me:8407: result: $ac_cv_type_uid_t" >&5 echo "${ECHO_T}$ac_cv_type_uid_t" >&6 if test $ac_cv_type_uid_t = no; then @@ -8426,13 +8424,13 @@ case "$target" in for ac_func in __adjtimex __ntp_gettime do ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` -echo "$as_me:8429: checking for $ac_func" >&5 +echo "$as_me:8427: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8435 "configure" +#line 8433 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8463,16 +8461,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8466: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8464: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8469: \$? = $ac_status" >&5 + echo "$as_me:8467: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8472: \"$ac_try\"") >&5 + { (eval echo "$as_me:8470: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8475: \$? = $ac_status" >&5 + echo "$as_me:8473: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -8480,9 +8478,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8485: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:8483: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8507: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8515 "configure" +#line 8513 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8543,16 +8541,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8546: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8544: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8549: \$? = $ac_status" >&5 + echo "$as_me:8547: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8552: \"$ac_try\"") >&5 + { (eval echo "$as_me:8550: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8555: \$? = $ac_status" >&5 + echo "$as_me:8553: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -8560,9 +8558,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8565: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:8563: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8579: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8587 "configure" +#line 8585 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8615,16 +8613,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8618: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8616: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8621: \$? = $ac_status" >&5 + echo "$as_me:8619: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8624: \"$ac_try\"") >&5 + { (eval echo "$as_me:8622: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8627: \$? = $ac_status" >&5 + echo "$as_me:8625: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -8632,9 +8630,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8637: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:8635: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8648: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8656 "configure" +#line 8654 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8684,16 +8682,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8687: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8685: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8690: \$? = $ac_status" >&5 + echo "$as_me:8688: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8693: \"$ac_try\"") >&5 + { (eval echo "$as_me:8691: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8696: \$? = $ac_status" >&5 + echo "$as_me:8694: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -8701,9 +8699,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8706: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:8704: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8716: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8724 "configure" +#line 8722 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8752,16 +8750,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8755: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8753: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8758: \$? = $ac_status" >&5 + echo "$as_me:8756: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8761: \"$ac_try\"") >&5 + { (eval echo "$as_me:8759: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8764: \$? = $ac_status" >&5 + echo "$as_me:8762: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -8769,9 +8767,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8774: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:8772: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <" >&5 + echo "$as_me:8780: checking for isfinite with " >&5 echo $ECHO_N "checking for isfinite with ... $ECHO_C" >&6 _libs=$LIBS LIBS="$LIBS -lm" cat >conftest.$ac_ext <<_ACEOF -#line 8787 "configure" +#line 8785 "configure" #include "confdefs.h" #include int @@ -8796,18 +8794,18 @@ float f = 0.0; isfinite(f) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8799: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8797: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8802: \$? = $ac_status" >&5 + echo "$as_me:8800: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8805: \"$ac_try\"") >&5 + { (eval echo "$as_me:8803: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8808: \$? = $ac_status" >&5 + echo "$as_me:8806: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:8810: result: yes" >&5 + echo "$as_me:8808: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define HAVE_ISFINITE 1 @@ -8816,10 +8814,10 @@ EOF else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:8819: result: no" >&5 +echo "$as_me:8817: result: no" >&5 echo "${ECHO_T}no" >&6 fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$_libs fi done @@ -8830,13 +8828,13 @@ done for ac_func in getbootfile getclock getdtablesize getrusage gettimeofday do ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh` -echo "$as_me:8833: checking for $ac_func" >&5 +echo "$as_me:8831: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8839 "configure" +#line 8837 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8867,16 +8865,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8870: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8868: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8873: \$? = $ac_status" >&5 + echo "$as_me:8871: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8876: \"$ac_try\"") >&5 + { (eval echo "$as_me:8874: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8879: \$? = $ac_status" >&5 + echo "$as_me:8877: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -8884,9 +8882,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8889: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:8887: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8904: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8912 "configure" +#line 8910 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8940,16 +8938,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8943: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8941: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8946: \$? = $ac_status" >&5 + echo "$as_me:8944: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8949: \"$ac_try\"") >&5 + { (eval echo "$as_me:8947: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8952: \$? = $ac_status" >&5 + echo "$as_me:8950: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -8957,9 +8955,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8962: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:8960: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8976: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8984 "configure" +#line 8982 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9012,16 +9010,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9015: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9013: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9018: \$? = $ac_status" >&5 + echo "$as_me:9016: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9021: \"$ac_try\"") >&5 + { (eval echo "$as_me:9019: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9024: \$? = $ac_status" >&5 + echo "$as_me:9022: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9029,9 +9027,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9034: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9032: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9050: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9058 "configure" +#line 9056 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9086,16 +9084,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9089: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9087: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9092: \$? = $ac_status" >&5 + echo "$as_me:9090: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9095: \"$ac_try\"") >&5 + { (eval echo "$as_me:9093: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9098: \$? = $ac_status" >&5 + echo "$as_me:9096: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9103,9 +9101,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9108: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9106: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9122: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9130 "configure" +#line 9128 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9158,16 +9156,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9161: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9159: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9164: \$? = $ac_status" >&5 + echo "$as_me:9162: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9167: \"$ac_try\"") >&5 + { (eval echo "$as_me:9165: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9170: \$? = $ac_status" >&5 + echo "$as_me:9168: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9175,9 +9173,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9180: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9178: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9207: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9215 "configure" +#line 9213 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9243,16 +9241,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9246: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9244: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9249: \$? = $ac_status" >&5 + echo "$as_me:9247: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9252: \"$ac_try\"") >&5 + { (eval echo "$as_me:9250: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9255: \$? = $ac_status" >&5 + echo "$as_me:9253: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9260,9 +9258,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9265: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9263: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9276: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9284 "configure" +#line 9282 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9312,16 +9310,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9315: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9313: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9318: \$? = $ac_status" >&5 + echo "$as_me:9316: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9321: \"$ac_try\"") >&5 + { (eval echo "$as_me:9319: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9324: \$? = $ac_status" >&5 + echo "$as_me:9322: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9329,9 +9327,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9334: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9332: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9347: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9355 "configure" +#line 9353 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9383,16 +9381,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9386: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9384: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9389: \$? = $ac_status" >&5 + echo "$as_me:9387: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9392: \"$ac_try\"") >&5 + { (eval echo "$as_me:9390: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9395: \$? = $ac_status" >&5 + echo "$as_me:9393: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9400,9 +9398,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9405: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9403: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9419: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9427 "configure" +#line 9425 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9455,16 +9453,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9458: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9456: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9461: \$? = $ac_status" >&5 + echo "$as_me:9459: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9464: \"$ac_try\"") >&5 + { (eval echo "$as_me:9462: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9467: \$? = $ac_status" >&5 + echo "$as_me:9465: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9472,9 +9470,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9477: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9475: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9494: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9502 "configure" +#line 9500 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9530,16 +9528,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9533: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9531: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9536: \$? = $ac_status" >&5 + echo "$as_me:9534: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9539: \"$ac_try\"") >&5 + { (eval echo "$as_me:9537: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9542: \$? = $ac_status" >&5 + echo "$as_me:9540: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9547,9 +9545,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9552: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9550: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9566: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9574 "configure" +#line 9572 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9602,16 +9600,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9605: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9603: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9608: \$? = $ac_status" >&5 + echo "$as_me:9606: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9611: \"$ac_try\"") >&5 + { (eval echo "$as_me:9609: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9614: \$? = $ac_status" >&5 + echo "$as_me:9612: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9619,9 +9617,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9624: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9622: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9638: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9646 "configure" +#line 9644 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9674,16 +9672,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9677: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9675: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9680: \$? = $ac_status" >&5 + echo "$as_me:9678: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9683: \"$ac_try\"") >&5 + { (eval echo "$as_me:9681: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9686: \$? = $ac_status" >&5 + echo "$as_me:9684: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9691,9 +9689,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9696: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9694: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9719: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9727 "configure" +#line 9725 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9755,16 +9753,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9758: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9756: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9761: \$? = $ac_status" >&5 + echo "$as_me:9759: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9764: \"$ac_try\"") >&5 + { (eval echo "$as_me:9762: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9767: \$? = $ac_status" >&5 + echo "$as_me:9765: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9772,9 +9770,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9777: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9775: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9791: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9799 "configure" +#line 9797 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9827,16 +9825,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9830: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9828: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9833: \$? = $ac_status" >&5 + echo "$as_me:9831: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9836: \"$ac_try\"") >&5 + { (eval echo "$as_me:9834: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9839: \$? = $ac_status" >&5 + echo "$as_me:9837: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9844,9 +9842,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9849: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9847: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9860: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9868 "configure" +#line 9866 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9896,16 +9894,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9899: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9897: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9902: \$? = $ac_status" >&5 + echo "$as_me:9900: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9905: \"$ac_try\"") >&5 + { (eval echo "$as_me:9903: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9908: \$? = $ac_status" >&5 + echo "$as_me:9906: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9913,9 +9911,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9918: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9916: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9929: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9937 "configure" +#line 9935 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9965,16 +9963,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9968: \"$ac_link\"") >&5 +if { (eval echo "$as_me:9966: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:9971: \$? = $ac_status" >&5 + echo "$as_me:9969: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9974: \"$ac_try\"") >&5 + { (eval echo "$as_me:9972: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:9977: \$? = $ac_status" >&5 + echo "$as_me:9975: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -9982,9 +9980,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9987: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:9985: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9998: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10006 "configure" +#line 10004 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10034,16 +10032,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10037: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10035: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10040: \$? = $ac_status" >&5 + echo "$as_me:10038: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10043: \"$ac_try\"") >&5 + { (eval echo "$as_me:10041: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10046: \$? = $ac_status" >&5 + echo "$as_me:10044: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -10051,9 +10049,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10056: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:10054: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:10081: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10089 "configure" +#line 10087 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10117,16 +10115,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10120: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10118: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10123: \$? = $ac_status" >&5 + echo "$as_me:10121: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10126: \"$ac_try\"") >&5 + { (eval echo "$as_me:10124: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10129: \$? = $ac_status" >&5 + echo "$as_me:10127: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -10134,9 +10132,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10139: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:10137: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:10157: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10165 "configure" +#line 10163 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10193,16 +10191,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10196: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10194: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10199: \$? = $ac_status" >&5 + echo "$as_me:10197: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10202: \"$ac_try\"") >&5 + { (eval echo "$as_me:10200: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10205: \$? = $ac_status" >&5 + echo "$as_me:10203: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -10210,9 +10208,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10215: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:10213: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:10229: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$ac_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10237 "configure" +#line 10235 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -10265,16 +10263,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10268: \"$ac_link\"") >&5 +if { (eval echo "$as_me:10266: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:10271: \$? = $ac_status" >&5 + echo "$as_me:10269: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10274: \"$ac_try\"") >&5 + { (eval echo "$as_me:10272: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10277: \$? = $ac_status" >&5 + echo "$as_me:10275: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$ac_ac_var=yes" else @@ -10282,9 +10280,9 @@ else cat conftest.$ac_ext >&5 eval "$ac_ac_var=no" fi -rm -f conftest$ac_exeext conftest.$ac_ext +rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10287: result: `eval echo '${'$ac_ac_var'}'`" >&5 +echo "$as_me:10285: result: `eval echo '${'$ac_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6 if test `eval echo '${'$ac_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:10295: checking number of arguments to gettimeofday()" >&5 echo $ECHO_N "checking number of arguments to gettimeofday()... $ECHO_C" >&6 if test "${ac_cv_func_Xettimeofday_nargs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10303 "configure" +#line 10301 "configure" #include "confdefs.h" #include int @@ -10315,16 +10313,16 @@ settimeofday((struct timeval*)0,(struct timezone*)0); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10318: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10316: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10321: \$? = $ac_status" >&5 + echo "$as_me:10319: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10324: \"$ac_try\"") >&5 + { (eval echo "$as_me:10322: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10327: \$? = $ac_status" >&5 + echo "$as_me:10325: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_Xettimeofday_nargs=2 else @@ -10335,7 +10333,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10338: result: $ac_cv_func_Xettimeofday_nargs" >&5 +echo "$as_me:10336: result: $ac_cv_func_Xettimeofday_nargs" >&5 echo "${ECHO_T}$ac_cv_func_Xettimeofday_nargs" >&6 if test $ac_cv_func_Xettimeofday_nargs = 1; then cat >>confdefs.h <<\EOF @@ -10344,13 +10342,13 @@ EOF fi -echo "$as_me:10347: checking number of arguments taken by setpgrp()" >&5 +echo "$as_me:10345: checking number of arguments taken by setpgrp()" >&5 echo $ECHO_N "checking number of arguments taken by setpgrp()... $ECHO_C" >&6 if test "${ac_cv_func_setpgrp_nargs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10353 "configure" +#line 10351 "configure" #include "confdefs.h" #ifdef HAVE_SYS_TYPES_H @@ -10369,16 +10367,16 @@ setpgrp(0,0); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10372: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10370: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10375: \$? = $ac_status" >&5 + echo "$as_me:10373: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10378: \"$ac_try\"") >&5 + { (eval echo "$as_me:10376: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10381: \$? = $ac_status" >&5 + echo "$as_me:10379: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_setpgrp_nargs=2 else @@ -10389,7 +10387,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10392: result: $ac_cv_func_setpgrp_nargs" >&5 +echo "$as_me:10390: result: $ac_cv_func_setpgrp_nargs" >&5 echo "${ECHO_T}$ac_cv_func_setpgrp_nargs" >&6 if test $ac_cv_func_setpgrp_nargs = 0; then cat >>confdefs.h <<\EOF @@ -10401,13 +10399,13 @@ fi save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -I$srcdir/include" -echo "$as_me:10404: checking argument pointer type of qsort()'s compare function and base" >&5 +echo "$as_me:10402: checking argument pointer type of qsort()'s compare function and base" >&5 echo $ECHO_N "checking argument pointer type of qsort()'s compare function and base... $ECHO_C" >&6 if test "${ac_cv_func_qsort_argtype+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10410 "configure" +#line 10408 "configure" #include "confdefs.h" #include "l_stdlib.h" @@ -10435,16 +10433,16 @@ qsort(base, 2, sizeof(char *), sortfunc); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10438: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10436: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10441: \$? = $ac_status" >&5 + echo "$as_me:10439: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10444: \"$ac_try\"") >&5 + { (eval echo "$as_me:10442: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10447: \$? = $ac_status" >&5 + echo "$as_me:10445: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_qsort_argtype=void else @@ -10455,7 +10453,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10458: result: $ac_cv_func_qsort_argtype" >&5 +echo "$as_me:10456: result: $ac_cv_func_qsort_argtype" >&5 echo "${ECHO_T}$ac_cv_func_qsort_argtype" >&6 case "$ac_cv_func_qsort_argtype" in void) @@ -10468,13 +10466,13 @@ esac CFLAGS=$save_CFLAGS -echo "$as_me:10471: checking if we need to declare 'errno'" >&5 +echo "$as_me:10469: checking if we need to declare 'errno'" >&5 echo $ECHO_N "checking if we need to declare 'errno'... $ECHO_C" >&6 if test "${ac_cv_decl_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10477 "configure" +#line 10475 "configure" #include "confdefs.h" #ifdef HAVE_ERRNO_H #include @@ -10488,16 +10486,16 @@ errno = 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10491: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10489: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10494: \$? = $ac_status" >&5 + echo "$as_me:10492: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10497: \"$ac_try\"") >&5 + { (eval echo "$as_me:10495: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10500: \$? = $ac_status" >&5 + echo "$as_me:10498: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_decl_errno=no else @@ -10507,7 +10505,7 @@ ac_cv_decl_errno=yes fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10510: result: $ac_cv_decl_errno" >&5 +echo "$as_me:10508: result: $ac_cv_decl_errno" >&5 echo "${ECHO_T}$ac_cv_decl_errno" >&6 case "$ac_cv_decl_errno" in yes) cat >>confdefs.h <<\EOF @@ -10516,13 +10514,13 @@ EOF ;; esac -echo "$as_me:10519: checking if we may declare 'h_errno'" >&5 +echo "$as_me:10517: checking if we may declare 'h_errno'" >&5 echo $ECHO_N "checking if we may declare 'h_errno'... $ECHO_C" >&6 if test "${ac_cv_decl_h_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10525 "configure" +#line 10523 "configure" #include "confdefs.h" #include #ifdef HAVE_NETINET_IN_H @@ -10546,16 +10544,16 @@ extern int h_errno; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10549: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10547: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10552: \$? = $ac_status" >&5 + echo "$as_me:10550: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10555: \"$ac_try\"") >&5 + { (eval echo "$as_me:10553: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10558: \$? = $ac_status" >&5 + echo "$as_me:10556: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_decl_h_errno=yes else @@ -10565,7 +10563,7 @@ ac_cv_decl_h_errno=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10568: result: $ac_cv_decl_h_errno" >&5 +echo "$as_me:10566: result: $ac_cv_decl_h_errno" >&5 echo "${ECHO_T}$ac_cv_decl_h_errno" >&6 case "$ac_cv_decl_h_errno" in yes) cat >>confdefs.h <<\EOF @@ -10574,13 +10572,13 @@ EOF ;; esac -echo "$as_me:10577: checking if declaring 'char *sys_errlist[]' is ok" >&5 +echo "$as_me:10575: checking if declaring 'char *sys_errlist[]' is ok" >&5 echo $ECHO_N "checking if declaring 'char *sys_errlist[]' is ok... $ECHO_C" >&6 if test "${ac_cv_decl_sys_errlist+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10583 "configure" +#line 10581 "configure" #include "confdefs.h" #include #ifdef HAVE_ERRNO_H @@ -10596,16 +10594,16 @@ extern char *sys_errlist[]; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10599: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10597: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10602: \$? = $ac_status" >&5 + echo "$as_me:10600: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10605: \"$ac_try\"") >&5 + { (eval echo "$as_me:10603: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10608: \$? = $ac_status" >&5 + echo "$as_me:10606: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_decl_sys_errlist=yes else @@ -10615,7 +10613,7 @@ ac_cv_decl_sys_errlist=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10618: result: $ac_cv_decl_sys_errlist" >&5 +echo "$as_me:10616: result: $ac_cv_decl_sys_errlist" >&5 echo "${ECHO_T}$ac_cv_decl_sys_errlist" >&6 case "$ac_cv_decl_sys_errlist" in yes) cat >>confdefs.h <<\EOF @@ -10624,13 +10622,13 @@ EOF ;; esac -echo "$as_me:10627: checking if declaring 'syscall()' is ok" >&5 +echo "$as_me:10625: checking if declaring 'syscall()' is ok" >&5 echo $ECHO_N "checking if declaring 'syscall()' is ok... $ECHO_C" >&6 if test "${ac_cv_decl_syscall+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10633 "configure" +#line 10631 "configure" #include "confdefs.h" #ifdef HAVE_SYS_TYPES_H @@ -10654,16 +10652,16 @@ extern int syscall P((int, ...)); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:10657: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:10655: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:10660: \$? = $ac_status" >&5 + echo "$as_me:10658: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:10663: \"$ac_try\"") >&5 + { (eval echo "$as_me:10661: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:10666: \$? = $ac_status" >&5 + echo "$as_me:10664: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_decl_syscall=yes else @@ -10673,7 +10671,7 @@ ac_cv_decl_syscall=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:10676: result: $ac_cv_decl_syscall" >&5 +echo "$as_me:10674: result: $ac_cv_decl_syscall" >&5 echo "${ECHO_T}$ac_cv_decl_syscall" >&6 case "$ac_cv_decl_syscall" in yes) cat >>confdefs.h <<\EOF @@ -10958,17 +10956,17 @@ EOF ;; esac -echo "$as_me:10961: checking if we should use a streams device for ifconfig" >&5 +echo "$as_me:10959: checking if we should use a streams device for ifconfig" >&5 echo $ECHO_N "checking if we should use a streams device for ifconfig... $ECHO_C" >&6 if test "${ac_cv_var_use_streams_device_for_ifconfig+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_var_use_streams_device_for_ifconfig=no fi -echo "$as_me:10968: result: $ac_cv_var_use_streams_device_for_ifconfig" >&5 +echo "$as_me:10966: result: $ac_cv_var_use_streams_device_for_ifconfig" >&5 echo "${ECHO_T}$ac_cv_var_use_streams_device_for_ifconfig" >&6 -echo "$as_me:10971: checking if we need extra room for SO_RCVBUF" >&5 +echo "$as_me:10969: checking if we need extra room for SO_RCVBUF" >&5 echo $ECHO_N "checking if we need extra room for SO_RCVBUF... $ECHO_C" >&6 if test "${ac_cv_var_rcvbuf_slop+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10981,7 +10979,7 @@ case "$target" in esac ac_cv_var_rcvbuf_slop=$ans fi -echo "$as_me:10984: result: $ac_cv_var_rcvbuf_slop" >&5 +echo "$as_me:10982: result: $ac_cv_var_rcvbuf_slop" >&5 echo "${ECHO_T}$ac_cv_var_rcvbuf_slop" >&6 case "$ac_cv_var_rcvbuf_slop" in yes) cat >>confdefs.h <<\EOF @@ -10990,7 +10988,7 @@ EOF ;; esac -echo "$as_me:10993: checking if we will open the broadcast socket" >&5 +echo "$as_me:10991: checking if we will open the broadcast socket" >&5 echo $ECHO_N "checking if we will open the broadcast socket... $ECHO_C" >&6 if test "${ac_cv_var_open_bcast_socket+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11006,7 +11004,7 @@ case "$target" in esac ac_cv_var_open_bcast_socket=$ans fi -echo "$as_me:11009: result: $ac_cv_var_open_bcast_socket" >&5 +echo "$as_me:11007: result: $ac_cv_var_open_bcast_socket" >&5 echo "${ECHO_T}$ac_cv_var_open_bcast_socket" >&6 case "$ac_cv_var_open_bcast_socket" in yes) cat >>confdefs.h <<\EOF @@ -11015,7 +11013,7 @@ EOF ;; esac -echo "$as_me:11018: checking if we want the HPUX version of FindConfig()" >&5 +echo "$as_me:11016: checking if we want the HPUX version of FindConfig()" >&5 echo $ECHO_N "checking if we want the HPUX version of FindConfig()... $ECHO_C" >&6 if test "${ac_cv_var_hpux_findconfig+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11028,7 +11026,7 @@ case "$target" in esac ac_cv_var_hpux_findconfig=$ans fi -echo "$as_me:11031: result: $ac_cv_var_hpux_findconfig" >&5 +echo "$as_me:11029: result: $ac_cv_var_hpux_findconfig" >&5 echo "${ECHO_T}$ac_cv_var_hpux_findconfig" >&6 case "$ac_cv_var_hpux_findconfig" in yes) cat >>confdefs.h <<\EOF @@ -11037,7 +11035,7 @@ EOF ;; esac -echo "$as_me:11040: checking if process groups are set with -pid" >&5 +echo "$as_me:11038: checking if process groups are set with -pid" >&5 echo $ECHO_N "checking if process groups are set with -pid... $ECHO_C" >&6 if test "${ac_cv_arg_setpgrp_negpid+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11064,7 +11062,7 @@ else esac ac_cv_arg_setpgrp_negpid=$ans fi -echo "$as_me:11067: result: $ac_cv_arg_setpgrp_negpid" >&5 +echo "$as_me:11065: result: $ac_cv_arg_setpgrp_negpid" >&5 echo "${ECHO_T}$ac_cv_arg_setpgrp_negpid" >&6 case "$ac_cv_arg_setpgrp_negpid" in yes) cat >>confdefs.h <<\EOF @@ -11073,7 +11071,7 @@ EOF ;; esac -echo "$as_me:11076: checking if we need a ctty for F_SETOWN" >&5 +echo "$as_me:11074: checking if we need a ctty for F_SETOWN" >&5 echo $ECHO_N "checking if we need a ctty for F_SETOWN... $ECHO_C" >&6 if test "${ac_cv_func_ctty_for_f_setown+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11099,7 +11097,7 @@ else esac ac_cv_func_ctty_for_f_setown=$ans fi -echo "$as_me:11102: result: $ac_cv_func_ctty_for_f_setown" >&5 +echo "$as_me:11100: result: $ac_cv_func_ctty_for_f_setown" >&5 echo "${ECHO_T}$ac_cv_func_ctty_for_f_setown" >&6 case "$ac_cv_func_ctty_for_f_setown" in yes) cat >>confdefs.h <<\EOF @@ -11109,7 +11107,7 @@ EOF esac ntp_warning='GRONK' -echo "$as_me:11112: checking if we'll use clock_settime or settimeofday or stime" >&5 +echo "$as_me:11110: checking if we'll use clock_settime or settimeofday or stime" >&5 echo $ECHO_N "checking if we'll use clock_settime or settimeofday or stime... $ECHO_C" >&6 case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in yes*) @@ -11131,16 +11129,16 @@ case "$ac_cv_func_clock_settime$ac_cv_func_settimeofday$ac_cv_func_stime" in ;; esac esac -echo "$as_me:11134: result: $ans" >&5 +echo "$as_me:11132: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 case "$ntp_warning" in '') ;; - *) { echo "$as_me:11138: WARNING: *** $ntp_warning ***" >&5 + *) { echo "$as_me:11136: WARNING: *** $ntp_warning ***" >&5 echo "$as_me: WARNING: *** $ntp_warning ***" >&2;} ;; esac -echo "$as_me:11143: checking if we have a losing syscall()" >&5 +echo "$as_me:11141: checking if we have a losing syscall()" >&5 echo $ECHO_N "checking if we have a losing syscall()... $ECHO_C" >&6 if test "${ac_cv_var_syscall_bug+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11154,7 +11152,7 @@ else esac ac_cv_var_syscall_bug=$ans fi -echo "$as_me:11157: result: $ac_cv_var_syscall_bug" >&5 +echo "$as_me:11155: result: $ac_cv_var_syscall_bug" >&5 echo "${ECHO_T}$ac_cv_var_syscall_bug" >&6 case "$ac_cv_var_syscall_bug" in yes) cat >>confdefs.h <<\EOF @@ -11163,7 +11161,7 @@ EOF ;; esac -echo "$as_me:11166: checking for Streams/TLI" >&5 +echo "$as_me:11164: checking for Streams/TLI" >&5 echo $ECHO_N "checking for Streams/TLI... $ECHO_C" >&6 if test "${ac_cv_var_streams_tli+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11181,7 +11179,7 @@ else esac ac_cv_var_streams_tli=$ans fi -echo "$as_me:11184: result: $ac_cv_var_streams_tli" >&5 +echo "$as_me:11182: result: $ac_cv_var_streams_tli" >&5 echo "${ECHO_T}$ac_cv_var_streams_tli" >&6 case "$ac_cv_var_streams_tli" in yes) @@ -11192,13 +11190,13 @@ EOF ;; esac -echo "$as_me:11195: checking for SIGIO" >&5 +echo "$as_me:11193: checking for SIGIO" >&5 echo $ECHO_N "checking for SIGIO... $ECHO_C" >&6 if test "${ac_cv_hdr_def_sigio+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11201 "configure" +#line 11199 "configure" #include "confdefs.h" #include #ifdef SIGIO @@ -11215,10 +11213,10 @@ fi rm -f conftest* fi -echo "$as_me:11218: result: $ac_cv_hdr_def_sigio" >&5 +echo "$as_me:11216: result: $ac_cv_hdr_def_sigio" >&5 echo "${ECHO_T}$ac_cv_hdr_def_sigio" >&6 -echo "$as_me:11221: checking if we want to use signalled IO" >&5 +echo "$as_me:11219: checking if we want to use signalled IO" >&5 echo $ECHO_N "checking if we want to use signalled IO... $ECHO_C" >&6 if test "${ac_cv_var_signalled_io+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11260,7 +11258,7 @@ case "$ac_cv_hdr_def_sigio" in esac ac_cv_var_signalled_io=$ans fi -echo "$as_me:11263: result: $ac_cv_var_signalled_io" >&5 +echo "$as_me:11261: result: $ac_cv_var_signalled_io" >&5 echo "${ECHO_T}$ac_cv_var_signalled_io" >&6 case "$ac_cv_var_signalled_io" in yes) cat >>confdefs.h <<\EOF @@ -11269,13 +11267,13 @@ EOF ;; esac -echo "$as_me:11272: checking for SIGPOLL" >&5 +echo "$as_me:11270: checking for SIGPOLL" >&5 echo $ECHO_N "checking for SIGPOLL... $ECHO_C" >&6 if test "${ac_cv_hdr_def_sigpoll+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11278 "configure" +#line 11276 "configure" #include "confdefs.h" #include #ifdef SIGPOLL @@ -11292,16 +11290,16 @@ fi rm -f conftest* fi -echo "$as_me:11295: result: $ac_cv_hdr_def_sigpoll" >&5 +echo "$as_me:11293: result: $ac_cv_hdr_def_sigpoll" >&5 echo "${ECHO_T}$ac_cv_hdr_def_sigpoll" >&6 -echo "$as_me:11298: checking for SIGSYS" >&5 +echo "$as_me:11296: checking for SIGSYS" >&5 echo $ECHO_N "checking for SIGSYS... $ECHO_C" >&6 if test "${ac_cv_hdr_def_sigsys+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11304 "configure" +#line 11302 "configure" #include "confdefs.h" #include #ifdef SIGSYS @@ -11318,10 +11316,10 @@ fi rm -f conftest* fi -echo "$as_me:11321: result: $ac_cv_hdr_def_sigsys" >&5 +echo "$as_me:11319: result: $ac_cv_hdr_def_sigsys" >&5 echo "${ECHO_T}$ac_cv_hdr_def_sigsys" >&6 -echo "$as_me:11324: checking if we can use SIGPOLL for UDP I/O" >&5 +echo "$as_me:11322: checking if we can use SIGPOLL for UDP I/O" >&5 echo $ECHO_N "checking if we can use SIGPOLL for UDP I/O... $ECHO_C" >&6 if test "${ac_cv_var_use_udp_sigpoll+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11367,7 +11365,7 @@ case "$ac_cv_hdr_def_sigpoll" in esac ac_cv_var_use_udp_sigpoll=$ans fi -echo "$as_me:11370: result: $ac_cv_var_use_udp_sigpoll" >&5 +echo "$as_me:11368: result: $ac_cv_var_use_udp_sigpoll" >&5 echo "${ECHO_T}$ac_cv_var_use_udp_sigpoll" >&6 case "$ac_cv_var_use_udp_sigpoll" in yes) cat >>confdefs.h <<\EOF @@ -11376,7 +11374,7 @@ EOF ;; esac -echo "$as_me:11379: checking if we can use SIGPOLL for TTY I/O" >&5 +echo "$as_me:11377: checking if we can use SIGPOLL for TTY I/O" >&5 echo $ECHO_N "checking if we can use SIGPOLL for TTY I/O... $ECHO_C" >&6 if test "${ac_cv_var_use_tty_sigpoll+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11422,7 +11420,7 @@ case "$ac_cv_hdr_def_sigpoll" in esac ac_cv_var_use_tty_sigpoll=$ans fi -echo "$as_me:11425: result: $ac_cv_var_use_tty_sigpoll" >&5 +echo "$as_me:11423: result: $ac_cv_var_use_tty_sigpoll" >&5 echo "${ECHO_T}$ac_cv_var_use_tty_sigpoll" >&6 case "$ac_cv_var_use_tty_sigpoll" in yes) cat >>confdefs.h <<\EOF @@ -11433,13 +11431,13 @@ esac case "$ac_cv_header_sys_sio_h" in yes) - echo "$as_me:11436: checking sys/sio.h for TIOCDCDTIMESTAMP" >&5 + echo "$as_me:11434: checking sys/sio.h for TIOCDCDTIMESTAMP" >&5 echo $ECHO_N "checking sys/sio.h for TIOCDCDTIMESTAMP... $ECHO_C" >&6 if test "${ac_cv_hdr_def_tiocdcdtimestamp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11442 "configure" +#line 11440 "configure" #include "confdefs.h" #include #ifdef TIOCDCDTIMESTAMP @@ -11456,7 +11454,7 @@ fi rm -f conftest* fi -echo "$as_me:11459: result: $ac_cv_hdr_def_tiocdcdtimestamp" >&5 +echo "$as_me:11457: result: $ac_cv_hdr_def_tiocdcdtimestamp" >&5 echo "${ECHO_T}$ac_cv_hdr_def_tiocdcdtimestamp" >&6 ;; esac @@ -11467,7 +11465,7 @@ case "$ac_cv_hdr_def_tiocdcdtimestamp" in ;; esac -echo "$as_me:11470: checking if nlist() values might require extra indirection" >&5 +echo "$as_me:11468: checking if nlist() values might require extra indirection" >&5 echo $ECHO_N "checking if nlist() values might require extra indirection... $ECHO_C" >&6 if test "${ac_cv_var_nlist_extra_indirection+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11480,7 +11478,7 @@ case "$target" in esac ac_cv_var_nlist_extra_indirection=$ans fi -echo "$as_me:11483: result: $ac_cv_var_nlist_extra_indirection" >&5 +echo "$as_me:11481: result: $ac_cv_var_nlist_extra_indirection" >&5 echo "${ECHO_T}$ac_cv_var_nlist_extra_indirection" >&6 case "$ac_cv_var_nlist_extra_indirection" in yes) cat >>confdefs.h <<\EOF @@ -11489,7 +11487,7 @@ EOF ;; esac -echo "$as_me:11492: checking for a minimum recommended value of tickadj" >&5 +echo "$as_me:11490: checking for a minimum recommended value of tickadj" >&5 echo $ECHO_N "checking for a minimum recommended value of tickadj... $ECHO_C" >&6 if test "${ac_cv_var_min_rec_tickadj+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11502,7 +11500,7 @@ case "$target" in esac ac_cv_var_min_rec_tickadj=$ans fi -echo "$as_me:11505: result: $ac_cv_var_min_rec_tickadj" >&5 +echo "$as_me:11503: result: $ac_cv_var_min_rec_tickadj" >&5 echo "${ECHO_T}$ac_cv_var_min_rec_tickadj" >&6 case "$ac_cv_var_min_rec_tickadj" in ''|no) ;; @@ -11512,7 +11510,7 @@ EOF ;; esac -echo "$as_me:11515: checking if the TTY code permits PARENB and IGNPAR" >&5 +echo "$as_me:11513: checking if the TTY code permits PARENB and IGNPAR" >&5 echo $ECHO_N "checking if the TTY code permits PARENB and IGNPAR... $ECHO_C" >&6 if test "${ac_cv_var_no_parenb_ignpar+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11528,7 +11526,7 @@ case "$target" in esac ac_cv_var_no_parenb_ignpar=$ans fi -echo "$as_me:11531: result: $ac_cv_var_no_parenb_ignpar" >&5 +echo "$as_me:11529: result: $ac_cv_var_no_parenb_ignpar" >&5 echo "${ECHO_T}$ac_cv_var_no_parenb_ignpar" >&6 case "$ac_cv_var_no_parenb_ignpar" in yes) cat >>confdefs.h <<\EOF @@ -11537,7 +11535,7 @@ EOF ;; esac -echo "$as_me:11540: checking if we're including debugging code" >&5 +echo "$as_me:11538: checking if we're including debugging code" >&5 echo $ECHO_N "checking if we're including debugging code... $ECHO_C" >&6 # Check whether --enable-debugging or --disable-debugging was given. if test "${enable_debugging+set}" = set; then @@ -11552,10 +11550,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:11555: result: $ntp_ok" >&5 +echo "$as_me:11553: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:11558: checking for a the number of minutes in a DST adjustment" >&5 +echo "$as_me:11556: checking for a the number of minutes in a DST adjustment" >&5 echo $ECHO_N "checking for a the number of minutes in a DST adjustment... $ECHO_C" >&6 # Check whether --enable-dst_minutes or --disable-dst_minutes was given. if test "${enable_dst_minutes+set}" = set; then @@ -11568,10 +11566,10 @@ cat >>confdefs.h <&5 +echo "$as_me:11569: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:11574: checking if we have the tty_clk line discipline/streams module" >&5 +echo "$as_me:11572: checking if we have the tty_clk line discipline/streams module" >&5 echo $ECHO_N "checking if we have the tty_clk line discipline/streams module... $ECHO_C" >&6 if test "${ac_cv_var_tty_clk+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11580,7 +11578,7 @@ else *yes*) ac_cv_var_tty_clk=yes ;; esac fi -echo "$as_me:11583: result: $ac_cv_var_tty_clk" >&5 +echo "$as_me:11581: result: $ac_cv_var_tty_clk" >&5 echo "${ECHO_T}$ac_cv_var_tty_clk" >&6 case "$ac_cv_var_tty_clk" in yes) cat >>confdefs.h <<\EOF @@ -11589,14 +11587,14 @@ EOF ;; esac -echo "$as_me:11592: checking for the ppsclock streams module" >&5 +echo "$as_me:11590: checking for the ppsclock streams module" >&5 echo $ECHO_N "checking for the ppsclock streams module... $ECHO_C" >&6 if test "${ac_cv_var_ppsclock+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_var_ppsclock=$ac_cv_struct_ppsclockev fi -echo "$as_me:11599: result: $ac_cv_var_ppsclock" >&5 +echo "$as_me:11597: result: $ac_cv_var_ppsclock" >&5 echo "${ECHO_T}$ac_cv_var_ppsclock" >&6 case "$ac_cv_var_ppsclock" in yes) cat >>confdefs.h <<\EOF @@ -11605,7 +11603,7 @@ EOF ;; esac -echo "$as_me:11608: checking for kernel multicast support" >&5 +echo "$as_me:11606: checking for kernel multicast support" >&5 echo $ECHO_N "checking for kernel multicast support... $ECHO_C" >&6 if test "${ac_cv_var_mcast+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11614,7 +11612,7 @@ else case "$target" in i386-sequent-sysv4) ;; *) cat >conftest.$ac_ext <<_ACEOF -#line 11617 "configure" +#line 11615 "configure" #include "confdefs.h" #include #ifdef IP_ADD_MEMBERSHIP @@ -11630,7 +11628,7 @@ rm -f conftest* ;; esac fi -echo "$as_me:11633: result: $ac_cv_var_mcast" >&5 +echo "$as_me:11631: result: $ac_cv_var_mcast" >&5 echo "${ECHO_T}$ac_cv_var_mcast" >&6 case "$ac_cv_var_mcast" in yes) cat >>confdefs.h <<\EOF @@ -11639,7 +11637,7 @@ EOF ;; esac -echo "$as_me:11642: checking availability of ntp_{adj,get}time()" >&5 +echo "$as_me:11640: checking availability of ntp_{adj,get}time()" >&5 echo $ECHO_N "checking availability of ntp_{adj,get}time()... $ECHO_C" >&6 if test "${ac_cv_var_ntp_syscalls+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11654,7 +11652,7 @@ else ac_cv_var_ntp_syscalls=libc ;; *) cat >conftest.$ac_ext <<_ACEOF -#line 11657 "configure" +#line 11655 "configure" #include "confdefs.h" #include #if defined(SYS_ntp_gettime) && defined(SYS_ntp_adjtime) @@ -11673,7 +11671,7 @@ rm -f conftest* ;; esac fi -echo "$as_me:11676: result: $ac_cv_var_ntp_syscalls" >&5 +echo "$as_me:11674: result: $ac_cv_var_ntp_syscalls" >&5 echo "${ECHO_T}$ac_cv_var_ntp_syscalls" >&6 case "$ac_cv_var_ntp_syscalls" in libc) @@ -11692,13 +11690,13 @@ EOF ;; esac -echo "$as_me:11695: checking if sys/timex.h has STA_FLL" >&5 +echo "$as_me:11693: checking if sys/timex.h has STA_FLL" >&5 echo $ECHO_N "checking if sys/timex.h has STA_FLL... $ECHO_C" >&6 if test "${ac_cv_var_sta_fll+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11701 "configure" +#line 11699 "configure" #include "confdefs.h" #include #ifdef STA_FLL @@ -11715,10 +11713,10 @@ fi rm -f conftest* fi -echo "$as_me:11718: result: $ac_cv_var_sta_fll" >&5 +echo "$as_me:11716: result: $ac_cv_var_sta_fll" >&5 echo "${ECHO_T}$ac_cv_var_sta_fll" >&6 -echo "$as_me:11721: checking if we have kernel PLL support" >&5 +echo "$as_me:11719: checking if we have kernel PLL support" >&5 echo $ECHO_N "checking if we have kernel PLL support... $ECHO_C" >&6 if test "${ac_cv_var_kernel_pll+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11731,7 +11729,7 @@ else ;; esac fi -echo "$as_me:11734: result: $ac_cv_var_kernel_pll" >&5 +echo "$as_me:11732: result: $ac_cv_var_kernel_pll" >&5 echo "${ECHO_T}$ac_cv_var_kernel_pll" >&6 case "$ac_cv_var_kernel_pll" in yes) @@ -11742,7 +11740,7 @@ EOF ;; esac -echo "$as_me:11745: checking if SIOCGIFCONF returns buffer size in the buffer" >&5 +echo "$as_me:11743: checking if SIOCGIFCONF returns buffer size in the buffer" >&5 echo $ECHO_N "checking if SIOCGIFCONF returns buffer size in the buffer... $ECHO_C" >&6 if test "${ac_cv_var_size_returned_in_buffer+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11761,7 +11759,7 @@ else esac ac_cv_var_size_returned_in_buffer=$ans fi -echo "$as_me:11764: result: $ac_cv_var_size_returned_in_buffer" >&5 +echo "$as_me:11762: result: $ac_cv_var_size_returned_in_buffer" >&5 echo "${ECHO_T}$ac_cv_var_size_returned_in_buffer" >&6 case "$ac_cv_var_size_returned_in_buffer" in yes) cat >>confdefs.h <<\EOF @@ -11771,11 +11769,11 @@ EOF esac # Check for ioctls TIOCGPPSEV -echo "$as_me:11774: checking ioctl TIOCGPPSEV" >&5 +echo "$as_me:11772: checking ioctl TIOCGPPSEV" >&5 echo $ECHO_N "checking ioctl TIOCGPPSEV... $ECHO_C" >&6 if test "$ac_cv_header_termios_h" = "yes"; then cat >conftest.$ac_ext <<_ACEOF -#line 11778 "configure" +#line 11776 "configure" #include "confdefs.h" #include #ifdef TIOCGPPSEV @@ -11801,15 +11799,15 @@ EOF ac_cv_var_oncore_ok=yes fi -echo "$as_me:11804: result: $ntp_ok" >&5 +echo "$as_me:11802: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # Check for ioctls TIOCSPPS -echo "$as_me:11808: checking ioctl TIOCSPPS" >&5 +echo "$as_me:11806: checking ioctl TIOCSPPS" >&5 echo $ECHO_N "checking ioctl TIOCSPPS... $ECHO_C" >&6 if test "$ac_cv_header_termios_h" = "yes"; then cat >conftest.$ac_ext <<_ACEOF -#line 11812 "configure" +#line 11810 "configure" #include "confdefs.h" #include #ifdef TIOCSPPS @@ -11835,15 +11833,15 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:11838: result: $ntp_ok" >&5 +echo "$as_me:11836: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # Check for ioctls CIOGETEV -echo "$as_me:11842: checking ioctl CIOGETEV" >&5 +echo "$as_me:11840: checking ioctl CIOGETEV" >&5 echo $ECHO_N "checking ioctl CIOGETEV... $ECHO_C" >&6 if test "$ac_cv_header_sys_ppsclock_h" = "yes"; then cat >conftest.$ac_ext <<_ACEOF -#line 11846 "configure" +#line 11844 "configure" #include "confdefs.h" #include #ifdef CIOGETEV @@ -11869,7 +11867,7 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:11872: result: $ntp_ok" >&5 +echo "$as_me:11870: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # ATOM/PPSAPI stuff. @@ -11902,23 +11900,23 @@ EOF esac # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG -echo "$as_me:11905: checking for linux/serial.h" >&5 +echo "$as_me:11903: checking for linux/serial.h" >&5 echo $ECHO_N "checking for linux/serial.h... $ECHO_C" >&6 if test "${ac_cv_header_linux_serial_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11911 "configure" +#line 11909 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:11915: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11913: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11921: \$? = $ac_status" >&5 + echo "$as_me:11919: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11937,15 +11935,15 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11940: result: $ac_cv_header_linux_serial_h" >&5 +echo "$as_me:11938: result: $ac_cv_header_linux_serial_h" >&5 echo "${ECHO_T}$ac_cv_header_linux_serial_h" >&6 -echo "$as_me:11943: checking ioctl TIOCGSERIAL" >&5 +echo "$as_me:11941: checking ioctl TIOCGSERIAL" >&5 echo $ECHO_N "checking ioctl TIOCGSERIAL... $ECHO_C" >&6 case "$ac_cv_header_sys_ppsclock_h$ac_cv_header_linux_serial_h" in yesyes) cat >conftest.$ac_ext <<_ACEOF -#line 11948 "configure" +#line 11946 "configure" #include "confdefs.h" #include typedef int u_int; @@ -11983,11 +11981,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:11986: result: $ntp_ok" >&5 +echo "$as_me:11984: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # Check for SHMEM_STATUS support -echo "$as_me:11990: checking SHMEM_STATUS support" >&5 +echo "$as_me:11988: checking SHMEM_STATUS support" >&5 echo $ECHO_N "checking SHMEM_STATUS support... $ECHO_C" >&6 case "$ac_cv_header_sys_mman_h" in yes) ntp_ok=yes ;; @@ -11999,12 +11997,12 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12002: result: $ntp_ok" >&5 +echo "$as_me:12000: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 ntp_refclock=no -echo "$as_me:12007: checking for hopf serial clock device" >&5 +echo "$as_me:12005: checking for hopf serial clock device" >&5 echo $ECHO_N "checking for hopf serial clock device... $ECHO_C" >&6 # Check whether --enable-HOPFSERIAL or --disable-HOPFSERIAL was given. if test "${enable_HOPFSERIAL+set}" = set; then @@ -12020,10 +12018,10 @@ fi; EOF fi - echo "$as_me:12023: result: $ntp_ok" >&5 + echo "$as_me:12021: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12026: checking for hopf PCI clock 6039" >&5 +echo "$as_me:12024: checking for hopf PCI clock 6039" >&5 echo $ECHO_N "checking for hopf PCI clock 6039... $ECHO_C" >&6 # Check whether --enable-HOPFPCI or --disable-HOPFPCI was given. if test "${enable_HOPFPCI+set}" = set; then @@ -12039,11 +12037,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12042: result: $ntp_ok" >&5 +echo "$as_me:12040: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # HPUX only, and by explicit request -echo "$as_me:12046: checking Datum/Bancomm bc635/VME interface" >&5 +echo "$as_me:12044: checking Datum/Bancomm bc635/VME interface" >&5 echo $ECHO_N "checking Datum/Bancomm bc635/VME interface... $ECHO_C" >&6 # Check whether --enable-BANCOMM or --disable-BANCOMM was given. if test "${enable_BANCOMM+set}" = set; then @@ -12059,16 +12057,16 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12062: result: $ntp_ok" >&5 +echo "$as_me:12060: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$target" in yes*-*-hpux*) ;; - yes*) { echo "$as_me:12066: WARNING: *** But the expected answer is... no ***" >&5 + yes*) { echo "$as_me:12064: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac #HPUX only, and only by explicit request -echo "$as_me:12071: checking TrueTime GPS receiver/VME interface" >&5 +echo "$as_me:12069: checking TrueTime GPS receiver/VME interface" >&5 echo $ECHO_N "checking TrueTime GPS receiver/VME interface... $ECHO_C" >&6 # Check whether --enable-GPSVME or --disable-GPSVME was given. if test "${enable_GPSVME+set}" = set; then @@ -12084,15 +12082,15 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12087: result: $ntp_ok" >&5 +echo "$as_me:12085: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$target" in yes*-*-hpux*) ;; - yes*) { echo "$as_me:12091: WARNING: *** But the expected answer is... no ***" >&5 + yes*) { echo "$as_me:12089: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac -echo "$as_me:12095: checking for PCL720 clock support" >&5 +echo "$as_me:12093: checking for PCL720 clock support" >&5 echo $ECHO_N "checking for PCL720 clock support... $ECHO_C" >&6 case "$ac_cv_header_machine_inline_h$ac_cv_header_sys_pcl720_h$ac_cv_header_sys_i8253_h" in yesyesyes) @@ -12106,10 +12104,10 @@ EOF ans=no ;; esac -echo "$as_me:12109: result: $ans" >&5 +echo "$as_me:12107: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:12112: checking for SHM clock attached thru shared memory" >&5 +echo "$as_me:12110: checking for SHM clock attached thru shared memory" >&5 echo $ECHO_N "checking for SHM clock attached thru shared memory... $ECHO_C" >&6 # Check whether --enable-SHM or --disable-SHM was given. if test "${enable_SHM+set}" = set; then @@ -12125,10 +12123,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12128: result: $ntp_ok" >&5 +echo "$as_me:12126: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12131: checking for default inclusion of all suitable non-PARSE clocks" >&5 +echo "$as_me:12129: checking for default inclusion of all suitable non-PARSE clocks" >&5 echo $ECHO_N "checking for default inclusion of all suitable non-PARSE clocks... $ECHO_C" >&6 # Check whether --enable-all-clocks or --disable-all-clocks was given. if test "${enable_all_clocks+set}" = set; then @@ -12137,10 +12135,10 @@ if test "${enable_all_clocks+set}" = set; then else ntp_eac=yes fi; -echo "$as_me:12140: result: $ntp_eac" >&5 +echo "$as_me:12138: result: $ntp_eac" >&5 echo "${ECHO_T}$ntp_eac" >&6 -echo "$as_me:12143: checking if we have support for PARSE clocks" >&5 +echo "$as_me:12141: checking if we have support for PARSE clocks" >&5 echo $ECHO_N "checking if we have support for PARSE clocks... $ECHO_C" >&6 case "$ac_cv_var_atom_ok$ac_cv_header_termio_h$ac_cv_header_termios_h" in yes*yes*) @@ -12149,10 +12147,10 @@ case "$ac_cv_var_atom_ok$ac_cv_header_termio_h$ac_cv_header_termios_h" in *) ntp_canparse=no ;; esac -echo "$as_me:12152: result: $ntp_canparse" >&5 +echo "$as_me:12150: result: $ntp_canparse" >&5 echo "${ECHO_T}$ntp_canparse" >&6 -echo "$as_me:12155: checking if we have support for audio clocks" >&5 +echo "$as_me:12153: checking if we have support for audio clocks" >&5 echo $ECHO_N "checking if we have support for audio clocks... $ECHO_C" >&6 case "$ac_cv_header_sun_audioio_h$ac_cv_header_sys_audioio_h" in *yes*) @@ -12165,11 +12163,11 @@ EOF ;; *) ntp_canaudio=no ;; esac -echo "$as_me:12168: result: $ntp_canaudio" >&5 +echo "$as_me:12166: result: $ntp_canaudio" >&5 echo "${ECHO_T}$ntp_canaudio" >&6 # Requires modem control -echo "$as_me:12172: checking ACTS modem service" >&5 +echo "$as_me:12170: checking ACTS modem service" >&5 echo $ECHO_N "checking ACTS modem service... $ECHO_C" >&6 # Check whether --enable-ACTS or --disable-ACTS was given. if test "${enable_ACTS+set}" = set; then @@ -12177,7 +12175,7 @@ if test "${enable_ACTS+set}" = set; then ntp_ok=$enableval else cat >conftest.$ac_ext <<_ACEOF -#line 12180 "configure" +#line 12178 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_IOCTL_H @@ -12204,10 +12202,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12207: result: $ntp_ok" >&5 +echo "$as_me:12205: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12210: checking Arbiter 1088A/B GPS receiver" >&5 +echo "$as_me:12208: checking Arbiter 1088A/B GPS receiver" >&5 echo $ECHO_N "checking Arbiter 1088A/B GPS receiver... $ECHO_C" >&6 # Check whether --enable-ARBITER or --disable-ARBITER was given. if test "${enable_ARBITER+set}" = set; then @@ -12223,10 +12221,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12226: result: $ntp_ok" >&5 +echo "$as_me:12224: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12229: checking Arcron MSF receiver" >&5 +echo "$as_me:12227: checking Arcron MSF receiver" >&5 echo $ECHO_N "checking Arcron MSF receiver... $ECHO_C" >&6 # Check whether --enable-ARCRON_MSF or --disable-ARCRON_MSF was given. if test "${enable_ARCRON_MSF+set}" = set; then @@ -12242,10 +12240,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12245: result: $ntp_ok" >&5 +echo "$as_me:12243: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12248: checking ATOM PPS interface" >&5 +echo "$as_me:12246: checking ATOM PPS interface" >&5 echo $ECHO_N "checking ATOM PPS interface... $ECHO_C" >&6 # Check whether --enable-ATOM or --disable-ATOM was given. if test "${enable_ATOM+set}" = set; then @@ -12264,10 +12262,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12267: result: $ntp_ok" >&5 +echo "$as_me:12265: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12270: checking Austron 2200A/2201A GPS receiver" >&5 +echo "$as_me:12268: checking Austron 2200A/2201A GPS receiver" >&5 echo $ECHO_N "checking Austron 2200A/2201A GPS receiver... $ECHO_C" >&6 # Check whether --enable-AS2201 or --disable-AS2201 was given. if test "${enable_AS2201+set}" = set; then @@ -12283,10 +12281,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12286: result: $ntp_ok" >&5 +echo "$as_me:12284: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12289: checking CHU modem/decoder" >&5 +echo "$as_me:12287: checking CHU modem/decoder" >&5 echo $ECHO_N "checking CHU modem/decoder... $ECHO_C" >&6 # Check whether --enable-CHU or --disable-CHU was given. if test "${enable_CHU+set}" = set; then @@ -12302,11 +12300,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12305: result: $ntp_ok" >&5 +echo "$as_me:12303: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 ac_refclock_chu=$ntp_ok -echo "$as_me:12309: checking CHU audio/decoder" >&5 +echo "$as_me:12307: checking CHU audio/decoder" >&5 echo $ECHO_N "checking CHU audio/decoder... $ECHO_C" >&6 # Check whether --enable-AUDIO-CHU or --disable-AUDIO-CHU was given. if test "${enable_AUDIO_CHU+set}" = set; then @@ -12324,16 +12322,16 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12327: result: $ntp_ok" >&5 +echo "$as_me:12325: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # We used to check for sunos/solaris target... case "$ntp_ok$ac_refclock_chu$ntp_canaudio" in - yes*no*) { echo "$as_me:12331: WARNING: *** But the expected answer is...no ***" >&5 + yes*no*) { echo "$as_me:12329: WARNING: *** But the expected answer is...no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is...no ***" >&2;} ;; esac # Not under HP-UX -echo "$as_me:12336: checking Datum Programmable Time System" >&5 +echo "$as_me:12334: checking Datum Programmable Time System" >&5 echo $ECHO_N "checking Datum Programmable Time System... $ECHO_C" >&6 # Check whether --enable-DATUM or --disable-DATUM was given. if test "${enable_DATUM+set}" = set; then @@ -12355,10 +12353,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12358: result: $ntp_ok" >&5 +echo "$as_me:12356: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12361: checking Forum Graphic GPS" >&5 +echo "$as_me:12359: checking Forum Graphic GPS" >&5 echo $ECHO_N "checking Forum Graphic GPS... $ECHO_C" >&6 # Check whether --enable-FG or --disable-FG was given. if test "${enable_FG+set}" = set; then @@ -12374,11 +12372,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12377: result: $ntp_ok" >&5 +echo "$as_me:12375: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # Requires modem control -echo "$as_me:12381: checking Heath GC-1000 WWV/WWVH receiver" >&5 +echo "$as_me:12379: checking Heath GC-1000 WWV/WWVH receiver" >&5 echo $ECHO_N "checking Heath GC-1000 WWV/WWVH receiver... $ECHO_C" >&6 # Check whether --enable-HEATH or --disable-HEATH was given. if test "${enable_HEATH+set}" = set; then @@ -12386,7 +12384,7 @@ if test "${enable_HEATH+set}" = set; then ntp_ok=$enableval else cat >conftest.$ac_ext <<_ACEOF -#line 12389 "configure" +#line 12387 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_IOCTL_H @@ -12413,10 +12411,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12416: result: $ntp_ok" >&5 +echo "$as_me:12414: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12419: checking HP 58503A GPS receiver" >&5 +echo "$as_me:12417: checking HP 58503A GPS receiver" >&5 echo $ECHO_N "checking HP 58503A GPS receiver... $ECHO_C" >&6 # Check whether --enable-HPGPS or --disable-HPGPS was given. if test "${enable_HPGPS+set}" = set; then @@ -12432,10 +12430,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12435: result: $ntp_ok" >&5 +echo "$as_me:12433: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12438: checking Sun IRIG audio decoder" >&5 +echo "$as_me:12436: checking Sun IRIG audio decoder" >&5 echo $ECHO_N "checking Sun IRIG audio decoder... $ECHO_C" >&6 # Check whether --enable-IRIG or --disable-IRIG was given. if test "${enable_IRIG+set}" = set; then @@ -12454,14 +12452,14 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12457: result: $ntp_ok" >&5 +echo "$as_me:12455: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canaudio" in - yesno) { echo "$as_me:12460: WARNING: *** But the expected answer is... no ***" >&5 + yesno) { echo "$as_me:12458: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac -echo "$as_me:12464: checking Leitch CSD 5300 Master Clock System Driver" >&5 +echo "$as_me:12462: checking Leitch CSD 5300 Master Clock System Driver" >&5 echo $ECHO_N "checking Leitch CSD 5300 Master Clock System Driver... $ECHO_C" >&6 # Check whether --enable-LEITCH or --disable-LEITCH was given. if test "${enable_LEITCH+set}" = set; then @@ -12477,10 +12475,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12480: result: $ntp_ok" >&5 +echo "$as_me:12478: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12483: checking local clock reference" >&5 +echo "$as_me:12481: checking local clock reference" >&5 echo $ECHO_N "checking local clock reference... $ECHO_C" >&6 # Check whether --enable-LOCAL-CLOCK or --disable-LOCAL-CLOCK was given. if test "${enable_LOCAL_CLOCK+set}" = set; then @@ -12496,10 +12494,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12499: result: $ntp_ok" >&5 +echo "$as_me:12497: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12502: checking EES M201 MSF receiver" >&5 +echo "$as_me:12500: checking EES M201 MSF receiver" >&5 echo $ECHO_N "checking EES M201 MSF receiver... $ECHO_C" >&6 # Check whether --enable-MSFEES or --disable-MSFEES was given. if test "${enable_MSFEES+set}" = set; then @@ -12515,11 +12513,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12518: result: $ntp_ok" >&5 +echo "$as_me:12516: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # Not Ultrix -echo "$as_me:12522: checking Magnavox MX4200 GPS receiver" >&5 +echo "$as_me:12520: checking Magnavox MX4200 GPS receiver" >&5 echo $ECHO_N "checking Magnavox MX4200 GPS receiver... $ECHO_C" >&6 # Check whether --enable-MX4200 or --disable-MX4200 was given. if test "${enable_MX4200+set}" = set; then @@ -12540,14 +12538,14 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12543: result: $ntp_ok" >&5 +echo "$as_me:12541: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$target" in - yes*-*-ultrix*) { echo "$as_me:12546: WARNING: *** But the expected answer is... no ***" >&5 + yes*-*-ultrix*) { echo "$as_me:12544: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac -echo "$as_me:12550: checking NMEA GPS receiver" >&5 +echo "$as_me:12548: checking NMEA GPS receiver" >&5 echo $ECHO_N "checking NMEA GPS receiver... $ECHO_C" >&6 # Check whether --enable-NMEA or --disable-NMEA was given. if test "${enable_NMEA+set}" = set; then @@ -12563,10 +12561,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12566: result: $ntp_ok" >&5 +echo "$as_me:12564: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12569: checking for ONCORE Motorola VP/UT Oncore GPS" >&5 +echo "$as_me:12567: checking for ONCORE Motorola VP/UT Oncore GPS" >&5 echo $ECHO_N "checking for ONCORE Motorola VP/UT Oncore GPS... $ECHO_C" >&6 # Check whether --enable-ONCORE or --disable-ONCORE was given. if test "${enable_ONCORE+set}" = set; then @@ -12585,10 +12583,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12588: result: $ntp_ok" >&5 +echo "$as_me:12586: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12591: checking for Palisade clock" >&5 +echo "$as_me:12589: checking for Palisade clock" >&5 echo $ECHO_N "checking for Palisade clock... $ECHO_C" >&6 # Check whether --enable-PALISADE or --disable-PALISADE was given. if test "${enable_PALISADE+set}" = set; then @@ -12611,10 +12609,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12614: result: $ntp_ok" >&5 +echo "$as_me:12612: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12617: checking PST/Traconex 1020 WWV/WWVH receiver" >&5 +echo "$as_me:12615: checking PST/Traconex 1020 WWV/WWVH receiver" >&5 echo $ECHO_N "checking PST/Traconex 1020 WWV/WWVH receiver... $ECHO_C" >&6 # Check whether --enable-PST or --disable-PST was given. if test "${enable_PST+set}" = set; then @@ -12630,11 +12628,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12633: result: $ntp_ok" >&5 +echo "$as_me:12631: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # Not Ultrix -echo "$as_me:12637: checking Rockwell Jupiter GPS receiver" >&5 +echo "$as_me:12635: checking Rockwell Jupiter GPS receiver" >&5 echo $ECHO_N "checking Rockwell Jupiter GPS receiver... $ECHO_C" >&6 # Check whether --enable-JUPITER or --disable-JUPITER was given. if test "${enable_JUPITER+set}" = set; then @@ -12655,15 +12653,15 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12658: result: $ntp_ok" >&5 +echo "$as_me:12656: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$target" in - yes*-*-ultrix*) { echo "$as_me:12661: WARNING: *** But the expected answer is... no ***" >&5 + yes*-*-ultrix*) { echo "$as_me:12659: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac # Requires modem control -echo "$as_me:12666: checking PTB modem service" >&5 +echo "$as_me:12664: checking PTB modem service" >&5 echo $ECHO_N "checking PTB modem service... $ECHO_C" >&6 # Check whether --enable-PTBACTS or --disable-PTBACTS was given. if test "${enable_PTBACTS+set}" = set; then @@ -12671,7 +12669,7 @@ if test "${enable_PTBACTS+set}" = set; then ntp_ok=$enableval else cat >conftest.$ac_ext <<_ACEOF -#line 12674 "configure" +#line 12672 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_IOCTL_H @@ -12698,10 +12696,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12701: result: $ntp_ok" >&5 +echo "$as_me:12699: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12704: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5 +echo "$as_me:12702: checking KSI/Odetics TPRO/S GPS receiver/IRIG interface" >&5 echo $ECHO_N "checking KSI/Odetics TPRO/S GPS receiver/IRIG interface... $ECHO_C" >&6 # Check whether --enable-TPRO or --disable-TPRO was given. if test "${enable_TPRO+set}" = set; then @@ -12723,14 +12721,14 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12726: result: $ntp_ok" >&5 +echo "$as_me:12724: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ac_cv_header_sys_tpro" in - yesno) { echo "$as_me:12729: WARNING: *** But the expected answer is... no ***" >&5 + yesno) { echo "$as_me:12727: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac -echo "$as_me:12733: checking TRAK 8810 GPS receiver" >&5 +echo "$as_me:12731: checking TRAK 8810 GPS receiver" >&5 echo $ECHO_N "checking TRAK 8810 GPS receiver... $ECHO_C" >&6 # Check whether --enable-TRAK or --disable-TRAK was given. if test "${enable_TRAK+set}" = set; then @@ -12746,10 +12744,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12749: result: $ntp_ok" >&5 +echo "$as_me:12747: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12752: checking Chrono-log K-series WWVB receiver" >&5 +echo "$as_me:12750: checking Chrono-log K-series WWVB receiver" >&5 echo $ECHO_N "checking Chrono-log K-series WWVB receiver... $ECHO_C" >&6 # Check whether --enable-CHRONOLOG or --disable-CHRONOLOG was given. if test "${enable_CHRONOLOG+set}" = set; then @@ -12765,10 +12763,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12768: result: $ntp_ok" >&5 +echo "$as_me:12766: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12771: checking Dumb generic hh:mm:ss local clock" >&5 +echo "$as_me:12769: checking Dumb generic hh:mm:ss local clock" >&5 echo $ECHO_N "checking Dumb generic hh:mm:ss local clock... $ECHO_C" >&6 # Check whether --enable-DUMBCLOCK or --disable-DUMBCLOCK was given. if test "${enable_DUMBCLOCK+set}" = set; then @@ -12784,10 +12782,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12787: result: $ntp_ok" >&5 +echo "$as_me:12785: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12790: checking Conrad parallel port radio clock" >&5 +echo "$as_me:12788: checking Conrad parallel port radio clock" >&5 echo $ECHO_N "checking Conrad parallel port radio clock... $ECHO_C" >&6 # Check whether --enable-PCF or --disable-PCF was given. if test "${enable_PCF+set}" = set; then @@ -12803,10 +12801,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12806: result: $ntp_ok" >&5 +echo "$as_me:12804: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12809: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5 +echo "$as_me:12807: checking Spectracom 8170/Netclock/2 WWVB receiver" >&5 echo $ECHO_N "checking Spectracom 8170/Netclock/2 WWVB receiver... $ECHO_C" >&6 # Check whether --enable-SPECTRACOM or --disable-SPECTRACOM was given. if test "${enable_SPECTRACOM+set}" = set; then @@ -12822,11 +12820,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12825: result: $ntp_ok" >&5 +echo "$as_me:12823: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 # Not on a vax-dec-bsd -echo "$as_me:12829: checking Kinemetrics/TrueTime receivers" >&5 +echo "$as_me:12827: checking Kinemetrics/TrueTime receivers" >&5 echo $ECHO_N "checking Kinemetrics/TrueTime receivers... $ECHO_C" >&6 # Check whether --enable-TRUETIME or --disable-TRUETIME was given. if test "${enable_TRUETIME+set}" = set; then @@ -12849,14 +12847,14 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12852: result: $ntp_ok" >&5 +echo "$as_me:12850: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$target" in - yesvax-dec-bsd) { echo "$as_me:12855: WARNING: *** But the expected answer is... no ***" >&5 + yesvax-dec-bsd) { echo "$as_me:12853: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac -echo "$as_me:12859: checking Ultralink M320 WWVB receiver" >&5 +echo "$as_me:12857: checking Ultralink M320 WWVB receiver" >&5 echo $ECHO_N "checking Ultralink M320 WWVB receiver... $ECHO_C" >&6 # Check whether --enable-ULINK or --disable-ULINK was given. if test "${enable_ULINK+set}" = set; then @@ -12872,10 +12870,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12875: result: $ntp_ok" >&5 +echo "$as_me:12873: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12878: checking WWV receiver" >&5 +echo "$as_me:12876: checking WWV receiver" >&5 echo $ECHO_N "checking WWV receiver... $ECHO_C" >&6 # Check whether --enable-WWV or --disable-WWV was given. if test "${enable_WWV+set}" = set; then @@ -12894,15 +12892,15 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12897: result: $ntp_ok" >&5 +echo "$as_me:12895: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canaudio" in - yesno) { echo "$as_me:12900: WARNING: *** But the expected answer is... no ***" >&5 + yesno) { echo "$as_me:12898: WARNING: *** But the expected answer is... no ***" >&5 echo "$as_me: WARNING: *** But the expected answer is... no ***" >&2;} ;; esac # Requires modem control -echo "$as_me:12905: checking USNO modem service" >&5 +echo "$as_me:12903: checking USNO modem service" >&5 echo $ECHO_N "checking USNO modem service... $ECHO_C" >&6 # Check whether --enable-USNO or --disable-USNO was given. if test "${enable_USNO+set}" = set; then @@ -12910,7 +12908,7 @@ if test "${enable_USNO+set}" = set; then ntp_ok=$enableval else cat >conftest.$ac_ext <<_ACEOF -#line 12913 "configure" +#line 12911 "configure" #include "confdefs.h" #include #ifdef HAVE_SYS_IOCTL_H @@ -12937,10 +12935,10 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12940: result: $ntp_ok" >&5 +echo "$as_me:12938: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 -echo "$as_me:12943: checking for default inclusion of all suitable PARSE clocks" >&5 +echo "$as_me:12941: checking for default inclusion of all suitable PARSE clocks" >&5 echo $ECHO_N "checking for default inclusion of all suitable PARSE clocks... $ECHO_C" >&6 # Check whether --enable-parse-clocks or --disable-parse-clocks was given. if test "${enable_parse_clocks+set}" = set; then @@ -12953,17 +12951,17 @@ else esac ntp_eapc=no fi; -echo "$as_me:12956: result: $ntp_eapc" >&5 +echo "$as_me:12954: result: $ntp_eapc" >&5 echo "${ECHO_T}$ntp_eapc" >&6 case "$ntp_eac$ntp_eapc$ntp_canparse" in noyes*) - { { echo "$as_me:12961: error: \"--enable-parse-clocks\" requires \"--enable-all-clocks\"." >&5 + { { echo "$as_me:12959: error: \"--enable-parse-clocks\" requires \"--enable-all-clocks\"." >&5 echo "$as_me: error: \"--enable-parse-clocks\" requires \"--enable-all-clocks\"." >&2;} { (exit 1); exit 1; }; } ;; yesyesno) - { { echo "$as_me:12966: error: You said \"--enable-parse-clocks\" but PARSE isn't supported on this platform!" >&5 + { { echo "$as_me:12964: error: You said \"--enable-parse-clocks\" but PARSE isn't supported on this platform!" >&5 echo "$as_me: error: You said \"--enable-parse-clocks\" but PARSE isn't supported on this platform!" >&2;} { (exit 1); exit 1; }; } ;; @@ -12974,7 +12972,7 @@ ntp_libparse=no ntp_parseutil=no ntp_rawdcf=no -echo "$as_me:12977: checking Diem Computime Radio Clock" >&5 +echo "$as_me:12975: checking Diem Computime Radio Clock" >&5 echo $ECHO_N "checking Diem Computime Radio Clock... $ECHO_C" >&6 # Check whether --enable-COMPUTIME or --disable-COMPUTIME was given. if test "${enable_COMPUTIME+set}" = set; then @@ -12991,17 +12989,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:12994: result: $ntp_ok" >&5 +echo "$as_me:12992: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:12998: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:12996: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13004: checking ELV/DCF7000 clock" >&5 +echo "$as_me:13002: checking ELV/DCF7000 clock" >&5 echo $ECHO_N "checking ELV/DCF7000 clock... $ECHO_C" >&6 # Check whether --enable-DCF7000 or --disable-DCF7000 was given. if test "${enable_DCF7000+set}" = set; then @@ -13018,17 +13016,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13021: result: $ntp_ok" >&5 +echo "$as_me:13019: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13025: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13023: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13031: checking HOPF 6021 clock" >&5 +echo "$as_me:13029: checking HOPF 6021 clock" >&5 echo $ECHO_N "checking HOPF 6021 clock... $ECHO_C" >&6 # Check whether --enable-HOPF6021 or --disable-HOPF6021 was given. if test "${enable_HOPF6021+set}" = set; then @@ -13045,17 +13043,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13048: result: $ntp_ok" >&5 +echo "$as_me:13046: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13052: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13050: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13058: checking Meinberg clocks" >&5 +echo "$as_me:13056: checking Meinberg clocks" >&5 echo $ECHO_N "checking Meinberg clocks... $ECHO_C" >&6 # Check whether --enable-MEINBERG or --disable-MEINBERG was given. if test "${enable_MEINBERG+set}" = set; then @@ -13072,17 +13070,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13075: result: $ntp_ok" >&5 +echo "$as_me:13073: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13079: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13077: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13085: checking DCF77 raw time code" >&5 +echo "$as_me:13083: checking DCF77 raw time code" >&5 echo $ECHO_N "checking DCF77 raw time code... $ECHO_C" >&6 # Check whether --enable-RAWDCF or --disable-RAWDCF was given. if test "${enable_RAWDCF+set}" = set; then @@ -13101,11 +13099,11 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13104: result: $ntp_ok" >&5 +echo "$as_me:13102: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13108: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13106: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; @@ -13113,7 +13111,7 @@ esac case "$ntp_rawdcf" in yes) - echo "$as_me:13116: checking if we must enable parity for RAWDCF" >&5 + echo "$as_me:13114: checking if we must enable parity for RAWDCF" >&5 echo $ECHO_N "checking if we must enable parity for RAWDCF... $ECHO_C" >&6 if test "${ac_cv_var_rawdcf_parity+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13126,7 +13124,7 @@ else esac ac_cv_var_rawdcf_parity=$ans fi -echo "$as_me:13129: result: $ac_cv_var_rawdcf_parity" >&5 +echo "$as_me:13127: result: $ac_cv_var_rawdcf_parity" >&5 echo "${ECHO_T}$ac_cv_var_rawdcf_parity" >&6 case "$ac_cv_var_rawdcf_parity" in yes) cat >>confdefs.h <<\EOF @@ -13141,7 +13139,7 @@ EOF ;; esac -echo "$as_me:13144: checking RCC 8000 clock" >&5 +echo "$as_me:13142: checking RCC 8000 clock" >&5 echo $ECHO_N "checking RCC 8000 clock... $ECHO_C" >&6 # Check whether --enable-RCC8000 or --disable-RCC8000 was given. if test "${enable_RCC8000+set}" = set; then @@ -13158,17 +13156,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13161: result: $ntp_ok" >&5 +echo "$as_me:13159: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13165: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13163: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13171: checking Schmid DCF77 clock" >&5 +echo "$as_me:13169: checking Schmid DCF77 clock" >&5 echo $ECHO_N "checking Schmid DCF77 clock... $ECHO_C" >&6 # Check whether --enable-SCHMID or --disable-SCHMID was given. if test "${enable_SCHMID+set}" = set; then @@ -13185,17 +13183,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13188: result: $ntp_ok" >&5 +echo "$as_me:13186: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13192: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13190: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13198: checking Trimble GPS receiver/TAIP protocol" >&5 +echo "$as_me:13196: checking Trimble GPS receiver/TAIP protocol" >&5 echo $ECHO_N "checking Trimble GPS receiver/TAIP protocol... $ECHO_C" >&6 # Check whether --enable-TRIMTAIP or --disable-TRIMTAIP was given. if test "${enable_TRIMTAIP+set}" = set; then @@ -13212,17 +13210,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13215: result: $ntp_ok" >&5 +echo "$as_me:13213: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13219: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13217: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13225: checking Trimble GPS receiver/TSIP protocol" >&5 +echo "$as_me:13223: checking Trimble GPS receiver/TSIP protocol" >&5 echo $ECHO_N "checking Trimble GPS receiver/TSIP protocol... $ECHO_C" >&6 # Check whether --enable-TRIMTSIP or --disable-TRIMTSIP was given. if test "${enable_TRIMTSIP+set}" = set; then @@ -13239,17 +13237,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13242: result: $ntp_ok" >&5 +echo "$as_me:13240: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13246: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13244: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13252: checking WHARTON 400A Series clock" >&5 +echo "$as_me:13250: checking WHARTON 400A Series clock" >&5 echo $ECHO_N "checking WHARTON 400A Series clock... $ECHO_C" >&6 # Check whether --enable-WHARTON or --disable-WHARTON was given. if test "${enable_WHARTON+set}" = set; then @@ -13266,17 +13264,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13269: result: $ntp_ok" >&5 +echo "$as_me:13267: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13273: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13271: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13279: checking VARITEXT clock" >&5 +echo "$as_me:13277: checking VARITEXT clock" >&5 echo $ECHO_N "checking VARITEXT clock... $ECHO_C" >&6 # Check whether --enable-VARITEXT or --disable-VARITEXT was given. if test "${enable_VARITEXT+set}" = set; then @@ -13293,17 +13291,17 @@ if test "$ntp_ok" = "yes"; then EOF fi -echo "$as_me:13296: result: $ntp_ok" >&5 +echo "$as_me:13294: result: $ntp_ok" >&5 echo "${ECHO_T}$ntp_ok" >&6 case "$ntp_ok$ntp_canparse" in yesno) - { { echo "$as_me:13300: error: That's a parse clock and this system doesn't support it!" >&5 + { { echo "$as_me:13298: error: That's a parse clock and this system doesn't support it!" >&5 echo "$as_me: error: That's a parse clock and this system doesn't support it!" >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:13306: checking if we need to make and use the parse libraries" >&5 +echo "$as_me:13304: checking if we need to make and use the parse libraries" >&5 echo $ECHO_N "checking if we need to make and use the parse libraries... $ECHO_C" >&6 ans=no case "$ntp_libparse" in @@ -13326,10 +13324,10 @@ EOF ;; esac -echo "$as_me:13329: result: $ans" >&5 +echo "$as_me:13327: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13332: checking for openssl library directory" >&5 +echo "$as_me:13330: checking for openssl library directory" >&5 echo $ECHO_N "checking for openssl library directory... $ECHO_C" >&6 # Check whether --with-openssl-libdir or --without-openssl-libdir was given. @@ -13365,10 +13363,10 @@ case "$ans" in esac ;; esac -echo "$as_me:13368: result: $ans" >&5 +echo "$as_me:13366: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13371: checking for openssl include directory" >&5 +echo "$as_me:13369: checking for openssl include directory" >&5 echo $ECHO_N "checking for openssl include directory... $ECHO_C" >&6 # Check whether --with-openssl-incdir or --without-openssl-incdir was given. @@ -13404,10 +13402,10 @@ case "$ans" in esac ;; esac -echo "$as_me:13407: result: $ans" >&5 +echo "$as_me:13405: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13410: checking for the level of crypto support" >&5 +echo "$as_me:13408: checking for the level of crypto support" >&5 echo $ECHO_N "checking for the level of crypto support... $ECHO_C" >&6 # Check whether --with-crypto or --without-crypto was given. @@ -13498,10 +13496,10 @@ EOF AUTOKEY=1 ;; esac -echo "$as_me:13501: result: $ans" >&5 +echo "$as_me:13499: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13504: checking if we want to compile with ElectricFence" >&5 +echo "$as_me:13502: checking if we want to compile with ElectricFence" >&5 echo $ECHO_N "checking if we want to compile with ElectricFence... $ECHO_C" >&6 # Check whether --with-electricfence or --without-electricfence was given. @@ -13522,10 +13520,10 @@ case "$ans" in ans=yes ;; esac -echo "$as_me:13525: result: $ans" >&5 +echo "$as_me:13523: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13528: checking if we can make dcf parse utilities" >&5 +echo "$as_me:13526: checking if we can make dcf parse utilities" >&5 echo $ECHO_N "checking if we can make dcf parse utilities... $ECHO_C" >&6 ans=no if test "$ntp_parseutil" = "yes"; then @@ -13537,10 +13535,10 @@ if test "$ntp_parseutil" = "yes"; then ;; esac fi -echo "$as_me:13540: result: $ans" >&5 +echo "$as_me:13538: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13543: checking if we can build kernel streams modules for parse" >&5 +echo "$as_me:13541: checking if we can build kernel streams modules for parse" >&5 echo $ECHO_N "checking if we can build kernel streams modules for parse... $ECHO_C" >&6 ans=no case "$ntp_parseutil$ac_cv_header_sys_stropts_h" in @@ -13565,10 +13563,10 @@ EOF esac ;; esac -echo "$as_me:13568: result: $ans" >&5 +echo "$as_me:13566: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13571: checking if we need basic refclock support" >&5 +echo "$as_me:13569: checking if we need basic refclock support" >&5 echo $ECHO_N "checking if we need basic refclock support... $ECHO_C" >&6 if test "$ntp_refclock" = "yes"; then cat >>confdefs.h <<\EOF @@ -13576,10 +13574,10 @@ if test "$ntp_refclock" = "yes"; then EOF fi -echo "$as_me:13579: result: $ntp_refclock" >&5 +echo "$as_me:13577: result: $ntp_refclock" >&5 echo "${ECHO_T}$ntp_refclock" >&6 -echo "$as_me:13582: checking if we want HP-UX adjtimed support" >&5 +echo "$as_me:13580: checking if we want HP-UX adjtimed support" >&5 echo $ECHO_N "checking if we want HP-UX adjtimed support... $ECHO_C" >&6 case "$target" in *-*-hpux[56789]*) @@ -13595,10 +13593,10 @@ if test "$ans" = "yes"; then EOF fi -echo "$as_me:13598: result: $ans" >&5 +echo "$as_me:13596: result: $ans" >&5 echo "${ECHO_T}$ans" >&6 -echo "$as_me:13601: checking if we can read kmem" >&5 +echo "$as_me:13599: checking if we can read kmem" >&5 echo $ECHO_N "checking if we can read kmem... $ECHO_C" >&6 if test "${ac_cv_var_can_kmem+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13639,7 +13637,7 @@ else fi; ac_cv_var_can_kmem=$ans fi -echo "$as_me:13642: result: $ac_cv_var_can_kmem" >&5 +echo "$as_me:13640: result: $ac_cv_var_can_kmem" >&5 echo "${ECHO_T}$ac_cv_var_can_kmem" >&6 case "$ac_cv_var_can_kmem" in @@ -13650,7 +13648,7 @@ EOF ;; esac -echo "$as_me:13653: checking if adjtime is accurate" >&5 +echo "$as_me:13651: checking if adjtime is accurate" >&5 echo $ECHO_N "checking if adjtime is accurate... $ECHO_C" >&6 if test "${ac_cv_var_adjtime_is_accurate+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13692,7 +13690,7 @@ else fi; ac_cv_var_adjtime_is_accurate=$ans fi -echo "$as_me:13695: result: $ac_cv_var_adjtime_is_accurate" >&5 +echo "$as_me:13693: result: $ac_cv_var_adjtime_is_accurate" >&5 echo "${ECHO_T}$ac_cv_var_adjtime_is_accurate" >&6 case "$ac_cv_var_adjtime_is_accurate" in yes) cat >>confdefs.h <<\EOF @@ -13701,7 +13699,7 @@ EOF ;; esac -echo "$as_me:13704: checking the name of 'tick' in the kernel" >&5 +echo "$as_me:13702: checking the name of 'tick' in the kernel" >&5 echo $ECHO_N "checking the name of 'tick' in the kernel... $ECHO_C" >&6 if test "${ac_cv_var_nlist_tick+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13735,7 +13733,7 @@ case "$target" in esac ac_cv_var_nlist_tick=$ans fi -echo "$as_me:13738: result: $ac_cv_var_nlist_tick" >&5 +echo "$as_me:13736: result: $ac_cv_var_nlist_tick" >&5 echo "${ECHO_T}$ac_cv_var_nlist_tick" >&6 case "$ac_cv_var_nlist_tick" in ''|no) ;; # HMS: I think we can only get 'no' here... @@ -13745,7 +13743,7 @@ EOF ;; esac # -echo "$as_me:13748: checking for the units of 'tick'" >&5 +echo "$as_me:13746: checking for the units of 'tick'" >&5 echo $ECHO_N "checking for the units of 'tick'... $ECHO_C" >&6 if test "${ac_cv_var_tick_nano+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13758,7 +13756,7 @@ case "$target" in esac ac_cv_var_tick_nano=$ans fi -echo "$as_me:13761: result: $ac_cv_var_tick_nano" >&5 +echo "$as_me:13759: result: $ac_cv_var_tick_nano" >&5 echo "${ECHO_T}$ac_cv_var_tick_nano" >&6 case "$ac_cv_var_tick_nano" in nsec) @@ -13769,7 +13767,7 @@ EOF ;; esac # -echo "$as_me:13772: checking the name of 'tickadj' in the kernel" >&5 +echo "$as_me:13770: checking the name of 'tickadj' in the kernel" >&5 echo $ECHO_N "checking the name of 'tickadj' in the kernel... $ECHO_C" >&6 if test "${ac_cv_var_nlist_tickadj+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13812,7 +13810,7 @@ case "$target" in esac ac_cv_var_nlist_tickadj=$ans fi -echo "$as_me:13815: result: $ac_cv_var_nlist_tickadj" >&5 +echo "$as_me:13813: result: $ac_cv_var_nlist_tickadj" >&5 echo "${ECHO_T}$ac_cv_var_nlist_tickadj" >&6 case "$ac_cv_var_nlist_tickadj" in ''|no) ;; # HMS: I think we can only get 'no' here... @@ -13822,7 +13820,7 @@ EOF ;; esac # -echo "$as_me:13825: checking for the units of 'tickadj'" >&5 +echo "$as_me:13823: checking for the units of 'tickadj'" >&5 echo $ECHO_N "checking for the units of 'tickadj'... $ECHO_C" >&6 if test "${ac_cv_var_tickadj_nano+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13835,7 +13833,7 @@ case "$target" in esac ac_cv_var_tickadj_nano=$ans fi -echo "$as_me:13838: result: $ac_cv_var_tickadj_nano" >&5 +echo "$as_me:13836: result: $ac_cv_var_tickadj_nano" >&5 echo "${ECHO_T}$ac_cv_var_tickadj_nano" >&6 case "$ac_cv_var_tickadj_nano" in nsec) @@ -13846,7 +13844,7 @@ EOF ;; esac # -echo "$as_me:13849: checking half-heartedly for 'dosynctodr' in the kernel" >&5 +echo "$as_me:13847: checking half-heartedly for 'dosynctodr' in the kernel" >&5 echo $ECHO_N "checking half-heartedly for 'dosynctodr' in the kernel... $ECHO_C" >&6 if test "${ac_cv_var_nlist_dosynctodr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13888,7 +13886,7 @@ else esac ac_cv_var_nlist_dosynctodr=$ans fi -echo "$as_me:13891: result: $ac_cv_var_nlist_dosynctodr" >&5 +echo "$as_me:13889: result: $ac_cv_var_nlist_dosynctodr" >&5 echo "${ECHO_T}$ac_cv_var_nlist_dosynctodr" >&6 case "$ac_cv_var_nlist_dosynctodr" in no) ;; @@ -13899,7 +13897,7 @@ EOF ;; esac # -echo "$as_me:13902: checking half-heartedly for 'noprintf' in the kernel" >&5 +echo "$as_me:13900: checking half-heartedly for 'noprintf' in the kernel" >&5 echo $ECHO_N "checking half-heartedly for 'noprintf' in the kernel... $ECHO_C" >&6 if test "${ac_cv_var_nlist_noprintf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13935,7 +13933,7 @@ else esac ac_cv_var_nlist_noprintf=$ans fi -echo "$as_me:13938: result: $ac_cv_var_nlist_noprintf" >&5 +echo "$as_me:13936: result: $ac_cv_var_nlist_noprintf" >&5 echo "${ECHO_T}$ac_cv_var_nlist_noprintf" >&6 case "$ac_cv_var_nlist_noprintf" in no) ;; @@ -13946,7 +13944,7 @@ EOF ;; esac -echo "$as_me:13949: checking for a default value for 'tick'" >&5 +echo "$as_me:13947: checking for a default value for 'tick'" >&5 echo $ECHO_N "checking for a default value for 'tick'... $ECHO_C" >&6 if test "${ac_cv_var_tick+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -13979,7 +13977,7 @@ else fi; ac_cv_var_tick=$ans fi -echo "$as_me:13982: result: $ac_cv_var_tick" >&5 +echo "$as_me:13980: result: $ac_cv_var_tick" >&5 echo "${ECHO_T}$ac_cv_var_tick" >&6 case "$ac_cv_var_tick" in ''|no) ;; # HMS: I think we can only get 'no' here... @@ -13989,7 +13987,7 @@ EOF ;; esac -echo "$as_me:13992: checking for a default value for 'tickadj'" >&5 +echo "$as_me:13990: checking for a default value for 'tickadj'" >&5 echo $ECHO_N "checking for a default value for 'tickadj'... $ECHO_C" >&6 if test "${ac_cv_var_tickadj+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14047,7 +14045,7 @@ else fi; ac_cv_var_tickadj=$ans fi -echo "$as_me:14050: result: $ac_cv_var_tickadj" >&5 +echo "$as_me:14048: result: $ac_cv_var_tickadj" >&5 echo "${ECHO_T}$ac_cv_var_tickadj" >&6 case "$ac_cv_var_tickadj" in ''|no) ;; # HMS: I think we can only get 'no' here... @@ -14078,17 +14076,17 @@ esac ac_cv_make_tickadj=yes case "$ac_cv_var_can_kmem$ac_cv_var_tick$ac_cv_var_tickadj" in nonono) # Don't read KMEM, no presets. Bogus. - { echo "$as_me:14081: WARNING: Can't read kmem" >&5 + { echo "$as_me:14079: WARNING: Can't read kmem" >&5 echo "$as_me: WARNING: Can't read kmem" >&2;} ac_cv_make_tickadj=no ;; nono*) # Don't read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus. - { echo "$as_me:14086: WARNING: Can't read kmem but no PRESET_TICK. No tickadj." >&5 + { echo "$as_me:14084: WARNING: Can't read kmem but no PRESET_TICK. No tickadj." >&5 echo "$as_me: WARNING: Can't read kmem but no PRESET_TICK. No tickadj." >&2;} ac_cv_make_tickadj=no ;; no*no) # Don't read KMEM, PRESET_TICK but no PRESET_TICKADJ. Bogus. - { echo "$as_me:14091: WARNING: Can't read kmem but no PRESET_TICKADJ. No tickadj." >&5 + { echo "$as_me:14089: WARNING: Can't read kmem but no PRESET_TICKADJ. No tickadj." >&5 echo "$as_me: WARNING: Can't read kmem but no PRESET_TICKADJ. No tickadj." >&2;} ac_cv_make_tickadj=no ;; @@ -14097,7 +14095,7 @@ echo "$as_me: WARNING: Can't read kmem but no PRESET_TICKADJ. No tickadj." >&2; yesnono) # Read KMEM, no presets. Cool. ;; yesno*) # Read KMEM, no PRESET_TICK but PRESET_TICKADJ. Bogus. - { echo "$as_me:14100: WARNING: PRESET_TICKADJ is defined but not PRESET_TICK. Please report this." >&5 + { echo "$as_me:14098: WARNING: PRESET_TICKADJ is defined but not PRESET_TICK. Please report this." >&5 echo "$as_me: WARNING: PRESET_TICKADJ is defined but not PRESET_TICK. Please report this." >&2;} ;; yes*no) # Read KMEM, PRESET_TICK but no PRESET_TICKADJ. Cool. @@ -14105,13 +14103,13 @@ echo "$as_me: WARNING: PRESET_TICKADJ is defined but not PRESET_TICK. Please re yes*) # READ KMEM, PRESET_TICK and PRESET_TICKADJ. ;; *) # Generally bogus. - { { echo "$as_me:14108: error: This shouldn't happen." >&5 + { { echo "$as_me:14106: error: This shouldn't happen." >&5 echo "$as_me: error: This shouldn't happen." >&2;} { (exit 1); exit 1; }; } ;; esac -echo "$as_me:14114: checking if we want and can make the ntptime utility" >&5 +echo "$as_me:14112: checking if we want and can make the ntptime utility" >&5 echo $ECHO_N "checking if we want and can make the ntptime utility... $ECHO_C" >&6 if test "${ac_cv_make_ntptime+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14129,7 +14127,7 @@ else esac ac_cv_make_ntptime=$ans fi -echo "$as_me:14132: result: $ac_cv_make_ntptime" >&5 +echo "$as_me:14130: result: $ac_cv_make_ntptime" >&5 echo "${ECHO_T}$ac_cv_make_ntptime" >&6 case "$ac_cv_make_ntptime" in yes) @@ -14154,14 +14152,14 @@ case "$target" in esac ;; esac -echo "$as_me:14157: checking if we want and can make the tickadj utility" >&5 +echo "$as_me:14155: checking if we want and can make the tickadj utility" >&5 echo $ECHO_N "checking if we want and can make the tickadj utility... $ECHO_C" >&6 if test "${ac_cv_make_tickadj+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_make_tickadj=yes fi -echo "$as_me:14164: result: $ac_cv_make_tickadj" >&5 +echo "$as_me:14162: result: $ac_cv_make_tickadj" >&5 echo "${ECHO_T}$ac_cv_make_tickadj" >&6 case "$ac_cv_make_tickadj" in yes) @@ -14169,7 +14167,7 @@ case "$ac_cv_make_tickadj" in ;; esac -echo "$as_me:14172: checking if we want and can make the timetrim utility" >&5 +echo "$as_me:14170: checking if we want and can make the timetrim utility" >&5 echo $ECHO_N "checking if we want and can make the timetrim utility... $ECHO_C" >&6 if test "${ac_cv_make_timetrim+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14183,7 +14181,7 @@ else ;; esac fi -echo "$as_me:14186: result: $ac_cv_make_timetrim" >&5 +echo "$as_me:14184: result: $ac_cv_make_timetrim" >&5 echo "${ECHO_T}$ac_cv_make_timetrim" >&6 case "$ac_cv_make_timetrim" in yes) @@ -14191,7 +14189,7 @@ case "$ac_cv_make_timetrim" in ;; esac -echo "$as_me:14194: checking if we want UDP wildcard delivery" >&5 +echo "$as_me:14192: checking if we want UDP wildcard delivery" >&5 echo $ECHO_N "checking if we want UDP wildcard delivery... $ECHO_C" >&6 if test "${ac_cv_var_udp_wildcard_delivery+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14249,7 +14247,7 @@ else fi; ac_cv_var_udp_wildcard_delivery=$ans fi -echo "$as_me:14252: result: $ac_cv_var_udp_wildcard_delivery" >&5 +echo "$as_me:14250: result: $ac_cv_var_udp_wildcard_delivery" >&5 echo "${ECHO_T}$ac_cv_var_udp_wildcard_delivery" >&6 case "$ac_cv_var_udp_wildcard_delivery" in yes) cat >>confdefs.h <<\EOF @@ -14269,7 +14267,7 @@ case "$host" in ;; esac -echo "$as_me:14272: checking if we should always slew the time" >&5 +echo "$as_me:14270: checking if we should always slew the time" >&5 echo $ECHO_N "checking if we should always slew the time... $ECHO_C" >&6 if test "${ac_cv_var_slew_always+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14299,7 +14297,7 @@ else fi; ac_cv_var_slew_always=$ans fi -echo "$as_me:14302: result: $ac_cv_var_slew_always" >&5 +echo "$as_me:14300: result: $ac_cv_var_slew_always" >&5 echo "${ECHO_T}$ac_cv_var_slew_always" >&6 case "$ac_cv_var_slew_always" in yes) cat >>confdefs.h <<\EOF @@ -14308,7 +14306,7 @@ EOF ;; esac -echo "$as_me:14311: checking if we should step and slew the time" >&5 +echo "$as_me:14309: checking if we should step and slew the time" >&5 echo $ECHO_N "checking if we should step and slew the time... $ECHO_C" >&6 if test "${ac_cv_var_step_slew+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14341,7 +14339,7 @@ else fi; ac_cv_var_step_slew=$ans fi -echo "$as_me:14344: result: $ac_cv_var_step_slew" >&5 +echo "$as_me:14342: result: $ac_cv_var_step_slew" >&5 echo "${ECHO_T}$ac_cv_var_step_slew" >&6 case "$ac_cv_var_step_slew" in yes) cat >>confdefs.h <<\EOF @@ -14350,7 +14348,7 @@ EOF ;; esac -echo "$as_me:14353: checking if ntpdate should step the time" >&5 +echo "$as_me:14351: checking if ntpdate should step the time" >&5 echo $ECHO_N "checking if ntpdate should step the time... $ECHO_C" >&6 if test "${ac_cv_var_ntpdate_step+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14371,7 +14369,7 @@ else fi; ac_cv_var_ntpdate_step=$ans fi -echo "$as_me:14374: result: $ac_cv_var_ntpdate_step" >&5 +echo "$as_me:14372: result: $ac_cv_var_ntpdate_step" >&5 echo "${ECHO_T}$ac_cv_var_ntpdate_step" >&6 case "$ac_cv_var_ntpdate_step" in yes) cat >>confdefs.h <<\EOF @@ -14380,7 +14378,7 @@ EOF ;; esac -echo "$as_me:14383: checking if we should sync TODR clock every hour" >&5 +echo "$as_me:14381: checking if we should sync TODR clock every hour" >&5 echo $ECHO_N "checking if we should sync TODR clock every hour... $ECHO_C" >&6 if test "${ac_cv_var_sync_todr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14403,7 +14401,7 @@ else fi; ac_cv_var_sync_todr=$ans fi -echo "$as_me:14406: result: $ac_cv_var_sync_todr" >&5 +echo "$as_me:14404: result: $ac_cv_var_sync_todr" >&5 echo "${ECHO_T}$ac_cv_var_sync_todr" >&6 case "$ac_cv_var_sync_todr" in yes) cat >>confdefs.h <<\EOF @@ -14412,7 +14410,7 @@ EOF ;; esac -echo "$as_me:14415: checking if we should avoid kernel FLL bug" >&5 +echo "$as_me:14413: checking if we should avoid kernel FLL bug" >&5 echo $ECHO_N "checking if we should avoid kernel FLL bug... $ECHO_C" >&6 if test "${ac_cv_var_kernel_fll_bug+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -14470,7 +14468,7 @@ else fi; ac_cv_var_kernel_fll_bug=$ans fi -echo "$as_me:14473: result: $ac_cv_var_kernel_fll_bug" >&5 +echo "$as_me:14471: result: $ac_cv_var_kernel_fll_bug" >&5 echo "${ECHO_T}$ac_cv_var_kernel_fll_bug" >&6 case "$ac_cv_var_kernel_fll_bug" in yes) cat >>confdefs.h <<\EOF @@ -14587,7 +14585,7 @@ DEFS=-DHAVE_CONFIG_H : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:14590: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:14588: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -14597,8 +14595,8 @@ cat >$CONFIG_STATUS <<_ACEOF # configure, is in config.log if it exists. debug=false -as_me=\`echo "\$0" | sed 's,.*/,,'\` SHELL=\${CONFIG_SHELL-$SHELL} +ac_cs_invocation="\$0 \$@" _ACEOF @@ -14611,6 +14609,9 @@ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then set -o posix fi +# Name of the executable. +as_me=`echo "$0" |sed 's,.*[\\/],,'` + if expr a : '\(a\)' >/dev/null 2>&1; then as_expr=expr else @@ -14663,27 +14664,8 @@ IFS=" $as_nl" # CDPATH. $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } -# File descriptor usage: -# 0 standard input -# 1 file creation -# 2 errors and warnings -# 5 compiler messages saved in config.log -# 6 checking for... messages and results -exec 5>>config.log exec 6>&1 -cat >&5 << EOF - -## ----------------------- ## -## Running config.status. ## -## ----------------------- ## - -This file was extended by $as_me 2.49e, executed with - > $0 $@ -on `(hostname || uname -n) 2>/dev/null | sed 1q` - -EOF - _ACEOF # Files that config.status was made for. @@ -14734,9 +14716,14 @@ EOF cat >>$CONFIG_STATUS <>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:14777: error: ambiguous option: $1 + { { echo "$as_me:14764: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -14826,18 +14813,30 @@ Try \`$0 --help' for more information." >&2;} 'config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; # This is an error. - -*) { { echo "$as_me:14829: error: unrecognized option: $1 + -*) { { echo "$as_me:14816: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} { (exit 1); exit 1; }; } ;; - *) { { echo "$as_me:14834: error: invalid argument: $1" >&5 + *) { { echo "$as_me:14821: error: invalid argument: $1" >&5 echo "$as_me: error: invalid argument: $1" >&2;} { (exit 1); exit 1; }; };; esac shift done +exec 5>>config.log +cat >&5 << _ACEOF + +## ----------------------- ## +## Running config.status. ## +## ----------------------- ## + +This file was extended by $as_me 2.49f, executed with + > $ac_cs_invocation +on `(hostname || uname -n) 2>/dev/null | sed 1q` + +_ACEOF EOF cat >>$CONFIG_STATUS <<\EOF @@ -14962,18 +14961,20 @@ s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t s,@INSTALL_STRIP_PROGRAM_ENV@,$INSTALL_STRIP_PROGRAM_ENV,;t t s,@AWK@,$AWK,;t t s,@SET_MAKE@,$SET_MAKE,;t t -s,@AMDEP@,$AMDEP,;t t +s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t +s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t s,@DEPDIR@,$DEPDIR,;t t s,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t s,@LDFLAGS@,$LDFLAGS,;t t +s,@CPPFLAGS@,$CPPFLAGS,;t t s,@ac_ct_CC@,$ac_ct_CC,;t t s,@EXEEXT@,$EXEEXT,;t t s,@OBJEXT@,$OBJEXT,;t t s,@CPP@,$CPP,;t t -s,@CPPFLAGS@,$CPPFLAGS,;t t s,@_am_include@,$_am_include,;t t +s,@_am_quote@,$_am_quote,;t t s,@CCDEPMODE@,$CCDEPMODE,;t t s,@LN_S@,$LN_S,;t t s,@RANLIB@,$RANLIB,;t t @@ -15124,7 +15125,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:15127: creating $ac_file" >&5 + { echo "$as_me:15128: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -15140,9 +15141,9 @@ echo "$as_me: creating $ac_file" >&6;} for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; - [\\/$]* | ?:[\\/]*) - # Absolute - test -f "$f" || { { echo "$as_me:15145: error: cannot find input file: $f" >&5 + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) + test -f "$f" || { { echo "$as_me:15146: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -15155,7 +15156,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:15158: error: cannot find input file: $f" >&5 + { { echo "$as_me:15159: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -15216,7 +15217,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:15219: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:15220: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -15225,9 +15226,9 @@ echo "$as_me: creating $ac_file" >&6;} for f in $ac_file_in; do case $f in -) echo $tmp/stdin ;; - [\\/$]* | ?:[\\/]*) - # Absolute - test -f "$f" || { { echo "$as_me:15230: error: cannot find input file: $f" >&5 + [\\/$]*) + # Absolute (can't be DOS-style, as IFS=:) + test -f "$f" || { { echo "$as_me:15231: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -15240,7 +15241,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:15243: error: cannot find input file: $f" >&5 + { { echo "$as_me:15244: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -15357,7 +15358,7 @@ cat >>$CONFIG_STATUS <<\EOF rm -f $tmp/in if test x"$ac_file" != x-; then if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:15360: $ac_file is unchanged" >&5 + { echo "$as_me:15361: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ @@ -15460,6 +15461,22 @@ EOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save -test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit 1; } +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + exec 5>/dev/null + $SHELL $CONFIG_STATUS || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } +fi #test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h]) diff --git a/include/Makefile.in b/include/Makefile.in index e034ae1f9e..30e510aa76 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,15 +113,13 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr ETAGS_ARGS = $(srcdir)/Makefile.am -#EXTRA_DIST = TAGS +#EXTRA_DIST = TAGS noinst_HEADERS = \ adjtime.h \ audio.h \ @@ -178,16 +177,15 @@ DIST_SOURCES = HEADERS = $(noinst_HEADERS) DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in - all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu include/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -203,7 +201,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -232,6 +230,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -307,6 +309,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic +uninstall-am: + .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distclean-tags distdir dvi dvi-am info \ info-am install install-am install-data install-data-am \ diff --git a/kernel/Makefile.in b/kernel/Makefile.in index 0b8beb2f34..5a728169bf 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr SUBDIRS = sys ETAGS_ARGS = Makefile.am @@ -128,18 +127,21 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = DIST_SOURCES = -DIST_COMMON = README Makefile.am Makefile.in +RECURSIVE_TARGETS = all-recursive install-data-recursive \ + install-exec-recursive installdirs-recursive install-recursive \ + uninstall-recursive check-recursive installcheck-recursive +DIST_COMMON = README Makefile.am Makefile.in DIST_SUBDIRS = $(SUBDIRS) all: all-recursive .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu kernel/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -150,10 +152,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status # (1) if the variable is set in `config.status', edit `config.status' # (which will cause the Makefiles to be regenerated when you run `make'); # (2) otherwise, pass the desired values on the `make' command line. -all-recursive install-data-recursive install-exec-recursive \ -installdirs-recursive install-recursive uninstall-recursive \ -install-info-recursive uninstall-info-recursive \ -check-recursive installcheck-recursive info-recursive dvi-recursive: +$(RECURSIVE_TARGETS): @set fnord $(MAKEFLAGS); amf=$$2; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ @@ -218,9 +217,9 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ tags=; \ here=`pwd`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ - if test "$$subdir" = .; then :; else \ + if test "$$subdir" = .; then :; else \ test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ - fi; \ + fi; \ done; \ list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -247,6 +246,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -336,19 +339,20 @@ mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic -.PHONY: all all-am all-recursive check check-am check-recursive clean \ +uninstall-am: + +.PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \ clean-generic clean-recursive distclean distclean-generic \ - distclean-recursive distclean-tags distdir dvi dvi-am \ - dvi-recursive info info-am info-recursive install install-am \ - install-data install-data-am install-data-recursive \ - install-exec install-exec-am install-exec-recursive \ - install-info install-info-recursive install-man \ + distclean-recursive distclean-tags distdir dvi dvi-am info \ + info-am install install-am install-data install-data-am \ + install-data-recursive install-exec install-exec-am \ + install-exec-recursive install-info install-man \ install-recursive install-strip installcheck installcheck-am \ - installcheck-recursive installdirs installdirs-am \ - installdirs-recursive maintainer-clean maintainer-clean-generic \ + installdirs installdirs-am installdirs-recursive \ + maintainer-clean maintainer-clean-generic \ maintainer-clean-recursive mostlyclean mostlyclean-generic \ mostlyclean-recursive tags tags-recursive uninstall \ - uninstall-am uninstall-info-recursive uninstall-recursive + uninstall-am uninstall-recursive # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/kernel/sys/Makefile.in b/kernel/sys/Makefile.in index 54f9ac9911..c50f954f31 100644 --- a/kernel/sys/Makefile.in +++ b/kernel/sys/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../../util/ansi2knr noinst_HEADERS = bsd_audioirig.h chudefs.h clkdefs.h i8253.h parsestreams.h \ pcl720.h ppsclock.h timex.h tpro.h @@ -135,16 +134,15 @@ DIST_SOURCES = HEADERS = $(noinst_HEADERS) DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in - all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu kernel/sys/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -160,7 +158,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -189,6 +187,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -264,6 +266,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic +uninstall-am: + .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distclean-tags distdir dvi dvi-am info \ info-am install install-am install-data install-data-am \ diff --git a/libntp/Makefile.in b/libntp/Makefile.in index d88ab323ab..8a8020afdb 100644 --- a/libntp/Makefile.in +++ b/libntp/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr noinst_LIBRARIES = libntp.a libntp_a_SOURCES = a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \ @@ -151,96 +150,101 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr libntp_a_AR = $(AR) cru am_libntp_a_OBJECTS = a_md5encrypt$U.$(OBJEXT) adjtime$U.$(OBJEXT) \ -atoint$U.$(OBJEXT) atolfp$U.$(OBJEXT) atouint$U.$(OBJEXT) \ -authencrypt$U.$(OBJEXT) authkeys$U.$(OBJEXT) authparity$U.$(OBJEXT) \ -authreadkeys$U.$(OBJEXT) authusekey$U.$(OBJEXT) buftvtots$U.$(OBJEXT) \ -caljulian$U.$(OBJEXT) calleapwhen$U.$(OBJEXT) caltontp$U.$(OBJEXT) \ -calyearstart$U.$(OBJEXT) clocktime$U.$(OBJEXT) clocktypes$U.$(OBJEXT) \ -decodenetnum$U.$(OBJEXT) dofptoa$U.$(OBJEXT) dolfptoa$U.$(OBJEXT) \ -emalloc$U.$(OBJEXT) findconfig$U.$(OBJEXT) fptoa$U.$(OBJEXT) \ -fptoms$U.$(OBJEXT) getopt$U.$(OBJEXT) hextoint$U.$(OBJEXT) \ -hextolfp$U.$(OBJEXT) humandate$U.$(OBJEXT) inttoa$U.$(OBJEXT) \ -lib_strbuf$U.$(OBJEXT) machines$U.$(OBJEXT) md5c$U.$(OBJEXT) \ -memmove$U.$(OBJEXT) mfptoa$U.$(OBJEXT) mfptoms$U.$(OBJEXT) \ -modetoa$U.$(OBJEXT) mstolfp$U.$(OBJEXT) msutotsf$U.$(OBJEXT) \ -msyslog$U.$(OBJEXT) netof$U.$(OBJEXT) numtoa$U.$(OBJEXT) \ -numtohost$U.$(OBJEXT) octtoint$U.$(OBJEXT) prettydate$U.$(OBJEXT) \ -ranny$U.$(OBJEXT) refnumtoa$U.$(OBJEXT) statestr$U.$(OBJEXT) \ -syssignal$U.$(OBJEXT) systime$U.$(OBJEXT) tsftomsu$U.$(OBJEXT) \ -tstotv$U.$(OBJEXT) tvtoa$U.$(OBJEXT) tvtots$U.$(OBJEXT) \ -uglydate$U.$(OBJEXT) uinttoa$U.$(OBJEXT) utvtoa$U.$(OBJEXT) \ -ymd2yd$U.$(OBJEXT) mfp_mul$U.$(OBJEXT) binio$U.$(OBJEXT) \ -ieee754io$U.$(OBJEXT) gpstolfp$U.$(OBJEXT) recvbuff$U.$(OBJEXT) \ -iosignal$U.$(OBJEXT) icom$U.$(OBJEXT) audio$U.$(OBJEXT) + atoint$U.$(OBJEXT) atolfp$U.$(OBJEXT) atouint$U.$(OBJEXT) \ + authencrypt$U.$(OBJEXT) authkeys$U.$(OBJEXT) \ + authparity$U.$(OBJEXT) authreadkeys$U.$(OBJEXT) \ + authusekey$U.$(OBJEXT) buftvtots$U.$(OBJEXT) \ + caljulian$U.$(OBJEXT) calleapwhen$U.$(OBJEXT) \ + caltontp$U.$(OBJEXT) calyearstart$U.$(OBJEXT) \ + clocktime$U.$(OBJEXT) clocktypes$U.$(OBJEXT) \ + decodenetnum$U.$(OBJEXT) dofptoa$U.$(OBJEXT) \ + dolfptoa$U.$(OBJEXT) emalloc$U.$(OBJEXT) findconfig$U.$(OBJEXT) \ + fptoa$U.$(OBJEXT) fptoms$U.$(OBJEXT) getopt$U.$(OBJEXT) \ + hextoint$U.$(OBJEXT) hextolfp$U.$(OBJEXT) humandate$U.$(OBJEXT) \ + inttoa$U.$(OBJEXT) lib_strbuf$U.$(OBJEXT) machines$U.$(OBJEXT) \ + md5c$U.$(OBJEXT) memmove$U.$(OBJEXT) mfptoa$U.$(OBJEXT) \ + mfptoms$U.$(OBJEXT) modetoa$U.$(OBJEXT) mstolfp$U.$(OBJEXT) \ + msutotsf$U.$(OBJEXT) msyslog$U.$(OBJEXT) netof$U.$(OBJEXT) \ + numtoa$U.$(OBJEXT) numtohost$U.$(OBJEXT) octtoint$U.$(OBJEXT) \ + prettydate$U.$(OBJEXT) ranny$U.$(OBJEXT) refnumtoa$U.$(OBJEXT) \ + statestr$U.$(OBJEXT) syssignal$U.$(OBJEXT) systime$U.$(OBJEXT) \ + tsftomsu$U.$(OBJEXT) tstotv$U.$(OBJEXT) tvtoa$U.$(OBJEXT) \ + tvtots$U.$(OBJEXT) uglydate$U.$(OBJEXT) uinttoa$U.$(OBJEXT) \ + utvtoa$U.$(OBJEXT) ymd2yd$U.$(OBJEXT) mfp_mul$U.$(OBJEXT) \ + binio$U.$(OBJEXT) ieee754io$U.$(OBJEXT) gpstolfp$U.$(OBJEXT) \ + recvbuff$U.$(OBJEXT) iosignal$U.$(OBJEXT) icom$U.$(OBJEXT) \ + audio$U.$(OBJEXT) libntp_a_OBJECTS = $(am_libntp_a_OBJECTS) -AR = ar -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/*.Po $(DEPDIR)/a_md5encrypt$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/adjtime$U.Po $(DEPDIR)/adjtimex$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/atoint$U.Po $(DEPDIR)/atolfp$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/atouint$U.Po $(DEPDIR)/audio$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/authencrypt$U.Po $(DEPDIR)/authkeys$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/authparity$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/authreadkeys$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/authusekey$U.Po $(DEPDIR)/binio$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/buftvtots$U.Po $(DEPDIR)/caljulian$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/calleapwhen$U.Po $(DEPDIR)/caltontp$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/calyearstart$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clocktime$U.Po $(DEPDIR)/clocktypes$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/decodenetnum$U.Po $(DEPDIR)/dofptoa$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/dolfptoa$U.Po $(DEPDIR)/emalloc$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/findconfig$U.Po $(DEPDIR)/fptoa$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/fptoms$U.Po $(DEPDIR)/getopt$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/gpstolfp$U.Po $(DEPDIR)/hextoint$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/hextolfp$U.Po $(DEPDIR)/humandate$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/icom$U.Po $(DEPDIR)/ieee754io$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/inttoa$U.Po $(DEPDIR)/iosignal$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/lib_strbuf$U.Po $(DEPDIR)/log$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/machines$U.Po $(DEPDIR)/md5c$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/memmove$U.Po $(DEPDIR)/mfp_mul$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/mfptoa$U.Po $(DEPDIR)/mfptoms$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/mktime$U.Po $(DEPDIR)/mktime.Po \ +@AMDEP_TRUE@ $(DEPDIR)/modetoa$U.Po $(DEPDIR)/mstolfp$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/msutotsf$U.Po $(DEPDIR)/msyslog$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/netof$U.Po $(DEPDIR)/numtoa$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/numtohost$U.Po $(DEPDIR)/octtoint$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/prettydate$U.Po $(DEPDIR)/random$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ranny$U.Po $(DEPDIR)/recvbuff$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refnumtoa$U.Po $(DEPDIR)/snprintf$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/snprintf.Po $(DEPDIR)/statestr$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strdup$U.Po $(DEPDIR)/strdup.Po \ +@AMDEP_TRUE@ $(DEPDIR)/strerror$U.Po $(DEPDIR)/strerror.Po \ +@AMDEP_TRUE@ $(DEPDIR)/syssignal$U.Po $(DEPDIR)/systime$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/tsftomsu$U.Po $(DEPDIR)/tstotv$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/tvtoa$U.Po $(DEPDIR)/tvtots$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/uglydate$U.Po $(DEPDIR)/uinttoa$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/utvtoa$U.Po $(DEPDIR)/ymd2yd$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = $(libntp_a_SOURCES) $(EXTRA_libntp_a_SOURCES) HEADERS = $(noinst_HEADERS) -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/*.Po $(DEPDIR)/a_md5encrypt$U.Po \ -@AMDEP@ $(DEPDIR)/adjtime$U.Po $(DEPDIR)/adjtimex$U.Po \ -@AMDEP@ $(DEPDIR)/atoint$U.Po $(DEPDIR)/atolfp$U.Po \ -@AMDEP@ $(DEPDIR)/atouint$U.Po $(DEPDIR)/audio$U.Po \ -@AMDEP@ $(DEPDIR)/authencrypt$U.Po $(DEPDIR)/authkeys$U.Po \ -@AMDEP@ $(DEPDIR)/authparity$U.Po $(DEPDIR)/authreadkeys$U.Po \ -@AMDEP@ $(DEPDIR)/authusekey$U.Po $(DEPDIR)/binio$U.Po \ -@AMDEP@ $(DEPDIR)/buftvtots$U.Po $(DEPDIR)/caljulian$U.Po \ -@AMDEP@ $(DEPDIR)/calleapwhen$U.Po $(DEPDIR)/caltontp$U.Po \ -@AMDEP@ $(DEPDIR)/calyearstart$U.Po $(DEPDIR)/clocktime$U.Po \ -@AMDEP@ $(DEPDIR)/clocktypes$U.Po $(DEPDIR)/decodenetnum$U.Po \ -@AMDEP@ $(DEPDIR)/dofptoa$U.Po $(DEPDIR)/dolfptoa$U.Po \ -@AMDEP@ $(DEPDIR)/emalloc$U.Po $(DEPDIR)/findconfig$U.Po \ -@AMDEP@ $(DEPDIR)/fptoa$U.Po $(DEPDIR)/fptoms$U.Po $(DEPDIR)/getopt$U.Po \ -@AMDEP@ $(DEPDIR)/gpstolfp$U.Po $(DEPDIR)/hextoint$U.Po \ -@AMDEP@ $(DEPDIR)/hextolfp$U.Po $(DEPDIR)/humandate$U.Po \ -@AMDEP@ $(DEPDIR)/icom$U.Po $(DEPDIR)/ieee754io$U.Po \ -@AMDEP@ $(DEPDIR)/inttoa$U.Po $(DEPDIR)/iosignal$U.Po \ -@AMDEP@ $(DEPDIR)/lib_strbuf$U.Po $(DEPDIR)/log$U.Po \ -@AMDEP@ $(DEPDIR)/machines$U.Po $(DEPDIR)/md5c$U.Po \ -@AMDEP@ $(DEPDIR)/memmove$U.Po $(DEPDIR)/mfp_mul$U.Po \ -@AMDEP@ $(DEPDIR)/mfptoa$U.Po $(DEPDIR)/mfptoms$U.Po \ -@AMDEP@ $(DEPDIR)/mktime$U.Po $(DEPDIR)/mktime.Po $(DEPDIR)/modetoa$U.Po \ -@AMDEP@ $(DEPDIR)/mstolfp$U.Po $(DEPDIR)/msutotsf$U.Po \ -@AMDEP@ $(DEPDIR)/msyslog$U.Po $(DEPDIR)/netof$U.Po \ -@AMDEP@ $(DEPDIR)/numtoa$U.Po $(DEPDIR)/numtohost$U.Po \ -@AMDEP@ $(DEPDIR)/octtoint$U.Po $(DEPDIR)/prettydate$U.Po \ -@AMDEP@ $(DEPDIR)/random$U.Po $(DEPDIR)/ranny$U.Po \ -@AMDEP@ $(DEPDIR)/recvbuff$U.Po $(DEPDIR)/refnumtoa$U.Po \ -@AMDEP@ $(DEPDIR)/snprintf$U.Po $(DEPDIR)/snprintf.Po \ -@AMDEP@ $(DEPDIR)/statestr$U.Po $(DEPDIR)/strdup$U.Po \ -@AMDEP@ $(DEPDIR)/strdup.Po $(DEPDIR)/strerror$U.Po \ -@AMDEP@ $(DEPDIR)/strerror.Po $(DEPDIR)/syssignal$U.Po \ -@AMDEP@ $(DEPDIR)/systime$U.Po $(DEPDIR)/tsftomsu$U.Po \ -@AMDEP@ $(DEPDIR)/tstotv$U.Po $(DEPDIR)/tvtoa$U.Po $(DEPDIR)/tvtots$U.Po \ -@AMDEP@ $(DEPDIR)/uglydate$U.Po $(DEPDIR)/uinttoa$U.Po \ -@AMDEP@ $(DEPDIR)/utvtoa$U.Po $(DEPDIR)/ymd2yd$U.Po DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in mktime.c \ -snprintf.c strdup.c strerror.c - + snprintf.c strdup.c strerror.c SOURCES = $(libntp_a_SOURCES) $(EXTRA_libntp_a_SOURCES) -OBJECTS = $(am_libntp_a_OBJECTS) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu libntp/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -248,169 +252,249 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core +libntp.a: $(libntp_a_OBJECTS) $(libntp_a_DEPENDENCIES) + -rm -f libntp.a + $(libntp_a_AR) libntp.a $(libntp_a_OBJECTS) $(libntp_a_LIBADD) + $(RANLIB) libntp.a -distclean-compile: - -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/*.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/a_md5encrypt$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/adjtime$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/adjtimex$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/atoint$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/atolfp$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/atouint$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/audio$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/authencrypt$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/authkeys$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/authparity$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/authreadkeys$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/authusekey$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/binio$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/buftvtots$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/caljulian$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/calleapwhen$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/caltontp$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/calyearstart$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clocktime$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clocktypes$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/decodenetnum$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/dofptoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/dolfptoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/emalloc$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/findconfig$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/fptoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/fptoms$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/getopt$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/gpstolfp$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/hextoint$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/hextolfp$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/humandate$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/icom$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ieee754io$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/inttoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/iosignal$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/lib_strbuf$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/log$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/machines$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/md5c$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/memmove$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/mfp_mul$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/mfptoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/mfptoms$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/mktime$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/mktime.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/modetoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/mstolfp$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/msutotsf$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/msyslog$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/netof$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/numtoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/numtohost$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/octtoint$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/prettydate$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/random$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ranny$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/recvbuff$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refnumtoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/snprintf$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/snprintf.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/statestr$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strdup$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strdup.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strerror$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/strerror.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/syssignal$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/systime$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/tsftomsu$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/tstotv$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/tvtoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/tvtots$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/uglydate$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/uinttoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/utvtoa$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ymd2yd$U.Po@_am_quote@ -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +distclean-depend: + -rm -rf $(DEPDIR) +CCDEPMODE = @CCDEPMODE@ -mostlyclean-kr: - -rm -f *_.c +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< -libntp.a: $(libntp_a_OBJECTS) $(libntp_a_DEPENDENCIES) - -rm -f libntp.a - $(libntp_a_AR) libntp.a $(libntp_a_OBJECTS) $(libntp_a_LIBADD) - $(RANLIB) libntp.a +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` a_md5encrypt_.c: a_md5encrypt.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/a_md5encrypt.c; then echo $(srcdir)/a_md5encrypt.c; else echo a_md5encrypt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > a_md5encrypt_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/a_md5encrypt.c; then echo $(srcdir)/a_md5encrypt.c; else echo a_md5encrypt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > a_md5encrypt_.c adjtime_.c: adjtime.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtime.c; then echo $(srcdir)/adjtime.c; else echo adjtime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtime_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtime.c; then echo $(srcdir)/adjtime.c; else echo adjtime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtime_.c adjtimex_.c: adjtimex.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtimex.c; then echo $(srcdir)/adjtimex.c; else echo adjtimex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtimex_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/adjtimex.c; then echo $(srcdir)/adjtimex.c; else echo adjtimex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > adjtimex_.c atoint_.c: atoint.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atoint.c; then echo $(srcdir)/atoint.c; else echo atoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atoint_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atoint.c; then echo $(srcdir)/atoint.c; else echo atoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atoint_.c atolfp_.c: atolfp.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atolfp.c; then echo $(srcdir)/atolfp.c; else echo atolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atolfp_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atolfp.c; then echo $(srcdir)/atolfp.c; else echo atolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atolfp_.c atouint_.c: atouint.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atouint.c; then echo $(srcdir)/atouint.c; else echo atouint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atouint_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/atouint.c; then echo $(srcdir)/atouint.c; else echo atouint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > atouint_.c audio_.c: audio.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/audio.c; then echo $(srcdir)/audio.c; else echo audio.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > audio_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/audio.c; then echo $(srcdir)/audio.c; else echo audio.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > audio_.c authencrypt_.c: authencrypt.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authencrypt.c; then echo $(srcdir)/authencrypt.c; else echo authencrypt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authencrypt_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authencrypt.c; then echo $(srcdir)/authencrypt.c; else echo authencrypt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authencrypt_.c authkeys_.c: authkeys.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authkeys.c; then echo $(srcdir)/authkeys.c; else echo authkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authkeys_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authkeys.c; then echo $(srcdir)/authkeys.c; else echo authkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authkeys_.c authparity_.c: authparity.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authparity.c; then echo $(srcdir)/authparity.c; else echo authparity.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authparity_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authparity.c; then echo $(srcdir)/authparity.c; else echo authparity.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authparity_.c authreadkeys_.c: authreadkeys.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authreadkeys.c; then echo $(srcdir)/authreadkeys.c; else echo authreadkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authreadkeys_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authreadkeys.c; then echo $(srcdir)/authreadkeys.c; else echo authreadkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authreadkeys_.c authusekey_.c: authusekey.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authusekey.c; then echo $(srcdir)/authusekey.c; else echo authusekey.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authusekey_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/authusekey.c; then echo $(srcdir)/authusekey.c; else echo authusekey.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > authusekey_.c binio_.c: binio.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/binio.c; then echo $(srcdir)/binio.c; else echo binio.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > binio_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/binio.c; then echo $(srcdir)/binio.c; else echo binio.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > binio_.c buftvtots_.c: buftvtots.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/buftvtots.c; then echo $(srcdir)/buftvtots.c; else echo buftvtots.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > buftvtots_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/buftvtots.c; then echo $(srcdir)/buftvtots.c; else echo buftvtots.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > buftvtots_.c caljulian_.c: caljulian.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/caljulian.c; then echo $(srcdir)/caljulian.c; else echo caljulian.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > caljulian_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/caljulian.c; then echo $(srcdir)/caljulian.c; else echo caljulian.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > caljulian_.c calleapwhen_.c: calleapwhen.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calleapwhen.c; then echo $(srcdir)/calleapwhen.c; else echo calleapwhen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > calleapwhen_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calleapwhen.c; then echo $(srcdir)/calleapwhen.c; else echo calleapwhen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > calleapwhen_.c caltontp_.c: caltontp.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/caltontp.c; then echo $(srcdir)/caltontp.c; else echo caltontp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > caltontp_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/caltontp.c; then echo $(srcdir)/caltontp.c; else echo caltontp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > caltontp_.c calyearstart_.c: calyearstart.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calyearstart.c; then echo $(srcdir)/calyearstart.c; else echo calyearstart.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > calyearstart_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/calyearstart.c; then echo $(srcdir)/calyearstart.c; else echo calyearstart.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > calyearstart_.c clocktime_.c: clocktime.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clocktime.c; then echo $(srcdir)/clocktime.c; else echo clocktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clocktime_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clocktime.c; then echo $(srcdir)/clocktime.c; else echo clocktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clocktime_.c clocktypes_.c: clocktypes.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clocktypes.c; then echo $(srcdir)/clocktypes.c; else echo clocktypes.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clocktypes_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clocktypes.c; then echo $(srcdir)/clocktypes.c; else echo clocktypes.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clocktypes_.c decodenetnum_.c: decodenetnum.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/decodenetnum.c; then echo $(srcdir)/decodenetnum.c; else echo decodenetnum.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > decodenetnum_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/decodenetnum.c; then echo $(srcdir)/decodenetnum.c; else echo decodenetnum.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > decodenetnum_.c dofptoa_.c: dofptoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dofptoa.c; then echo $(srcdir)/dofptoa.c; else echo dofptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dofptoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dofptoa.c; then echo $(srcdir)/dofptoa.c; else echo dofptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dofptoa_.c dolfptoa_.c: dolfptoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dolfptoa.c; then echo $(srcdir)/dolfptoa.c; else echo dolfptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dolfptoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dolfptoa.c; then echo $(srcdir)/dolfptoa.c; else echo dolfptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dolfptoa_.c emalloc_.c: emalloc.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/emalloc.c; then echo $(srcdir)/emalloc.c; else echo emalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > emalloc_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/emalloc.c; then echo $(srcdir)/emalloc.c; else echo emalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > emalloc_.c findconfig_.c: findconfig.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/findconfig.c; then echo $(srcdir)/findconfig.c; else echo findconfig.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > findconfig_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/findconfig.c; then echo $(srcdir)/findconfig.c; else echo findconfig.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > findconfig_.c fptoa_.c: fptoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fptoa.c; then echo $(srcdir)/fptoa.c; else echo fptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fptoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fptoa.c; then echo $(srcdir)/fptoa.c; else echo fptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fptoa_.c fptoms_.c: fptoms.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fptoms.c; then echo $(srcdir)/fptoms.c; else echo fptoms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fptoms_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/fptoms.c; then echo $(srcdir)/fptoms.c; else echo fptoms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > fptoms_.c getopt_.c: getopt.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c gpstolfp_.c: gpstolfp.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gpstolfp.c; then echo $(srcdir)/gpstolfp.c; else echo gpstolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > gpstolfp_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gpstolfp.c; then echo $(srcdir)/gpstolfp.c; else echo gpstolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > gpstolfp_.c hextoint_.c: hextoint.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hextoint.c; then echo $(srcdir)/hextoint.c; else echo hextoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hextoint_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hextoint.c; then echo $(srcdir)/hextoint.c; else echo hextoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hextoint_.c hextolfp_.c: hextolfp.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hextolfp.c; then echo $(srcdir)/hextolfp.c; else echo hextolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hextolfp_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hextolfp.c; then echo $(srcdir)/hextolfp.c; else echo hextolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hextolfp_.c humandate_.c: humandate.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/humandate.c; then echo $(srcdir)/humandate.c; else echo humandate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > humandate_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/humandate.c; then echo $(srcdir)/humandate.c; else echo humandate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > humandate_.c icom_.c: icom.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/icom.c; then echo $(srcdir)/icom.c; else echo icom.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > icom_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/icom.c; then echo $(srcdir)/icom.c; else echo icom.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > icom_.c ieee754io_.c: ieee754io.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ieee754io.c; then echo $(srcdir)/ieee754io.c; else echo ieee754io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ieee754io_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ieee754io.c; then echo $(srcdir)/ieee754io.c; else echo ieee754io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ieee754io_.c inttoa_.c: inttoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/inttoa.c; then echo $(srcdir)/inttoa.c; else echo inttoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > inttoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/inttoa.c; then echo $(srcdir)/inttoa.c; else echo inttoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > inttoa_.c iosignal_.c: iosignal.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/iosignal.c; then echo $(srcdir)/iosignal.c; else echo iosignal.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > iosignal_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/iosignal.c; then echo $(srcdir)/iosignal.c; else echo iosignal.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > iosignal_.c lib_strbuf_.c: lib_strbuf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib_strbuf.c; then echo $(srcdir)/lib_strbuf.c; else echo lib_strbuf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lib_strbuf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib_strbuf.c; then echo $(srcdir)/lib_strbuf.c; else echo lib_strbuf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lib_strbuf_.c log_.c: log.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/log.c; then echo $(srcdir)/log.c; else echo log.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > log_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/log.c; then echo $(srcdir)/log.c; else echo log.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > log_.c machines_.c: machines.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/machines.c; then echo $(srcdir)/machines.c; else echo machines.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > machines_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/machines.c; then echo $(srcdir)/machines.c; else echo machines.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > machines_.c md5c_.c: md5c.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/md5c.c; then echo $(srcdir)/md5c.c; else echo md5c.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > md5c_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/md5c.c; then echo $(srcdir)/md5c.c; else echo md5c.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > md5c_.c memmove_.c: memmove.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memmove.c; then echo $(srcdir)/memmove.c; else echo memmove.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memmove_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memmove.c; then echo $(srcdir)/memmove.c; else echo memmove.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memmove_.c mfp_mul_.c: mfp_mul.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfp_mul.c; then echo $(srcdir)/mfp_mul.c; else echo mfp_mul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfp_mul_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfp_mul.c; then echo $(srcdir)/mfp_mul.c; else echo mfp_mul.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfp_mul_.c mfptoa_.c: mfptoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfptoa.c; then echo $(srcdir)/mfptoa.c; else echo mfptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfptoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfptoa.c; then echo $(srcdir)/mfptoa.c; else echo mfptoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfptoa_.c mfptoms_.c: mfptoms.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfptoms.c; then echo $(srcdir)/mfptoms.c; else echo mfptoms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfptoms_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mfptoms.c; then echo $(srcdir)/mfptoms.c; else echo mfptoms.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mfptoms_.c mktime_.c: mktime.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mktime_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mktime.c; then echo $(srcdir)/mktime.c; else echo mktime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mktime_.c modetoa_.c: modetoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/modetoa.c; then echo $(srcdir)/modetoa.c; else echo modetoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > modetoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/modetoa.c; then echo $(srcdir)/modetoa.c; else echo modetoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > modetoa_.c mstolfp_.c: mstolfp.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mstolfp.c; then echo $(srcdir)/mstolfp.c; else echo mstolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mstolfp_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/mstolfp.c; then echo $(srcdir)/mstolfp.c; else echo mstolfp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > mstolfp_.c msutotsf_.c: msutotsf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/msutotsf.c; then echo $(srcdir)/msutotsf.c; else echo msutotsf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > msutotsf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/msutotsf.c; then echo $(srcdir)/msutotsf.c; else echo msutotsf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > msutotsf_.c msyslog_.c: msyslog.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/msyslog.c; then echo $(srcdir)/msyslog.c; else echo msyslog.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > msyslog_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/msyslog.c; then echo $(srcdir)/msyslog.c; else echo msyslog.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > msyslog_.c netof_.c: netof.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/netof.c; then echo $(srcdir)/netof.c; else echo netof.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > netof_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/netof.c; then echo $(srcdir)/netof.c; else echo netof.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > netof_.c numtoa_.c: numtoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/numtoa.c; then echo $(srcdir)/numtoa.c; else echo numtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > numtoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/numtoa.c; then echo $(srcdir)/numtoa.c; else echo numtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > numtoa_.c numtohost_.c: numtohost.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/numtohost.c; then echo $(srcdir)/numtohost.c; else echo numtohost.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > numtohost_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/numtohost.c; then echo $(srcdir)/numtohost.c; else echo numtohost.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > numtohost_.c octtoint_.c: octtoint.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/octtoint.c; then echo $(srcdir)/octtoint.c; else echo octtoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > octtoint_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/octtoint.c; then echo $(srcdir)/octtoint.c; else echo octtoint.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > octtoint_.c prettydate_.c: prettydate.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/prettydate.c; then echo $(srcdir)/prettydate.c; else echo prettydate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > prettydate_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/prettydate.c; then echo $(srcdir)/prettydate.c; else echo prettydate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > prettydate_.c random_.c: random.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/random.c; then echo $(srcdir)/random.c; else echo random.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > random_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/random.c; then echo $(srcdir)/random.c; else echo random.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > random_.c ranny_.c: ranny.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ranny.c; then echo $(srcdir)/ranny.c; else echo ranny.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ranny_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ranny.c; then echo $(srcdir)/ranny.c; else echo ranny.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ranny_.c recvbuff_.c: recvbuff.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/recvbuff.c; then echo $(srcdir)/recvbuff.c; else echo recvbuff.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > recvbuff_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/recvbuff.c; then echo $(srcdir)/recvbuff.c; else echo recvbuff.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > recvbuff_.c refnumtoa_.c: refnumtoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refnumtoa.c; then echo $(srcdir)/refnumtoa.c; else echo refnumtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refnumtoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refnumtoa.c; then echo $(srcdir)/refnumtoa.c; else echo refnumtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refnumtoa_.c snprintf_.c: snprintf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/snprintf.c; then echo $(srcdir)/snprintf.c; else echo snprintf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > snprintf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/snprintf.c; then echo $(srcdir)/snprintf.c; else echo snprintf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > snprintf_.c statestr_.c: statestr.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/statestr.c; then echo $(srcdir)/statestr.c; else echo statestr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > statestr_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/statestr.c; then echo $(srcdir)/statestr.c; else echo statestr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > statestr_.c strdup_.c: strdup.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strdup_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strdup.c; then echo $(srcdir)/strdup.c; else echo strdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strdup_.c strerror_.c: strerror.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strerror.c; then echo $(srcdir)/strerror.c; else echo strerror.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strerror_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strerror.c; then echo $(srcdir)/strerror.c; else echo strerror.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strerror_.c syssignal_.c: syssignal.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/syssignal.c; then echo $(srcdir)/syssignal.c; else echo syssignal.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > syssignal_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/syssignal.c; then echo $(srcdir)/syssignal.c; else echo syssignal.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > syssignal_.c systime_.c: systime.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/systime.c; then echo $(srcdir)/systime.c; else echo systime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > systime_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/systime.c; then echo $(srcdir)/systime.c; else echo systime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > systime_.c tsftomsu_.c: tsftomsu.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tsftomsu.c; then echo $(srcdir)/tsftomsu.c; else echo tsftomsu.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tsftomsu_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tsftomsu.c; then echo $(srcdir)/tsftomsu.c; else echo tsftomsu.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tsftomsu_.c tstotv_.c: tstotv.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tstotv.c; then echo $(srcdir)/tstotv.c; else echo tstotv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tstotv_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tstotv.c; then echo $(srcdir)/tstotv.c; else echo tstotv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tstotv_.c tvtoa_.c: tvtoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tvtoa.c; then echo $(srcdir)/tvtoa.c; else echo tvtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tvtoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tvtoa.c; then echo $(srcdir)/tvtoa.c; else echo tvtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tvtoa_.c tvtots_.c: tvtots.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tvtots.c; then echo $(srcdir)/tvtots.c; else echo tvtots.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tvtots_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tvtots.c; then echo $(srcdir)/tvtots.c; else echo tvtots.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tvtots_.c uglydate_.c: uglydate.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/uglydate.c; then echo $(srcdir)/uglydate.c; else echo uglydate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > uglydate_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/uglydate.c; then echo $(srcdir)/uglydate.c; else echo uglydate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > uglydate_.c uinttoa_.c: uinttoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/uinttoa.c; then echo $(srcdir)/uinttoa.c; else echo uinttoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > uinttoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/uinttoa.c; then echo $(srcdir)/uinttoa.c; else echo uinttoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > uinttoa_.c utvtoa_.c: utvtoa.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/utvtoa.c; then echo $(srcdir)/utvtoa.c; else echo utvtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > utvtoa_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/utvtoa.c; then echo $(srcdir)/utvtoa.c; else echo utvtoa.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > utvtoa_.c ymd2yd_.c: ymd2yd.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ymd2yd.c; then echo $(srcdir)/ymd2yd.c; else echo ymd2yd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ymd2yd_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ymd2yd.c; then echo $(srcdir)/ymd2yd.c; else echo ymd2yd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ymd2yd_.c a_md5encrypt_.$(OBJEXT) adjtime_.$(OBJEXT) adjtimex_.$(OBJEXT) \ atoint_.$(OBJEXT) atolfp_.$(OBJEXT) atouint_.$(OBJEXT) audio_.$(OBJEXT) \ authencrypt_.$(OBJEXT) authkeys_.$(OBJEXT) authparity_.$(OBJEXT) \ @@ -436,6 +520,19 @@ tstotv_.$(OBJEXT) tvtoa_.$(OBJEXT) tvtots_.$(OBJEXT) \ uglydate_.$(OBJEXT) uinttoa_.$(OBJEXT) utvtoa_.$(OBJEXT) \ ymd2yd_.$(OBJEXT) : $(ANSI2KNR) +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr + +mostlyclean-kr: + -rm -f *_.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -447,7 +544,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -468,102 +565,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/*.Po -@AMDEP@@_am_include@ $(DEPDIR)/a_md5encrypt$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/adjtime$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/adjtimex$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/atoint$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/atolfp$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/atouint$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/audio$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/authencrypt$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/authkeys$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/authparity$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/authreadkeys$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/authusekey$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/binio$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/buftvtots$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/caljulian$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/calleapwhen$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/caltontp$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/calyearstart$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clocktime$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clocktypes$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/decodenetnum$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/dofptoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/dolfptoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/emalloc$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/findconfig$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/fptoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/fptoms$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/getopt$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/gpstolfp$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/hextoint$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/hextolfp$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/humandate$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/icom$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ieee754io$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/inttoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/iosignal$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/lib_strbuf$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/log$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/machines$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/md5c$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/memmove$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/mfp_mul$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/mfptoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/mfptoms$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/mktime$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/mktime.Po -@AMDEP@@_am_include@ $(DEPDIR)/modetoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/mstolfp$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/msutotsf$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/msyslog$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/netof$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/numtoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/numtohost$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/octtoint$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/prettydate$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/random$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ranny$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/recvbuff$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refnumtoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/snprintf$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/snprintf.Po -@AMDEP@@_am_include@ $(DEPDIR)/statestr$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/strdup$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/strdup.Po -@AMDEP@@_am_include@ $(DEPDIR)/strerror$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/strerror.Po -@AMDEP@@_am_include@ $(DEPDIR)/syssignal$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/systime$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/tsftomsu$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/tstotv$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/tvtoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/tvtots$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/uglydate$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/uinttoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/utvtoa$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ymd2yd$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -572,6 +573,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -648,6 +653,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr +uninstall-am: + .PHONY: all all-am check check-am clean clean-generic \ clean-noinstLIBRARIES distclean distclean-compile \ distclean-depend distclean-generic distclean-tags distdir dvi \ diff --git a/libparse/Makefile.in b/libparse/Makefile.in index 4ad2d3e460..d2107a8820 100644 --- a/libparse/Makefile.in +++ b/libparse/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr noinst_LIBRARIES = @MAKE_LIBPARSE@ @MAKE_LIBPARSE_KERNEL@ EXTRA_LIBRARIES = libparse.a libparse_kernel.a @@ -172,28 +171,25 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr libparse_a_AR = $(AR) cru -libparse_a_LIBADD = +libparse_a_LIBADD = am_libparse_a_OBJECTS = parse$U.$(OBJEXT) parse_conf$U.$(OBJEXT) \ -clk_meinberg$U.$(OBJEXT) clk_schmid$U.$(OBJEXT) clk_rawdcf$U.$(OBJEXT) \ -clk_trimtsip$U.$(OBJEXT) clk_dcf7000$U.$(OBJEXT) \ -clk_trimtaip$U.$(OBJEXT) clk_rcc8000$U.$(OBJEXT) \ -clk_hopf6021$U.$(OBJEXT) clk_computime$U.$(OBJEXT) \ -clk_wharton$U.$(OBJEXT) clk_varitext$U.$(OBJEXT) data_mbg$U.$(OBJEXT) \ -info_trimble$U.$(OBJEXT) trim_info$U.$(OBJEXT) + clk_meinberg$U.$(OBJEXT) clk_schmid$U.$(OBJEXT) \ + clk_rawdcf$U.$(OBJEXT) clk_trimtsip$U.$(OBJEXT) \ + clk_dcf7000$U.$(OBJEXT) clk_trimtaip$U.$(OBJEXT) \ + clk_rcc8000$U.$(OBJEXT) clk_hopf6021$U.$(OBJEXT) \ + clk_computime$U.$(OBJEXT) clk_wharton$U.$(OBJEXT) \ + clk_varitext$U.$(OBJEXT) data_mbg$U.$(OBJEXT) \ + info_trimble$U.$(OBJEXT) trim_info$U.$(OBJEXT) libparse_a_OBJECTS = $(am_libparse_a_OBJECTS) libparse_kernel_a_AR = $(AR) cru libparse_kernel_a_DEPENDENCIES = kparse$U.o kparse_conf$U.o \ -kclk_computime$U.o kclk_dcf7000$U.o kclk_hopf6021$U.o kclk_meinberg$U.o \ -kclk_rawdcf$U.o kclk_rcc8000$U.o kclk_schmid$U.o kclk_trimtaip$U.o \ -kclk_trimtsip$U.o kclk_varitext$U.o kclk_wharton$U.o + kclk_computime$U.o kclk_dcf7000$U.o kclk_hopf6021$U.o \ + kclk_meinberg$U.o kclk_rawdcf$U.o kclk_rcc8000$U.o \ + kclk_schmid$U.o kclk_trimtaip$U.o kclk_trimtsip$U.o \ + kclk_varitext$U.o kclk_wharton$U.o +am_libparse_kernel_a_OBJECTS = libparse_kernel_a_OBJECTS = $(am_libparse_kernel_a_OBJECTS) -AR = ar EXTRA_PROGRAMS = parsestreams$(EXEEXT) parsesolaris$(EXEEXT) noinst_PROGRAMS = @MAKE_PARSEKMODULE@ PROGRAMS = $(noinst_PROGRAMS) @@ -201,44 +197,55 @@ PROGRAMS = $(noinst_PROGRAMS) parsesolaris_SOURCES = parsesolaris.c parsesolaris_OBJECTS = parsesolaris$U.$(OBJEXT) parsesolaris_LDADD = $(LDADD) -parsesolaris_DEPENDENCIES = -parsesolaris_LDFLAGS = +parsesolaris_DEPENDENCIES = +parsesolaris_LDFLAGS = parsestreams_SOURCES = parsestreams.c parsestreams_OBJECTS = parsestreams$U.$(OBJEXT) parsestreams_LDADD = $(LDADD) -parsestreams_DEPENDENCIES = -parsestreams_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +parsestreams_DEPENDENCIES = +parsestreams_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/clk_computime$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_dcf7000$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_hopf6021$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_meinberg$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_rawdcf$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_rcc8000$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_schmid$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_trimtaip$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_trimtsip$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_varitext$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/clk_wharton$U.Po $(DEPDIR)/data_mbg$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/info_trimble$U.Po $(DEPDIR)/parse$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/parse_conf$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/parsesolaris$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/parsestreams$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/trim_info$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = $(libparse_a_SOURCES) $(libparse_kernel_a_SOURCES) \ -parsesolaris.c parsestreams.c -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/clk_computime$U.Po \ -@AMDEP@ $(DEPDIR)/clk_dcf7000$U.Po $(DEPDIR)/clk_hopf6021$U.Po \ -@AMDEP@ $(DEPDIR)/clk_meinberg$U.Po $(DEPDIR)/clk_rawdcf$U.Po \ -@AMDEP@ $(DEPDIR)/clk_rcc8000$U.Po $(DEPDIR)/clk_schmid$U.Po \ -@AMDEP@ $(DEPDIR)/clk_trimtaip$U.Po $(DEPDIR)/clk_trimtsip$U.Po \ -@AMDEP@ $(DEPDIR)/clk_varitext$U.Po $(DEPDIR)/clk_wharton$U.Po \ -@AMDEP@ $(DEPDIR)/data_mbg$U.Po $(DEPDIR)/info_trimble$U.Po \ -@AMDEP@ $(DEPDIR)/parse$U.Po $(DEPDIR)/parse_conf$U.Po \ -@AMDEP@ $(DEPDIR)/parsesolaris$U.Po $(DEPDIR)/parsestreams$U.Po \ -@AMDEP@ $(DEPDIR)/trim_info$U.Po + parsesolaris.c parsestreams.c DIST_COMMON = README Makefile.am Makefile.in - SOURCES = $(libparse_a_SOURCES) $(libparse_kernel_a_SOURCES) parsesolaris.c parsestreams.c -OBJECTS = $(am_libparse_a_OBJECTS) $(am_libparse_kernel_a_OBJECTS) parsesolaris$U.$(OBJEXT) parsestreams$U.$(OBJEXT) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu libparse/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -246,21 +253,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core - -distclean-compile: - -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr - -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) - - -mostlyclean-kr: - -rm -f *_.c - libparse.a: $(libparse_a_OBJECTS) $(libparse_a_DEPENDENCIES) -rm -f libparse.a $(libparse_a_AR) libparse.a $(libparse_a_OBJECTS) $(libparse_a_LIBADD) @@ -274,49 +266,85 @@ libparse_kernel.a: $(libparse_kernel_a_OBJECTS) $(libparse_kernel_a_DEPENDENCIES clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) -parsesolaris: $(parsesolaris_OBJECTS) $(parsesolaris_DEPENDENCIES) - @rm -f parsesolaris +parsesolaris$(EXEEXT): $(parsesolaris_OBJECTS) $(parsesolaris_DEPENDENCIES) + @rm -f parsesolaris$(EXEEXT) $(LINK) $(parsesolaris_LDFLAGS) $(parsesolaris_OBJECTS) $(parsesolaris_LDADD) $(LIBS) -parsestreams: $(parsestreams_OBJECTS) $(parsestreams_DEPENDENCIES) - @rm -f parsestreams +parsestreams$(EXEEXT): $(parsestreams_OBJECTS) $(parsestreams_DEPENDENCIES) + @rm -f parsestreams$(EXEEXT) $(LINK) $(parsestreams_LDFLAGS) $(parsestreams_OBJECTS) $(parsestreams_LDADD) $(LIBS) + +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_computime$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_dcf7000$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_hopf6021$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_meinberg$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_rawdcf$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_rcc8000$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_schmid$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_trimtaip$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_trimtsip$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_varitext$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/clk_wharton$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/data_mbg$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/info_trimble$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/parse$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/parse_conf$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/parsesolaris$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/parsestreams$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/trim_info$U.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` clk_computime_.c: clk_computime.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_computime.c; then echo $(srcdir)/clk_computime.c; else echo clk_computime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_computime_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_computime.c; then echo $(srcdir)/clk_computime.c; else echo clk_computime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_computime_.c clk_dcf7000_.c: clk_dcf7000.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_dcf7000.c; then echo $(srcdir)/clk_dcf7000.c; else echo clk_dcf7000.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_dcf7000_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_dcf7000.c; then echo $(srcdir)/clk_dcf7000.c; else echo clk_dcf7000.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_dcf7000_.c clk_hopf6021_.c: clk_hopf6021.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_hopf6021.c; then echo $(srcdir)/clk_hopf6021.c; else echo clk_hopf6021.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_hopf6021_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_hopf6021.c; then echo $(srcdir)/clk_hopf6021.c; else echo clk_hopf6021.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_hopf6021_.c clk_meinberg_.c: clk_meinberg.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_meinberg.c; then echo $(srcdir)/clk_meinberg.c; else echo clk_meinberg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_meinberg_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_meinberg.c; then echo $(srcdir)/clk_meinberg.c; else echo clk_meinberg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_meinberg_.c clk_rawdcf_.c: clk_rawdcf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_rawdcf.c; then echo $(srcdir)/clk_rawdcf.c; else echo clk_rawdcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_rawdcf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_rawdcf.c; then echo $(srcdir)/clk_rawdcf.c; else echo clk_rawdcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_rawdcf_.c clk_rcc8000_.c: clk_rcc8000.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_rcc8000.c; then echo $(srcdir)/clk_rcc8000.c; else echo clk_rcc8000.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_rcc8000_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_rcc8000.c; then echo $(srcdir)/clk_rcc8000.c; else echo clk_rcc8000.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_rcc8000_.c clk_schmid_.c: clk_schmid.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_schmid.c; then echo $(srcdir)/clk_schmid.c; else echo clk_schmid.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_schmid_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_schmid.c; then echo $(srcdir)/clk_schmid.c; else echo clk_schmid.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_schmid_.c clk_trimtaip_.c: clk_trimtaip.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_trimtaip.c; then echo $(srcdir)/clk_trimtaip.c; else echo clk_trimtaip.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_trimtaip_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_trimtaip.c; then echo $(srcdir)/clk_trimtaip.c; else echo clk_trimtaip.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_trimtaip_.c clk_trimtsip_.c: clk_trimtsip.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_trimtsip.c; then echo $(srcdir)/clk_trimtsip.c; else echo clk_trimtsip.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_trimtsip_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_trimtsip.c; then echo $(srcdir)/clk_trimtsip.c; else echo clk_trimtsip.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_trimtsip_.c clk_varitext_.c: clk_varitext.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_varitext.c; then echo $(srcdir)/clk_varitext.c; else echo clk_varitext.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_varitext_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_varitext.c; then echo $(srcdir)/clk_varitext.c; else echo clk_varitext.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_varitext_.c clk_wharton_.c: clk_wharton.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_wharton.c; then echo $(srcdir)/clk_wharton.c; else echo clk_wharton.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_wharton_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clk_wharton.c; then echo $(srcdir)/clk_wharton.c; else echo clk_wharton.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clk_wharton_.c data_mbg_.c: data_mbg.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/data_mbg.c; then echo $(srcdir)/data_mbg.c; else echo data_mbg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > data_mbg_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/data_mbg.c; then echo $(srcdir)/data_mbg.c; else echo data_mbg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > data_mbg_.c info_trimble_.c: info_trimble.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/info_trimble.c; then echo $(srcdir)/info_trimble.c; else echo info_trimble.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > info_trimble_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/info_trimble.c; then echo $(srcdir)/info_trimble.c; else echo info_trimble.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > info_trimble_.c parse_.c: parse.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parse.c; then echo $(srcdir)/parse.c; else echo parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parse_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parse.c; then echo $(srcdir)/parse.c; else echo parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parse_.c parse_conf_.c: parse_conf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parse_conf.c; then echo $(srcdir)/parse_conf.c; else echo parse_conf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parse_conf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parse_conf.c; then echo $(srcdir)/parse_conf.c; else echo parse_conf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parse_conf_.c parsesolaris_.c: parsesolaris.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parsesolaris.c; then echo $(srcdir)/parsesolaris.c; else echo parsesolaris.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parsesolaris_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parsesolaris.c; then echo $(srcdir)/parsesolaris.c; else echo parsesolaris.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parsesolaris_.c parsestreams_.c: parsestreams.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parsestreams.c; then echo $(srcdir)/parsestreams.c; else echo parsestreams.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parsestreams_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/parsestreams.c; then echo $(srcdir)/parsestreams.c; else echo parsestreams.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > parsestreams_.c trim_info_.c: trim_info.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/trim_info.c; then echo $(srcdir)/trim_info.c; else echo trim_info.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > trim_info_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/trim_info.c; then echo $(srcdir)/trim_info.c; else echo trim_info.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > trim_info_.c clk_computime_.$(OBJEXT) clk_dcf7000_.$(OBJEXT) clk_hopf6021_.$(OBJEXT) \ clk_meinberg_.$(OBJEXT) clk_rawdcf_.$(OBJEXT) clk_rcc8000_.$(OBJEXT) \ clk_schmid_.$(OBJEXT) clk_trimtaip_.$(OBJEXT) clk_trimtsip_.$(OBJEXT) \ @@ -325,6 +353,19 @@ info_trimble_.$(OBJEXT) parse_.$(OBJEXT) parse_conf_.$(OBJEXT) \ parsesolaris_.$(OBJEXT) parsestreams_.$(OBJEXT) trim_info_.$(OBJEXT) : \ $(ANSI2KNR) +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr + +mostlyclean-kr: + -rm -f *_.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -336,7 +377,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -357,43 +398,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/clk_computime$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_dcf7000$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_hopf6021$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_meinberg$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_rawdcf$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_rcc8000$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_schmid$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_trimtaip$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_trimtsip$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_varitext$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/clk_wharton$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/data_mbg$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/info_trimble$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/parse$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/parse_conf$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/parsesolaris$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/parsestreams$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/trim_info$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -402,6 +406,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -480,6 +488,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr +uninstall-am: + .PHONY: all all-am check check-am clean clean-generic \ clean-noinstLIBRARIES clean-noinstPROGRAMS distclean \ distclean-compile distclean-depend distclean-generic \ diff --git a/librsaref/Makefile.in b/librsaref/Makefile.in index 3faba0222a..22c2c41b5b 100644 --- a/librsaref/Makefile.in +++ b/librsaref/Makefile.in @@ -11,6 +11,12 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies +#AUTOMAKE_OPTIONS = ../util/ansi2knr + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +69,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +87,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,19 +114,16 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies -#AUTOMAKE_OPTIONS = ../util/ansi2knr - - noinst_LIBRARIES = @MAKE_LIBRSAREF@ EXTRA_LIBRARIES = librsaref.a CLEANFILES = $(EXTRA_LIBRARIES) + # NOTES: # don't use RSAREF's global.h - we use ours. - nodist_librsaref_a_SOURCES = \ desc.c \ md2c.c \ @@ -164,43 +163,44 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ librsaref_a_AR = $(AR) cru nodist_librsaref_a_OBJECTS = desc.$(OBJEXT) md2c.$(OBJEXT) \ -md5c.$(OBJEXT) nn.$(OBJEXT) prime.$(OBJEXT) r_dh.$(OBJEXT) \ -r_encode.$(OBJEXT) r_enhanc.$(OBJEXT) r_keygen.$(OBJEXT) \ -r_random.$(OBJEXT) r_stdlib.$(OBJEXT) rsa.$(OBJEXT) + md5c.$(OBJEXT) nn.$(OBJEXT) prime.$(OBJEXT) r_dh.$(OBJEXT) \ + r_encode.$(OBJEXT) r_enhanc.$(OBJEXT) r_keygen.$(OBJEXT) \ + r_random.$(OBJEXT) r_stdlib.$(OBJEXT) rsa.$(OBJEXT) librsaref_a_OBJECTS = $(nodist_librsaref_a_OBJECTS) -AR = ar -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/desc.Po $(DEPDIR)/md2c.Po \ +@AMDEP_TRUE@ $(DEPDIR)/md5c.Po $(DEPDIR)/nn.Po \ +@AMDEP_TRUE@ $(DEPDIR)/prime.Po $(DEPDIR)/r_dh.Po \ +@AMDEP_TRUE@ $(DEPDIR)/r_encode.Po $(DEPDIR)/r_enhanc.Po \ +@AMDEP_TRUE@ $(DEPDIR)/r_keygen.Po $(DEPDIR)/r_random.Po \ +@AMDEP_TRUE@ $(DEPDIR)/r_stdlib.Po $(DEPDIR)/rsa.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/desc.Po $(DEPDIR)/md2c.Po $(DEPDIR)/md5c.Po \ -@AMDEP@ $(DEPDIR)/nn.Po $(DEPDIR)/prime.Po $(DEPDIR)/r_dh.Po \ -@AMDEP@ $(DEPDIR)/r_encode.Po $(DEPDIR)/r_enhanc.Po \ -@AMDEP@ $(DEPDIR)/r_keygen.Po $(DEPDIR)/r_random.Po \ -@AMDEP@ $(DEPDIR)/r_stdlib.Po $(DEPDIR)/rsa.Po DIST_COMMON = Makefile.am Makefile.in - SOURCES = $(nodist_librsaref_a_SOURCES) -OBJECTS = $(nodist_librsaref_a_OBJECTS) all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: -.SUFFIXES: .c .h .o .obj +.SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu librsaref/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -208,17 +208,47 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) +librsaref.a: $(librsaref_a_OBJECTS) $(librsaref_a_DEPENDENCIES) + -rm -f librsaref.a + $(librsaref_a_AR) librsaref.a $(librsaref_a_OBJECTS) $(librsaref_a_LIBADD) + $(RANLIB) librsaref.a + +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/desc.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/md2c.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/md5c.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/nn.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/prime.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/r_dh.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/r_encode.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/r_enhanc.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/r_keygen.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/r_random.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/r_stdlib.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/rsa.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` + mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c -librsaref.a: $(librsaref_a_OBJECTS) $(librsaref_a_DEPENDENCIES) - -rm -f librsaref.a - $(librsaref_a_AR) librsaref.a $(librsaref_a_OBJECTS) $(librsaref_a_LIBADD) - $(RANLIB) librsaref.a - tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -230,7 +260,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -251,37 +281,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/desc.Po -@AMDEP@@_am_include@ $(DEPDIR)/md2c.Po -@AMDEP@@_am_include@ $(DEPDIR)/md5c.Po -@AMDEP@@_am_include@ $(DEPDIR)/nn.Po -@AMDEP@@_am_include@ $(DEPDIR)/prime.Po -@AMDEP@@_am_include@ $(DEPDIR)/r_dh.Po -@AMDEP@@_am_include@ $(DEPDIR)/r_encode.Po -@AMDEP@@_am_include@ $(DEPDIR)/r_enhanc.Po -@AMDEP@@_am_include@ $(DEPDIR)/r_keygen.Po -@AMDEP@@_am_include@ $(DEPDIR)/r_random.Po -@AMDEP@@_am_include@ $(DEPDIR)/r_stdlib.Po -@AMDEP@@_am_include@ $(DEPDIR)/rsa.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -290,6 +289,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -369,6 +372,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic +uninstall-am: + .PHONY: all all-am check check-am clean clean-generic \ clean-noinstLIBRARIES distclean distclean-compile \ distclean-depend distclean-generic distclean-tags distdir dvi \ diff --git a/ntpd/Makefile.in b/ntpd/Makefile.in index 0e3ad1c28b..9b96e6cff5 100644 --- a/ntpd/Makefile.in +++ b/ntpd/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr bin_PROGRAMS = ntpd INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/librsaref @@ -163,94 +162,119 @@ bin_PROGRAMS = ntpd$(EXEEXT) check_PROGRAMS = @MAKE_CHECK_Y2K@ PROGRAMS = $(bin_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr check_y2k_SOURCES = check_y2k.c check_y2k_OBJECTS = check_y2k$U.$(OBJEXT) check_y2k_LDADD = $(LDADD) check_y2k_DEPENDENCIES = version.o ../libntp/libntp.a -check_y2k_LDFLAGS = +check_y2k_LDFLAGS = am_ntpd_OBJECTS = cmd_args$U.$(OBJEXT) map_vme$U.$(OBJEXT) \ -ntp_config$U.$(OBJEXT) ntp_control$U.$(OBJEXT) ntp_crypto$U.$(OBJEXT) \ -ntp_filegen$U.$(OBJEXT) ntp_intres$U.$(OBJEXT) ntp_io$U.$(OBJEXT) \ -ntp_loopfilter$U.$(OBJEXT) ntp_monitor$U.$(OBJEXT) ntp_peer$U.$(OBJEXT) \ -ntp_proto$U.$(OBJEXT) ntp_refclock$U.$(OBJEXT) ntp_request$U.$(OBJEXT) \ -ntp_resolver$U.$(OBJEXT) ntp_restrict$U.$(OBJEXT) ntp_timer$U.$(OBJEXT) \ -ntp_util$U.$(OBJEXT) ntpd$U.$(OBJEXT) refclock_acts$U.$(OBJEXT) \ -refclock_arbiter$U.$(OBJEXT) refclock_arc$U.$(OBJEXT) \ -refclock_as2201$U.$(OBJEXT) refclock_atom$U.$(OBJEXT) \ -refclock_bancomm$U.$(OBJEXT) refclock_chronolog$U.$(OBJEXT) \ -refclock_chu$U.$(OBJEXT) refclock_conf$U.$(OBJEXT) \ -refclock_datum$U.$(OBJEXT) refclock_dumbclock$U.$(OBJEXT) \ -refclock_fg$U.$(OBJEXT) refclock_gpsvme$U.$(OBJEXT) \ -refclock_heath$U.$(OBJEXT) refclock_hopfser$U.$(OBJEXT) \ -refclock_hopfpci$U.$(OBJEXT) refclock_hpgps$U.$(OBJEXT) \ -refclock_irig$U.$(OBJEXT) refclock_jupiter$U.$(OBJEXT) \ -refclock_leitch$U.$(OBJEXT) refclock_local$U.$(OBJEXT) \ -refclock_msfees$U.$(OBJEXT) refclock_mx4200$U.$(OBJEXT) \ -refclock_nmea$U.$(OBJEXT) refclock_oncore$U.$(OBJEXT) \ -refclock_palisade$U.$(OBJEXT) refclock_parse$U.$(OBJEXT) \ -refclock_pcf$U.$(OBJEXT) refclock_pst$U.$(OBJEXT) \ -refclock_ptbacts$U.$(OBJEXT) refclock_shm$U.$(OBJEXT) \ -refclock_tpro$U.$(OBJEXT) refclock_trak$U.$(OBJEXT) \ -refclock_true$U.$(OBJEXT) refclock_ulink$U.$(OBJEXT) \ -refclock_usno$U.$(OBJEXT) refclock_wwv$U.$(OBJEXT) \ -refclock_wwvb$U.$(OBJEXT) + ntp_config$U.$(OBJEXT) ntp_control$U.$(OBJEXT) \ + ntp_crypto$U.$(OBJEXT) ntp_filegen$U.$(OBJEXT) \ + ntp_intres$U.$(OBJEXT) ntp_io$U.$(OBJEXT) \ + ntp_loopfilter$U.$(OBJEXT) ntp_monitor$U.$(OBJEXT) \ + ntp_peer$U.$(OBJEXT) ntp_proto$U.$(OBJEXT) \ + ntp_refclock$U.$(OBJEXT) ntp_request$U.$(OBJEXT) \ + ntp_resolver$U.$(OBJEXT) ntp_restrict$U.$(OBJEXT) \ + ntp_timer$U.$(OBJEXT) ntp_util$U.$(OBJEXT) ntpd$U.$(OBJEXT) \ + refclock_acts$U.$(OBJEXT) refclock_arbiter$U.$(OBJEXT) \ + refclock_arc$U.$(OBJEXT) refclock_as2201$U.$(OBJEXT) \ + refclock_atom$U.$(OBJEXT) refclock_bancomm$U.$(OBJEXT) \ + refclock_chronolog$U.$(OBJEXT) refclock_chu$U.$(OBJEXT) \ + refclock_conf$U.$(OBJEXT) refclock_datum$U.$(OBJEXT) \ + refclock_dumbclock$U.$(OBJEXT) refclock_fg$U.$(OBJEXT) \ + refclock_gpsvme$U.$(OBJEXT) refclock_heath$U.$(OBJEXT) \ + refclock_hopfser$U.$(OBJEXT) refclock_hopfpci$U.$(OBJEXT) \ + refclock_hpgps$U.$(OBJEXT) refclock_irig$U.$(OBJEXT) \ + refclock_jupiter$U.$(OBJEXT) refclock_leitch$U.$(OBJEXT) \ + refclock_local$U.$(OBJEXT) refclock_msfees$U.$(OBJEXT) \ + refclock_mx4200$U.$(OBJEXT) refclock_nmea$U.$(OBJEXT) \ + refclock_oncore$U.$(OBJEXT) refclock_palisade$U.$(OBJEXT) \ + refclock_parse$U.$(OBJEXT) refclock_pcf$U.$(OBJEXT) \ + refclock_pst$U.$(OBJEXT) refclock_ptbacts$U.$(OBJEXT) \ + refclock_shm$U.$(OBJEXT) refclock_tpro$U.$(OBJEXT) \ + refclock_trak$U.$(OBJEXT) refclock_true$U.$(OBJEXT) \ + refclock_ulink$U.$(OBJEXT) refclock_usno$U.$(OBJEXT) \ + refclock_wwv$U.$(OBJEXT) refclock_wwvb$U.$(OBJEXT) ntpd_OBJECTS = $(am_ntpd_OBJECTS) ntpd_DEPENDENCIES = version.o ../libntp/libntp.a -ntpd_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +ntpd_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/check_y2k$U.Po $(DEPDIR)/cmd_args$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/map_vme$U.Po $(DEPDIR)/ntp_config$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_control$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_crypto$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_filegen$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_intres$U.Po $(DEPDIR)/ntp_io$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_loopfilter$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_monitor$U.Po $(DEPDIR)/ntp_peer$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_proto$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_refclock$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_request$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_resolver$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_restrict$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntp_timer$U.Po $(DEPDIR)/ntp_util$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntpd$U.Po $(DEPDIR)/refclock_acts$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_arbiter$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_arc$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_as2201$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_atom$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_bancomm$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_chronolog$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_chu$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_conf$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_datum$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_dumbclock$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_fg$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_gpsvme$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_heath$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_hopfpci$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_hopfser$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_hpgps$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_irig$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_jupiter$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_leitch$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_local$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_msfees$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_mx4200$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_nmea$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_oncore$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_palisade$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_parse$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_pcf$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_pst$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_ptbacts$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_shm$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_tpro$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_trak$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_true$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_ulink$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_usno$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_wwv$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/refclock_wwvb$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = check_y2k.c $(ntpd_SOURCES) -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/check_y2k$U.Po $(DEPDIR)/cmd_args$U.Po \ -@AMDEP@ $(DEPDIR)/map_vme$U.Po $(DEPDIR)/ntp_config$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_control$U.Po $(DEPDIR)/ntp_crypto$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_filegen$U.Po $(DEPDIR)/ntp_intres$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_io$U.Po $(DEPDIR)/ntp_loopfilter$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_monitor$U.Po $(DEPDIR)/ntp_peer$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_proto$U.Po $(DEPDIR)/ntp_refclock$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_request$U.Po $(DEPDIR)/ntp_resolver$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_restrict$U.Po $(DEPDIR)/ntp_timer$U.Po \ -@AMDEP@ $(DEPDIR)/ntp_util$U.Po $(DEPDIR)/ntpd$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_acts$U.Po $(DEPDIR)/refclock_arbiter$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_arc$U.Po $(DEPDIR)/refclock_as2201$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_atom$U.Po $(DEPDIR)/refclock_bancomm$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_chronolog$U.Po $(DEPDIR)/refclock_chu$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_conf$U.Po $(DEPDIR)/refclock_datum$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_dumbclock$U.Po $(DEPDIR)/refclock_fg$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_gpsvme$U.Po $(DEPDIR)/refclock_heath$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_hopfpci$U.Po $(DEPDIR)/refclock_hopfser$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_hpgps$U.Po $(DEPDIR)/refclock_irig$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_jupiter$U.Po $(DEPDIR)/refclock_leitch$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_local$U.Po $(DEPDIR)/refclock_msfees$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_mx4200$U.Po $(DEPDIR)/refclock_nmea$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_oncore$U.Po $(DEPDIR)/refclock_palisade$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_parse$U.Po $(DEPDIR)/refclock_pcf$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_pst$U.Po $(DEPDIR)/refclock_ptbacts$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_shm$U.Po $(DEPDIR)/refclock_tpro$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_trak$U.Po $(DEPDIR)/refclock_true$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_ulink$U.Po $(DEPDIR)/refclock_usno$U.Po \ -@AMDEP@ $(DEPDIR)/refclock_wwv$U.Po $(DEPDIR)/refclock_wwvb$U.Po DIST_COMMON = Makefile.am Makefile.in - SOURCES = check_y2k.c $(ntpd_SOURCES) -OBJECTS = check_y2k$U.$(OBJEXT) $(am_ntpd_OBJECTS) all: all-am .SUFFIXES: -.SUFFIXES: .c .h .o .obj +.SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu ntpd/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -279,144 +303,205 @@ clean-binPROGRAMS: clean-checkPROGRAMS: -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core +check_y2k$(EXEEXT): $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) + @rm -f check_y2k$(EXEEXT) + $(LINK) $(check_y2k_LDFLAGS) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS) -distclean-compile: - -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr +ntpd$(EXEEXT): $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) + @rm -f ntpd$(EXEEXT) + $(LINK) $(ntpd_LDFLAGS) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS) -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/check_y2k$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/cmd_args$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/map_vme$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_config$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_control$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_crypto$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_filegen$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_intres$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_io$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_loopfilter$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_monitor$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_peer$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_proto$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_refclock$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_request$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_resolver$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_restrict$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_timer$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp_util$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntpd$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_acts$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_arbiter$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_arc$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_as2201$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_atom$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_bancomm$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_chronolog$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_chu$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_conf$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_datum$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_dumbclock$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_fg$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_gpsvme$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_heath$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_hopfpci$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_hopfser$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_hpgps$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_irig$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_jupiter$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_leitch$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_local$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_msfees$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_mx4200$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_nmea$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_oncore$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_palisade$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_parse$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_pcf$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_pst$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_ptbacts$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_shm$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_tpro$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_trak$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_true$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_ulink$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_usno$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_wwv$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/refclock_wwvb$U.Po@_am_quote@ +distclean-depend: + -rm -rf $(DEPDIR) -mostlyclean-kr: - -rm -f *_.c +CCDEPMODE = @CCDEPMODE@ -check_y2k: $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) - @rm -f check_y2k - $(LINK) $(check_y2k_LDFLAGS) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS) +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< -ntpd: $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) - @rm -f ntpd - $(LINK) $(ntpd_LDFLAGS) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS) +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` check_y2k_.c: check_y2k.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/check_y2k.c; then echo $(srcdir)/check_y2k.c; else echo check_y2k.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > check_y2k_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/check_y2k.c; then echo $(srcdir)/check_y2k.c; else echo check_y2k.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > check_y2k_.c cmd_args_.c: cmd_args.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/cmd_args.c; then echo $(srcdir)/cmd_args.c; else echo cmd_args.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > cmd_args_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/cmd_args.c; then echo $(srcdir)/cmd_args.c; else echo cmd_args.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > cmd_args_.c map_vme_.c: map_vme.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/map_vme.c; then echo $(srcdir)/map_vme.c; else echo map_vme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > map_vme_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/map_vme.c; then echo $(srcdir)/map_vme.c; else echo map_vme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > map_vme_.c ntp_config_.c: ntp_config.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_config.c; then echo $(srcdir)/ntp_config.c; else echo ntp_config.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_config_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_config.c; then echo $(srcdir)/ntp_config.c; else echo ntp_config.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_config_.c ntp_control_.c: ntp_control.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_control.c; then echo $(srcdir)/ntp_control.c; else echo ntp_control.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_control_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_control.c; then echo $(srcdir)/ntp_control.c; else echo ntp_control.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_control_.c ntp_crypto_.c: ntp_crypto.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_crypto.c; then echo $(srcdir)/ntp_crypto.c; else echo ntp_crypto.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_crypto_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_crypto.c; then echo $(srcdir)/ntp_crypto.c; else echo ntp_crypto.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_crypto_.c ntp_filegen_.c: ntp_filegen.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_filegen.c; then echo $(srcdir)/ntp_filegen.c; else echo ntp_filegen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_filegen_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_filegen.c; then echo $(srcdir)/ntp_filegen.c; else echo ntp_filegen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_filegen_.c ntp_intres_.c: ntp_intres.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_intres.c; then echo $(srcdir)/ntp_intres.c; else echo ntp_intres.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_intres_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_intres.c; then echo $(srcdir)/ntp_intres.c; else echo ntp_intres.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_intres_.c ntp_io_.c: ntp_io.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_io.c; then echo $(srcdir)/ntp_io.c; else echo ntp_io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_io_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_io.c; then echo $(srcdir)/ntp_io.c; else echo ntp_io.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_io_.c ntp_loopfilter_.c: ntp_loopfilter.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_loopfilter.c; then echo $(srcdir)/ntp_loopfilter.c; else echo ntp_loopfilter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_loopfilter_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_loopfilter.c; then echo $(srcdir)/ntp_loopfilter.c; else echo ntp_loopfilter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_loopfilter_.c ntp_monitor_.c: ntp_monitor.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_monitor.c; then echo $(srcdir)/ntp_monitor.c; else echo ntp_monitor.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_monitor_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_monitor.c; then echo $(srcdir)/ntp_monitor.c; else echo ntp_monitor.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_monitor_.c ntp_peer_.c: ntp_peer.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_peer.c; then echo $(srcdir)/ntp_peer.c; else echo ntp_peer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_peer_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_peer.c; then echo $(srcdir)/ntp_peer.c; else echo ntp_peer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_peer_.c ntp_proto_.c: ntp_proto.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_proto.c; then echo $(srcdir)/ntp_proto.c; else echo ntp_proto.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_proto_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_proto.c; then echo $(srcdir)/ntp_proto.c; else echo ntp_proto.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_proto_.c ntp_refclock_.c: ntp_refclock.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_refclock.c; then echo $(srcdir)/ntp_refclock.c; else echo ntp_refclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_refclock_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_refclock.c; then echo $(srcdir)/ntp_refclock.c; else echo ntp_refclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_refclock_.c ntp_request_.c: ntp_request.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_request.c; then echo $(srcdir)/ntp_request.c; else echo ntp_request.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_request_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_request.c; then echo $(srcdir)/ntp_request.c; else echo ntp_request.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_request_.c ntp_resolver_.c: ntp_resolver.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_resolver.c; then echo $(srcdir)/ntp_resolver.c; else echo ntp_resolver.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_resolver_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_resolver.c; then echo $(srcdir)/ntp_resolver.c; else echo ntp_resolver.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_resolver_.c ntp_restrict_.c: ntp_restrict.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_restrict.c; then echo $(srcdir)/ntp_restrict.c; else echo ntp_restrict.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_restrict_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_restrict.c; then echo $(srcdir)/ntp_restrict.c; else echo ntp_restrict.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_restrict_.c ntp_timer_.c: ntp_timer.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_timer.c; then echo $(srcdir)/ntp_timer.c; else echo ntp_timer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_timer_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_timer.c; then echo $(srcdir)/ntp_timer.c; else echo ntp_timer.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_timer_.c ntp_util_.c: ntp_util.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_util.c; then echo $(srcdir)/ntp_util.c; else echo ntp_util.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_util_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp_util.c; then echo $(srcdir)/ntp_util.c; else echo ntp_util.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp_util_.c ntpd_.c: ntpd.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpd.c; then echo $(srcdir)/ntpd.c; else echo ntpd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpd_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpd.c; then echo $(srcdir)/ntpd.c; else echo ntpd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpd_.c refclock_acts_.c: refclock_acts.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_acts.c; then echo $(srcdir)/refclock_acts.c; else echo refclock_acts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_acts_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_acts.c; then echo $(srcdir)/refclock_acts.c; else echo refclock_acts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_acts_.c refclock_arbiter_.c: refclock_arbiter.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arbiter.c; then echo $(srcdir)/refclock_arbiter.c; else echo refclock_arbiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arbiter_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arbiter.c; then echo $(srcdir)/refclock_arbiter.c; else echo refclock_arbiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arbiter_.c refclock_arc_.c: refclock_arc.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arc.c; then echo $(srcdir)/refclock_arc.c; else echo refclock_arc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arc_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_arc.c; then echo $(srcdir)/refclock_arc.c; else echo refclock_arc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_arc_.c refclock_as2201_.c: refclock_as2201.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_as2201.c; then echo $(srcdir)/refclock_as2201.c; else echo refclock_as2201.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_as2201_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_as2201.c; then echo $(srcdir)/refclock_as2201.c; else echo refclock_as2201.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_as2201_.c refclock_atom_.c: refclock_atom.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_atom.c; then echo $(srcdir)/refclock_atom.c; else echo refclock_atom.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_atom_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_atom.c; then echo $(srcdir)/refclock_atom.c; else echo refclock_atom.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_atom_.c refclock_bancomm_.c: refclock_bancomm.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_bancomm.c; then echo $(srcdir)/refclock_bancomm.c; else echo refclock_bancomm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_bancomm_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_bancomm.c; then echo $(srcdir)/refclock_bancomm.c; else echo refclock_bancomm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_bancomm_.c refclock_chronolog_.c: refclock_chronolog.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chronolog.c; then echo $(srcdir)/refclock_chronolog.c; else echo refclock_chronolog.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chronolog_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chronolog.c; then echo $(srcdir)/refclock_chronolog.c; else echo refclock_chronolog.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chronolog_.c refclock_chu_.c: refclock_chu.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chu.c; then echo $(srcdir)/refclock_chu.c; else echo refclock_chu.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chu_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_chu.c; then echo $(srcdir)/refclock_chu.c; else echo refclock_chu.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_chu_.c refclock_conf_.c: refclock_conf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_conf.c; then echo $(srcdir)/refclock_conf.c; else echo refclock_conf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_conf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_conf.c; then echo $(srcdir)/refclock_conf.c; else echo refclock_conf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_conf_.c refclock_datum_.c: refclock_datum.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_datum.c; then echo $(srcdir)/refclock_datum.c; else echo refclock_datum.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_datum_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_datum.c; then echo $(srcdir)/refclock_datum.c; else echo refclock_datum.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_datum_.c refclock_dumbclock_.c: refclock_dumbclock.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_dumbclock.c; then echo $(srcdir)/refclock_dumbclock.c; else echo refclock_dumbclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_dumbclock_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_dumbclock.c; then echo $(srcdir)/refclock_dumbclock.c; else echo refclock_dumbclock.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_dumbclock_.c refclock_fg_.c: refclock_fg.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_fg.c; then echo $(srcdir)/refclock_fg.c; else echo refclock_fg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_fg_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_fg.c; then echo $(srcdir)/refclock_fg.c; else echo refclock_fg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_fg_.c refclock_gpsvme_.c: refclock_gpsvme.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_gpsvme.c; then echo $(srcdir)/refclock_gpsvme.c; else echo refclock_gpsvme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_gpsvme_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_gpsvme.c; then echo $(srcdir)/refclock_gpsvme.c; else echo refclock_gpsvme.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_gpsvme_.c refclock_heath_.c: refclock_heath.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_heath.c; then echo $(srcdir)/refclock_heath.c; else echo refclock_heath.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_heath_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_heath.c; then echo $(srcdir)/refclock_heath.c; else echo refclock_heath.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_heath_.c refclock_hopfpci_.c: refclock_hopfpci.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hopfpci.c; then echo $(srcdir)/refclock_hopfpci.c; else echo refclock_hopfpci.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hopfpci_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hopfpci.c; then echo $(srcdir)/refclock_hopfpci.c; else echo refclock_hopfpci.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hopfpci_.c refclock_hopfser_.c: refclock_hopfser.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hopfser.c; then echo $(srcdir)/refclock_hopfser.c; else echo refclock_hopfser.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hopfser_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hopfser.c; then echo $(srcdir)/refclock_hopfser.c; else echo refclock_hopfser.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hopfser_.c refclock_hpgps_.c: refclock_hpgps.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hpgps.c; then echo $(srcdir)/refclock_hpgps.c; else echo refclock_hpgps.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hpgps_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_hpgps.c; then echo $(srcdir)/refclock_hpgps.c; else echo refclock_hpgps.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_hpgps_.c refclock_irig_.c: refclock_irig.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_irig.c; then echo $(srcdir)/refclock_irig.c; else echo refclock_irig.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_irig_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_irig.c; then echo $(srcdir)/refclock_irig.c; else echo refclock_irig.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_irig_.c refclock_jupiter_.c: refclock_jupiter.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_jupiter.c; then echo $(srcdir)/refclock_jupiter.c; else echo refclock_jupiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_jupiter_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_jupiter.c; then echo $(srcdir)/refclock_jupiter.c; else echo refclock_jupiter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_jupiter_.c refclock_leitch_.c: refclock_leitch.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_leitch.c; then echo $(srcdir)/refclock_leitch.c; else echo refclock_leitch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_leitch_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_leitch.c; then echo $(srcdir)/refclock_leitch.c; else echo refclock_leitch.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_leitch_.c refclock_local_.c: refclock_local.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_local.c; then echo $(srcdir)/refclock_local.c; else echo refclock_local.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_local_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_local.c; then echo $(srcdir)/refclock_local.c; else echo refclock_local.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_local_.c refclock_msfees_.c: refclock_msfees.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_msfees.c; then echo $(srcdir)/refclock_msfees.c; else echo refclock_msfees.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_msfees_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_msfees.c; then echo $(srcdir)/refclock_msfees.c; else echo refclock_msfees.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_msfees_.c refclock_mx4200_.c: refclock_mx4200.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_mx4200.c; then echo $(srcdir)/refclock_mx4200.c; else echo refclock_mx4200.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_mx4200_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_mx4200.c; then echo $(srcdir)/refclock_mx4200.c; else echo refclock_mx4200.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_mx4200_.c refclock_nmea_.c: refclock_nmea.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_nmea.c; then echo $(srcdir)/refclock_nmea.c; else echo refclock_nmea.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_nmea_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_nmea.c; then echo $(srcdir)/refclock_nmea.c; else echo refclock_nmea.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_nmea_.c refclock_oncore_.c: refclock_oncore.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_oncore.c; then echo $(srcdir)/refclock_oncore.c; else echo refclock_oncore.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_oncore_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_oncore.c; then echo $(srcdir)/refclock_oncore.c; else echo refclock_oncore.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_oncore_.c refclock_palisade_.c: refclock_palisade.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_palisade.c; then echo $(srcdir)/refclock_palisade.c; else echo refclock_palisade.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_palisade_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_palisade.c; then echo $(srcdir)/refclock_palisade.c; else echo refclock_palisade.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_palisade_.c refclock_parse_.c: refclock_parse.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_parse.c; then echo $(srcdir)/refclock_parse.c; else echo refclock_parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_parse_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_parse.c; then echo $(srcdir)/refclock_parse.c; else echo refclock_parse.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_parse_.c refclock_pcf_.c: refclock_pcf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_pcf.c; then echo $(srcdir)/refclock_pcf.c; else echo refclock_pcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_pcf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_pcf.c; then echo $(srcdir)/refclock_pcf.c; else echo refclock_pcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_pcf_.c refclock_pst_.c: refclock_pst.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_pst.c; then echo $(srcdir)/refclock_pst.c; else echo refclock_pst.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_pst_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_pst.c; then echo $(srcdir)/refclock_pst.c; else echo refclock_pst.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_pst_.c refclock_ptbacts_.c: refclock_ptbacts.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ptbacts.c; then echo $(srcdir)/refclock_ptbacts.c; else echo refclock_ptbacts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ptbacts_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ptbacts.c; then echo $(srcdir)/refclock_ptbacts.c; else echo refclock_ptbacts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ptbacts_.c refclock_shm_.c: refclock_shm.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_shm.c; then echo $(srcdir)/refclock_shm.c; else echo refclock_shm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_shm_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_shm.c; then echo $(srcdir)/refclock_shm.c; else echo refclock_shm.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_shm_.c refclock_tpro_.c: refclock_tpro.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_tpro.c; then echo $(srcdir)/refclock_tpro.c; else echo refclock_tpro.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_tpro_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_tpro.c; then echo $(srcdir)/refclock_tpro.c; else echo refclock_tpro.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_tpro_.c refclock_trak_.c: refclock_trak.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_trak.c; then echo $(srcdir)/refclock_trak.c; else echo refclock_trak.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_trak_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_trak.c; then echo $(srcdir)/refclock_trak.c; else echo refclock_trak.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_trak_.c refclock_true_.c: refclock_true.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_true.c; then echo $(srcdir)/refclock_true.c; else echo refclock_true.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_true_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_true.c; then echo $(srcdir)/refclock_true.c; else echo refclock_true.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_true_.c refclock_ulink_.c: refclock_ulink.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ulink.c; then echo $(srcdir)/refclock_ulink.c; else echo refclock_ulink.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ulink_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_ulink.c; then echo $(srcdir)/refclock_ulink.c; else echo refclock_ulink.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_ulink_.c refclock_usno_.c: refclock_usno.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_usno.c; then echo $(srcdir)/refclock_usno.c; else echo refclock_usno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_usno_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_usno.c; then echo $(srcdir)/refclock_usno.c; else echo refclock_usno.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_usno_.c refclock_wwv_.c: refclock_wwv.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_wwv.c; then echo $(srcdir)/refclock_wwv.c; else echo refclock_wwv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_wwv_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_wwv.c; then echo $(srcdir)/refclock_wwv.c; else echo refclock_wwv.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_wwv_.c refclock_wwvb_.c: refclock_wwvb.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_wwvb.c; then echo $(srcdir)/refclock_wwvb.c; else echo refclock_wwvb.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_wwvb_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/refclock_wwvb.c; then echo $(srcdir)/refclock_wwvb.c; else echo refclock_wwvb.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > refclock_wwvb_.c check_y2k_.$(OBJEXT) cmd_args_.$(OBJEXT) map_vme_.$(OBJEXT) \ ntp_config_.$(OBJEXT) ntp_control_.$(OBJEXT) ntp_crypto_.$(OBJEXT) \ ntp_filegen_.$(OBJEXT) ntp_intres_.$(OBJEXT) ntp_io_.$(OBJEXT) \ @@ -444,6 +529,19 @@ refclock_true_.$(OBJEXT) refclock_ulink_.$(OBJEXT) \ refclock_usno_.$(OBJEXT) refclock_wwv_.$(OBJEXT) \ refclock_wwvb_.$(OBJEXT) : $(ANSI2KNR) +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr + +mostlyclean-kr: + -rm -f *_.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -455,7 +553,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -476,83 +574,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/check_y2k$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/cmd_args$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/map_vme$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_config$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_control$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_crypto$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_filegen$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_intres$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_io$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_loopfilter$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_monitor$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_peer$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_proto$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_refclock$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_request$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_resolver$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_restrict$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_timer$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp_util$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntpd$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_acts$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_arbiter$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_arc$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_as2201$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_atom$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_bancomm$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_chronolog$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_chu$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_conf$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_datum$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_dumbclock$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_fg$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_gpsvme$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_heath$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_hopfpci$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_hopfser$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_hpgps$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_irig$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_jupiter$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_leitch$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_local$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_msfees$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_mx4200$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_nmea$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_oncore$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_palisade$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_parse$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_pcf$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_pst$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_ptbacts$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_shm$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_tpro$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_trak$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_true$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_ulink$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_usno$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_wwv$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/refclock_wwvb$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -561,6 +582,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ diff --git a/ntpdate/Makefile.in b/ntpdate/Makefile.in index f66e35165d..13a2f63558 100644 --- a/ntpdate/Makefile.in +++ b/ntpdate/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr bin_PROGRAMS = ntpdate ntptimeset ntptimeset_SOURCES = ntptimeset.c ntptime_config.c @@ -136,46 +135,47 @@ CONFIG_CLEAN_FILES = bin_PROGRAMS = ntpdate$(EXEEXT) ntptimeset$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr ntpdate_SOURCES = ntpdate.c ntpdate_OBJECTS = ntpdate$U.$(OBJEXT) ntpdate_LDADD = $(LDADD) ntpdate_DEPENDENCIES = version.o ../libntp/libntp.a -ntpdate_LDFLAGS = +ntpdate_LDFLAGS = am_ntptimeset_OBJECTS = ntptimeset$U.$(OBJEXT) \ -ntptime_config$U.$(OBJEXT) + ntptime_config$U.$(OBJEXT) ntptimeset_OBJECTS = $(am_ntptimeset_OBJECTS) ntptimeset_LDADD = $(LDADD) ntptimeset_DEPENDENCIES = version.o ../libntp/libntp.a -ntptimeset_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +ntptimeset_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ntpdate$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntptime_config$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntptimeset$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = ntpdate.c $(ntptimeset_SOURCES) HEADERS = $(noinst_HEADERS) -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/ntpdate$U.Po $(DEPDIR)/ntptime_config$U.Po \ -@AMDEP@ $(DEPDIR)/ntptimeset$U.Po DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in - SOURCES = ntpdate.c $(ntptimeset_SOURCES) -OBJECTS = ntpdate$U.$(OBJEXT) $(am_ntptimeset_OBJECTS) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu ntpdate/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -201,37 +201,56 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core +ntpdate$(EXEEXT): $(ntpdate_OBJECTS) $(ntpdate_DEPENDENCIES) + @rm -f ntpdate$(EXEEXT) + $(LINK) $(ntpdate_LDFLAGS) $(ntpdate_OBJECTS) $(ntpdate_LDADD) $(LIBS) -distclean-compile: - -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr +ntptimeset$(EXEEXT): $(ntptimeset_OBJECTS) $(ntptimeset_DEPENDENCIES) + @rm -f ntptimeset$(EXEEXT) + $(LINK) $(ntptimeset_LDFLAGS) $(ntptimeset_OBJECTS) $(ntptimeset_LDADD) $(LIBS) -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntpdate$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntptime_config$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntptimeset$U.Po@_am_quote@ +distclean-depend: + -rm -rf $(DEPDIR) -mostlyclean-kr: - -rm -f *_.c +CCDEPMODE = @CCDEPMODE@ -ntpdate: $(ntpdate_OBJECTS) $(ntpdate_DEPENDENCIES) - @rm -f ntpdate - $(LINK) $(ntpdate_LDFLAGS) $(ntpdate_OBJECTS) $(ntpdate_LDADD) $(LIBS) +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< -ntptimeset: $(ntptimeset_OBJECTS) $(ntptimeset_DEPENDENCIES) - @rm -f ntptimeset - $(LINK) $(ntptimeset_LDFLAGS) $(ntptimeset_OBJECTS) $(ntptimeset_LDADD) $(LIBS) +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` ntpdate_.c: ntpdate.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdate.c; then echo $(srcdir)/ntpdate.c; else echo ntpdate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdate_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdate.c; then echo $(srcdir)/ntpdate.c; else echo ntpdate.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdate_.c ntptime_config_.c: ntptime_config.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptime_config.c; then echo $(srcdir)/ntptime_config.c; else echo ntptime_config.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptime_config_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptime_config.c; then echo $(srcdir)/ntptime_config.c; else echo ntptime_config.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptime_config_.c ntptimeset_.c: ntptimeset.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptimeset.c; then echo $(srcdir)/ntptimeset.c; else echo ntptimeset.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptimeset_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptimeset.c; then echo $(srcdir)/ntptimeset.c; else echo ntptimeset.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptimeset_.c ntpdate_.$(OBJEXT) ntptime_config_.$(OBJEXT) ntptimeset_.$(OBJEXT) : \ $(ANSI2KNR) +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr + +mostlyclean-kr: + -rm -f *_.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -243,7 +262,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -264,28 +283,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/ntpdate$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntptime_config$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntptimeset$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -294,6 +291,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ diff --git a/ntpdc/Makefile.in b/ntpdc/Makefile.in index ce9683ad9c..d9535a047b 100644 --- a/ntpdc/Makefile.in +++ b/ntpdc/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr bin_PROGRAMS = ntpdc INCLUDES = -I$(top_srcdir)/include @@ -137,39 +136,39 @@ CONFIG_CLEAN_FILES = bin_PROGRAMS = ntpdc$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr am_ntpdc_OBJECTS = ntpdc$U.$(OBJEXT) ntpdc_ops$U.$(OBJEXT) ntpdc_OBJECTS = $(am_ntpdc_OBJECTS) ntpdc_LDADD = $(LDADD) ntpdc_DEPENDENCIES = version.o ../libntp/libntp.a -ntpdc_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +ntpdc_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ntpdc$U.Po $(DEPDIR)/ntpdc_ops$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = $(ntpdc_SOURCES) HEADERS = $(noinst_HEADERS) -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/ntpdc$U.Po $(DEPDIR)/ntpdc_ops$U.Po DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in - SOURCES = $(ntpdc_SOURCES) -OBJECTS = $(am_ntpdc_OBJECTS) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu ntpdc/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -195,30 +194,48 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +ntpdc$(EXEEXT): $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES) + @rm -f ntpdc$(EXEEXT) + $(LINK) $(ntpdc_LDFLAGS) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS) + +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntpdc$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntpdc_ops$U.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` +ntpdc_.c: ntpdc.c $(ANSI2KNR) + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc.c; then echo $(srcdir)/ntpdc.c; else echo ntpdc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdc_.c +ntpdc_ops_.c: ntpdc_ops.c $(ANSI2KNR) + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc_ops.c; then echo $(srcdir)/ntpdc_ops.c; else echo ntpdc_ops.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdc_ops_.c +ntpdc_.$(OBJEXT) ntpdc_ops_.$(OBJEXT) : $(ANSI2KNR) + mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr - -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr mostlyclean-kr: -rm -f *_.c -ntpdc: $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES) - @rm -f ntpdc - $(LINK) $(ntpdc_LDFLAGS) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS) -ntpdc_.c: ntpdc.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc.c; then echo $(srcdir)/ntpdc.c; else echo ntpdc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdc_.c -ntpdc_ops_.c: ntpdc_ops.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpdc_ops.c; then echo $(srcdir)/ntpdc_ops.c; else echo ntpdc_ops.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpdc_ops_.c -ntpdc_.$(OBJEXT) ntpdc_ops_.$(OBJEXT) : $(ANSI2KNR) - tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -230,7 +247,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -251,27 +268,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/ntpdc$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntpdc_ops$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -280,6 +276,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ diff --git a/ntpq/Makefile.in b/ntpq/Makefile.in index 2de95b7b0e..eb440f94bd 100644 --- a/ntpq/Makefile.in +++ b/ntpq/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr bin_PROGRAMS = ntpq INCLUDES = -I$(top_srcdir)/include @@ -137,39 +136,39 @@ CONFIG_CLEAN_FILES = bin_PROGRAMS = ntpq$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr am_ntpq_OBJECTS = ntpq$U.$(OBJEXT) ntpq_ops$U.$(OBJEXT) ntpq_OBJECTS = $(am_ntpq_OBJECTS) ntpq_LDADD = $(LDADD) ntpq_DEPENDENCIES = version.o ../libntp/libntp.a -ntpq_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +ntpq_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ntpq$U.Po $(DEPDIR)/ntpq_ops$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = $(ntpq_SOURCES) HEADERS = $(noinst_HEADERS) -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/ntpq$U.Po $(DEPDIR)/ntpq_ops$U.Po DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in - SOURCES = $(ntpq_SOURCES) -OBJECTS = $(am_ntpq_OBJECTS) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu ntpq/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -195,30 +194,48 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +ntpq$(EXEEXT): $(ntpq_OBJECTS) $(ntpq_DEPENDENCIES) + @rm -f ntpq$(EXEEXT) + $(LINK) $(ntpq_LDFLAGS) $(ntpq_OBJECTS) $(ntpq_LDADD) $(LIBS) + +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntpq$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntpq_ops$U.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` +ntpq_.c: ntpq.c $(ANSI2KNR) + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpq.c; then echo $(srcdir)/ntpq.c; else echo ntpq.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpq_.c +ntpq_ops_.c: ntpq_ops.c $(ANSI2KNR) + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpq_ops.c; then echo $(srcdir)/ntpq_ops.c; else echo ntpq_ops.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpq_ops_.c +ntpq_.$(OBJEXT) ntpq_ops_.$(OBJEXT) : $(ANSI2KNR) + mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr - -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr mostlyclean-kr: -rm -f *_.c -ntpq: $(ntpq_OBJECTS) $(ntpq_DEPENDENCIES) - @rm -f ntpq - $(LINK) $(ntpq_LDFLAGS) $(ntpq_OBJECTS) $(ntpq_LDADD) $(LIBS) -ntpq_.c: ntpq.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpq.c; then echo $(srcdir)/ntpq.c; else echo ntpq.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpq_.c -ntpq_ops_.c: ntpq_ops.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpq_ops.c; then echo $(srcdir)/ntpq_ops.c; else echo ntpq_ops.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpq_ops_.c -ntpq_.$(OBJEXT) ntpq_ops_.$(OBJEXT) : $(ANSI2KNR) - tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -230,7 +247,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -251,27 +268,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/ntpq$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntpq_ops$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -280,6 +276,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ diff --git a/ntptrace/Makefile.in b/ntptrace/Makefile.in index f014e02a44..700f995939 100644 --- a/ntptrace/Makefile.in +++ b/ntptrace/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr bin_PROGRAMS = ntptrace INCLUDES = -I$(top_srcdir)/include @@ -135,39 +134,39 @@ CONFIG_CLEAN_FILES = bin_PROGRAMS = ntptrace$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr ntptrace_SOURCES = ntptrace.c ntptrace_OBJECTS = ntptrace$U.$(OBJEXT) ntptrace_LDADD = $(LDADD) ntptrace_DEPENDENCIES = version.o ../libntp/libntp.a -ntptrace_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +ntptrace_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ntptrace$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = ntptrace.c HEADERS = $(noinst_HEADERS) -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/ntptrace$U.Po DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in - SOURCES = ntptrace.c -OBJECTS = ntptrace$U.$(OBJEXT) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu ntptrace/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -193,28 +192,45 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +ntptrace$(EXEEXT): $(ntptrace_OBJECTS) $(ntptrace_DEPENDENCIES) + @rm -f ntptrace$(EXEEXT) + $(LINK) $(ntptrace_LDFLAGS) $(ntptrace_OBJECTS) $(ntptrace_LDADD) $(LIBS) + +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntptrace$U.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` +ntptrace_.c: ntptrace.c $(ANSI2KNR) + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptrace.c; then echo $(srcdir)/ntptrace.c; else echo ntptrace.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptrace_.c +ntptrace_.$(OBJEXT) : $(ANSI2KNR) + mostlyclean-compile: -rm -f *.$(OBJEXT) core *.core distclean-compile: -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr - -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr mostlyclean-kr: -rm -f *_.c -ntptrace: $(ntptrace_OBJECTS) $(ntptrace_DEPENDENCIES) - @rm -f ntptrace - $(LINK) $(ntptrace_LDFLAGS) $(ntptrace_OBJECTS) $(ntptrace_LDADD) $(LIBS) -ntptrace_.c: ntptrace.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptrace.c; then echo $(srcdir)/ntptrace.c; else echo ntptrace.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptrace_.c -ntptrace_.$(OBJEXT) : $(ANSI2KNR) - tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -226,7 +242,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -247,26 +263,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/ntptrace$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -275,6 +271,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ diff --git a/parseutil/Makefile.in b/parseutil/Makefile.in index 61309e66df..41f92c3bb6 100644 --- a/parseutil/Makefile.in +++ b/parseutil/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ../util/ansi2knr noinst_PROGRAMS = @TESTDCF@ @DCFD@ EXTRA_PROGRAMS = testdcf dcfd @@ -133,42 +132,42 @@ EXTRA_PROGRAMS = testdcf$(EXEEXT) dcfd$(EXEEXT) noinst_PROGRAMS = @TESTDCF@ @DCFD@ PROGRAMS = $(noinst_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = ../util/ansi2knr dcfd_SOURCES = dcfd.c dcfd_OBJECTS = dcfd$U.$(OBJEXT) dcfd_LDADD = $(LDADD) -dcfd_DEPENDENCIES = -dcfd_LDFLAGS = +dcfd_DEPENDENCIES = +dcfd_LDFLAGS = testdcf_SOURCES = testdcf.c testdcf_OBJECTS = testdcf$U.$(OBJEXT) testdcf_LDADD = $(LDADD) -testdcf_DEPENDENCIES = -testdcf_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +testdcf_DEPENDENCIES = +testdcf_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/dcfd$U.Po $(DEPDIR)/testdcf$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = dcfd.c testdcf.c -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/dcfd$U.Po $(DEPDIR)/testdcf$U.Po DIST_COMMON = README Makefile.am Makefile.in - SOURCES = dcfd.c testdcf.c -OBJECTS = dcfd$U.$(OBJEXT) testdcf$U.$(OBJEXT) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu parseutil/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -176,34 +175,52 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core +dcfd$(EXEEXT): $(dcfd_OBJECTS) $(dcfd_DEPENDENCIES) + @rm -f dcfd$(EXEEXT) + $(LINK) $(dcfd_LDFLAGS) $(dcfd_OBJECTS) $(dcfd_LDADD) $(LIBS) -distclean-compile: - -rm -f *.tab.c -../util/ansi2knr: ../util/ansi2knr.$(OBJEXT) - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr +testdcf$(EXEEXT): $(testdcf_OBJECTS) $(testdcf_DEPENDENCIES) + @rm -f testdcf$(EXEEXT) + $(LINK) $(testdcf_LDFLAGS) $(testdcf_OBJECTS) $(testdcf_LDADD) $(LIBS) -../util/ansi2knr.$(OBJEXT): - cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.$(OBJEXT) +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/dcfd$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/testdcf$U.Po@_am_quote@ +distclean-depend: + -rm -rf $(DEPDIR) -mostlyclean-kr: - -rm -f *_.c +CCDEPMODE = @CCDEPMODE@ -dcfd: $(dcfd_OBJECTS) $(dcfd_DEPENDENCIES) - @rm -f dcfd - $(LINK) $(dcfd_LDFLAGS) $(dcfd_OBJECTS) $(dcfd_LDADD) $(LIBS) +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< -testdcf: $(testdcf_OBJECTS) $(testdcf_DEPENDENCIES) - @rm -f testdcf - $(LINK) $(testdcf_LDFLAGS) $(testdcf_OBJECTS) $(testdcf_LDADD) $(LIBS) +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` dcfd_.c: dcfd.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dcfd.c; then echo $(srcdir)/dcfd.c; else echo dcfd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dcfd_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dcfd.c; then echo $(srcdir)/dcfd.c; else echo dcfd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dcfd_.c testdcf_.c: testdcf.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/testdcf.c; then echo $(srcdir)/testdcf.c; else echo testdcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > testdcf_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/testdcf.c; then echo $(srcdir)/testdcf.c; else echo testdcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > testdcf_.c dcfd_.$(OBJEXT) testdcf_.$(OBJEXT) : $(ANSI2KNR) +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +ANSI2KNR = ../util/ansi2knr +../util/ansi2knr: + cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr + +mostlyclean-kr: + -rm -f *_.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -215,7 +232,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -236,27 +253,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/dcfd$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/testdcf$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -265,6 +261,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ @@ -343,6 +343,8 @@ mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr +uninstall-am: + .PHONY: all all-am check check-am check-local clean clean-generic \ clean-noinstPROGRAMS distclean distclean-compile \ distclean-depend distclean-generic distclean-tags distdir dvi \ diff --git a/scripts/Makefile.in b/scripts/Makefile.in index b85723431a..4372c5b22f 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -11,6 +11,9 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +66,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +84,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,9 +111,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ - bin_SCRIPTS = ntp-wait noinst_SCRIPTS = calc_tickadj checktime freq_adj mkver ntpsweep ntpver plot_summary summary EXTRA_DIST = fixautomakedepsmagic hpadjtime.sh monitoring ntp-close \ @@ -126,23 +125,22 @@ subdir = scripts mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = calc_tickadj checktime freq_adj mkver ntp-wait \ -ntpsweep ntpver plot_summary summary + ntpsweep ntpver plot_summary summary SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) DIST_SOURCES = DIST_COMMON = README Makefile.am Makefile.in calc_tickadj.in \ -checktime.in freq_adj.in mkver.in ntp-wait.in ntpsweep.in ntpver.in \ -plot_summary.in summary.in - + checktime.in freq_adj.in mkver.in ntp-wait.in ntpsweep.in \ + ntpver.in plot_summary.in summary.in all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu scripts/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -197,6 +195,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \ diff --git a/util/Makefile.in b/util/Makefile.in index c10e3a04b5..6e91e38b76 100644 --- a/util/Makefile.in +++ b/util/Makefile.in @@ -11,6 +11,11 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +@SET_MAKE@ + +#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies + + SHELL = @SHELL@ srcdir = @srcdir@ @@ -63,9 +68,6 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ - -@SET_MAKE@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ AUTOKEY = @AUTOKEY@ AWK = @AWK@ @@ -84,7 +86,6 @@ LDFLAGS = @LDFLAGS@ LIBPARSE = @LIBPARSE@ LIBRSAREF = @LIBRSAREF@ LN_S = @LN_S@ -MAKEINFO = @MAKEINFO@ MAKE_ADJTIMED = @MAKE_ADJTIMED@ MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ MAKE_LIBPARSE = @MAKE_LIBPARSE@ @@ -112,11 +113,9 @@ TESTDCF = @TESTDCF@ U = @U@ VERSION = @VERSION@ _am_include = @_am_include@ +_am_quote = @_am_quote@ install_sh = @install_sh@ -#AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies - - AUTOMAKE_OPTIONS = ansi2knr bin_PROGRAMS = @MAKE_NTPTIME@ @MAKE_TICKADJ@ @MAKE_TIMETRIM@ ntp-genkeys EXTRA_PROGRAMS = byteorder hist jitter kern longsize ntptime \ @@ -139,103 +138,104 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = EXTRA_PROGRAMS = byteorder$(EXEEXT) hist$(EXEEXT) jitter$(EXEEXT) \ -kern$(EXEEXT) longsize$(EXEEXT) ntptime$(EXEEXT) precision$(EXEEXT) \ -sht$(EXEEXT) testrs6000$(EXEEXT) tickadj$(EXEEXT) timetrim$(EXEEXT) + kern$(EXEEXT) longsize$(EXEEXT) ntptime$(EXEEXT) \ + precision$(EXEEXT) sht$(EXEEXT) testrs6000$(EXEEXT) \ + tickadj$(EXEEXT) timetrim$(EXEEXT) bin_PROGRAMS = @MAKE_NTPTIME@ @MAKE_TICKADJ@ @MAKE_TIMETRIM@ \ -ntp-genkeys$(EXEEXT) + ntp-genkeys$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) - -DEFS = @DEFS@ -I. -I$(srcdir) -I$(top_builddir) -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -ANSI2KNR = @ANSI2KNR@ byteorder_SOURCES = byteorder.c byteorder_OBJECTS = byteorder$U.$(OBJEXT) byteorder_LDADD = $(LDADD) byteorder_DEPENDENCIES = ../libntp/libntp.a -byteorder_LDFLAGS = +byteorder_LDFLAGS = hist_SOURCES = hist.c hist_OBJECTS = hist$U.$(OBJEXT) hist_LDADD = $(LDADD) hist_DEPENDENCIES = ../libntp/libntp.a -hist_LDFLAGS = +hist_LDFLAGS = jitter_SOURCES = jitter.c jitter_OBJECTS = jitter$U.$(OBJEXT) jitter_LDADD = $(LDADD) jitter_DEPENDENCIES = ../libntp/libntp.a -jitter_LDFLAGS = +jitter_LDFLAGS = kern_SOURCES = kern.c kern_OBJECTS = kern$U.$(OBJEXT) kern_LDADD = $(LDADD) kern_DEPENDENCIES = ../libntp/libntp.a -kern_LDFLAGS = +kern_LDFLAGS = longsize_SOURCES = longsize.c longsize_OBJECTS = longsize$U.$(OBJEXT) longsize_LDADD = $(LDADD) longsize_DEPENDENCIES = ../libntp/libntp.a -longsize_LDFLAGS = +longsize_LDFLAGS = ntp_genkeys_SOURCES = ntp-genkeys.c ntp_genkeys_OBJECTS = ntp-genkeys$U.$(OBJEXT) -ntp_genkeys_LDFLAGS = +ntp_genkeys_LDFLAGS = ntptime_SOURCES = ntptime.c ntptime_OBJECTS = ntptime$U.$(OBJEXT) ntptime_LDADD = $(LDADD) ntptime_DEPENDENCIES = ../libntp/libntp.a -ntptime_LDFLAGS = +ntptime_LDFLAGS = precision_SOURCES = precision.c precision_OBJECTS = precision$U.$(OBJEXT) precision_LDADD = $(LDADD) precision_DEPENDENCIES = ../libntp/libntp.a -precision_LDFLAGS = +precision_LDFLAGS = sht_SOURCES = sht.c sht_OBJECTS = sht$U.$(OBJEXT) sht_LDADD = $(LDADD) sht_DEPENDENCIES = ../libntp/libntp.a -sht_LDFLAGS = +sht_LDFLAGS = testrs6000_SOURCES = testrs6000.c testrs6000_OBJECTS = testrs6000$U.$(OBJEXT) testrs6000_LDADD = $(LDADD) testrs6000_DEPENDENCIES = ../libntp/libntp.a -testrs6000_LDFLAGS = +testrs6000_LDFLAGS = tickadj_SOURCES = tickadj.c tickadj_OBJECTS = tickadj$U.$(OBJEXT) tickadj_LDADD = $(LDADD) tickadj_DEPENDENCIES = ../libntp/libntp.a -tickadj_LDFLAGS = +tickadj_LDFLAGS = timetrim_SOURCES = timetrim.c timetrim_OBJECTS = timetrim$U.$(OBJEXT) timetrim_LDADD = $(LDADD) timetrim_DEPENDENCIES = ../libntp/libntp.a -timetrim_LDFLAGS = -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +timetrim_LDFLAGS = +depcomp = $(SHELL) $(top_srcdir)/depcomp +@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/byteorder$U.Po $(DEPDIR)/hist$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/jitter$U.Po $(DEPDIR)/kern$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/longsize$U.Po $(DEPDIR)/ntp-genkeys$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/ntptime$U.Po $(DEPDIR)/precision$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/sht$U.Po $(DEPDIR)/testrs6000$U.Po \ +@AMDEP_TRUE@ $(DEPDIR)/tickadj$U.Po $(DEPDIR)/timetrim$U.Po +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ + +DEFS = @DEFS@ +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) +CPPFLAGS = @CPPFLAGS@ +LDFLAGS = @LDFLAGS@ +LIBS = @LIBS@ DIST_SOURCES = byteorder.c hist.c jitter.c kern.c longsize.c \ -ntp-genkeys.c ntptime.c precision.c sht.c testrs6000.c tickadj.c \ -timetrim.c -depcomp = $(SHELL) $(top_srcdir)/depcomp -@AMDEP@DEP_FILES = $(DEPDIR)/byteorder$U.Po $(DEPDIR)/hist$U.Po \ -@AMDEP@ $(DEPDIR)/jitter$U.Po $(DEPDIR)/kern$U.Po \ -@AMDEP@ $(DEPDIR)/longsize$U.Po $(DEPDIR)/ntp-genkeys$U.Po \ -@AMDEP@ $(DEPDIR)/ntptime$U.Po $(DEPDIR)/precision$U.Po \ -@AMDEP@ $(DEPDIR)/sht$U.Po $(DEPDIR)/testrs6000$U.Po \ -@AMDEP@ $(DEPDIR)/tickadj$U.Po $(DEPDIR)/timetrim$U.Po + ntp-genkeys.c ntptime.c precision.c sht.c testrs6000.c \ + tickadj.c timetrim.c DIST_COMMON = README Makefile.am Makefile.in ansi2knr.1 ansi2knr.c - SOURCES = byteorder.c hist.c jitter.c kern.c longsize.c ntp-genkeys.c ntptime.c precision.c sht.c testrs6000.c tickadj.c timetrim.c -OBJECTS = byteorder$U.$(OBJEXT) hist$U.$(OBJEXT) jitter$U.$(OBJEXT) kern$U.$(OBJEXT) longsize$U.$(OBJEXT) ntp-genkeys$U.$(OBJEXT) ntptime$U.$(OBJEXT) precision$U.$(OBJEXT) sht$U.$(OBJEXT) testrs6000$U.$(OBJEXT) tickadj$U.$(OBJEXT) timetrim$U.$(OBJEXT) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ $(AUTOMAKE) --gnu util/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status @@ -261,98 +261,129 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) -mostlyclean-compile: - -rm -f *.$(OBJEXT) core *.core - -distclean-compile: - -rm -f *.tab.c - -clean-krextra: - -rm -f ansi2knr -ansi2knr: ansi2knr.$(OBJEXT) - $(LINK) ansi2knr.$(OBJEXT) $(LIBS) -ansi2knr.$(OBJEXT): $(CONFIG_HEADER) - - -mostlyclean-kr: - -rm -f *_.c - -byteorder: $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) - @rm -f byteorder +byteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) + @rm -f byteorder$(EXEEXT) $(LINK) $(byteorder_LDFLAGS) $(byteorder_OBJECTS) $(byteorder_LDADD) $(LIBS) -hist: $(hist_OBJECTS) $(hist_DEPENDENCIES) - @rm -f hist +hist$(EXEEXT): $(hist_OBJECTS) $(hist_DEPENDENCIES) + @rm -f hist$(EXEEXT) $(LINK) $(hist_LDFLAGS) $(hist_OBJECTS) $(hist_LDADD) $(LIBS) -jitter: $(jitter_OBJECTS) $(jitter_DEPENDENCIES) - @rm -f jitter +jitter$(EXEEXT): $(jitter_OBJECTS) $(jitter_DEPENDENCIES) + @rm -f jitter$(EXEEXT) $(LINK) $(jitter_LDFLAGS) $(jitter_OBJECTS) $(jitter_LDADD) $(LIBS) -kern: $(kern_OBJECTS) $(kern_DEPENDENCIES) - @rm -f kern +kern$(EXEEXT): $(kern_OBJECTS) $(kern_DEPENDENCIES) + @rm -f kern$(EXEEXT) $(LINK) $(kern_LDFLAGS) $(kern_OBJECTS) $(kern_LDADD) $(LIBS) -longsize: $(longsize_OBJECTS) $(longsize_DEPENDENCIES) - @rm -f longsize +longsize$(EXEEXT): $(longsize_OBJECTS) $(longsize_DEPENDENCIES) + @rm -f longsize$(EXEEXT) $(LINK) $(longsize_LDFLAGS) $(longsize_OBJECTS) $(longsize_LDADD) $(LIBS) -ntp-genkeys: $(ntp_genkeys_OBJECTS) $(ntp_genkeys_DEPENDENCIES) - @rm -f ntp-genkeys +ntp-genkeys$(EXEEXT): $(ntp_genkeys_OBJECTS) $(ntp_genkeys_DEPENDENCIES) + @rm -f ntp-genkeys$(EXEEXT) $(LINK) $(ntp_genkeys_LDFLAGS) $(ntp_genkeys_OBJECTS) $(ntp_genkeys_LDADD) $(LIBS) -ntptime: $(ntptime_OBJECTS) $(ntptime_DEPENDENCIES) - @rm -f ntptime +ntptime$(EXEEXT): $(ntptime_OBJECTS) $(ntptime_DEPENDENCIES) + @rm -f ntptime$(EXEEXT) $(LINK) $(ntptime_LDFLAGS) $(ntptime_OBJECTS) $(ntptime_LDADD) $(LIBS) -precision: $(precision_OBJECTS) $(precision_DEPENDENCIES) - @rm -f precision +precision$(EXEEXT): $(precision_OBJECTS) $(precision_DEPENDENCIES) + @rm -f precision$(EXEEXT) $(LINK) $(precision_LDFLAGS) $(precision_OBJECTS) $(precision_LDADD) $(LIBS) -sht: $(sht_OBJECTS) $(sht_DEPENDENCIES) - @rm -f sht +sht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES) + @rm -f sht$(EXEEXT) $(LINK) $(sht_LDFLAGS) $(sht_OBJECTS) $(sht_LDADD) $(LIBS) -testrs6000: $(testrs6000_OBJECTS) $(testrs6000_DEPENDENCIES) - @rm -f testrs6000 +testrs6000$(EXEEXT): $(testrs6000_OBJECTS) $(testrs6000_DEPENDENCIES) + @rm -f testrs6000$(EXEEXT) $(LINK) $(testrs6000_LDFLAGS) $(testrs6000_OBJECTS) $(testrs6000_LDADD) $(LIBS) -tickadj: $(tickadj_OBJECTS) $(tickadj_DEPENDENCIES) - @rm -f tickadj +tickadj$(EXEEXT): $(tickadj_OBJECTS) $(tickadj_DEPENDENCIES) + @rm -f tickadj$(EXEEXT) $(LINK) $(tickadj_LDFLAGS) $(tickadj_OBJECTS) $(tickadj_LDADD) $(LIBS) -timetrim: $(timetrim_OBJECTS) $(timetrim_DEPENDENCIES) - @rm -f timetrim +timetrim$(EXEEXT): $(timetrim_OBJECTS) $(timetrim_DEPENDENCIES) + @rm -f timetrim$(EXEEXT) $(LINK) $(timetrim_LDFLAGS) $(timetrim_OBJECTS) $(timetrim_LDADD) $(LIBS) + +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/byteorder$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/hist$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/jitter$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/kern$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/longsize$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntp-genkeys$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/ntptime$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/precision$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/sht$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/testrs6000$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/tickadj$U.Po@_am_quote@ +@AMDEP_TRUE@@_am_include@ @_am_quote@$(DEPDIR)/timetrim$U.Po@_am_quote@ + +distclean-depend: + -rm -rf $(DEPDIR) + +CCDEPMODE = @CCDEPMODE@ + +.c.o: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< + +.c.obj: +@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ +@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ + $(COMPILE) -c `cygpath -w $<` byteorder_.c: byteorder.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/byteorder.c; then echo $(srcdir)/byteorder.c; else echo byteorder.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > byteorder_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/byteorder.c; then echo $(srcdir)/byteorder.c; else echo byteorder.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > byteorder_.c hist_.c: hist.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hist.c; then echo $(srcdir)/hist.c; else echo hist.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hist_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/hist.c; then echo $(srcdir)/hist.c; else echo hist.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > hist_.c jitter_.c: jitter.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/jitter.c; then echo $(srcdir)/jitter.c; else echo jitter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > jitter_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/jitter.c; then echo $(srcdir)/jitter.c; else echo jitter.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > jitter_.c kern_.c: kern.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/kern.c; then echo $(srcdir)/kern.c; else echo kern.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > kern_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/kern.c; then echo $(srcdir)/kern.c; else echo kern.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > kern_.c longsize_.c: longsize.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/longsize.c; then echo $(srcdir)/longsize.c; else echo longsize.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > longsize_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/longsize.c; then echo $(srcdir)/longsize.c; else echo longsize.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > longsize_.c ntp-genkeys_.c: ntp-genkeys.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp-genkeys.c; then echo $(srcdir)/ntp-genkeys.c; else echo ntp-genkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp-genkeys_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntp-genkeys.c; then echo $(srcdir)/ntp-genkeys.c; else echo ntp-genkeys.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntp-genkeys_.c ntptime_.c: ntptime.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptime.c; then echo $(srcdir)/ntptime.c; else echo ntptime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptime_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntptime.c; then echo $(srcdir)/ntptime.c; else echo ntptime.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntptime_.c precision_.c: precision.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/precision.c; then echo $(srcdir)/precision.c; else echo precision.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > precision_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/precision.c; then echo $(srcdir)/precision.c; else echo precision.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > precision_.c sht_.c: sht.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sht.c; then echo $(srcdir)/sht.c; else echo sht.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > sht_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/sht.c; then echo $(srcdir)/sht.c; else echo sht.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > sht_.c testrs6000_.c: testrs6000.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/testrs6000.c; then echo $(srcdir)/testrs6000.c; else echo testrs6000.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > testrs6000_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/testrs6000.c; then echo $(srcdir)/testrs6000.c; else echo testrs6000.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > testrs6000_.c tickadj_.c: tickadj.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tickadj.c; then echo $(srcdir)/tickadj.c; else echo tickadj.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tickadj_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tickadj.c; then echo $(srcdir)/tickadj.c; else echo tickadj.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > tickadj_.c timetrim_.c: timetrim.c $(ANSI2KNR) - $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/timetrim.c; then echo $(srcdir)/timetrim.c; else echo timetrim.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > timetrim_.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/timetrim.c; then echo $(srcdir)/timetrim.c; else echo timetrim.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > timetrim_.c byteorder_.$(OBJEXT) hist_.$(OBJEXT) jitter_.$(OBJEXT) kern_.$(OBJEXT) \ longsize_.$(OBJEXT) ntp-genkeys_.$(OBJEXT) ntptime_.$(OBJEXT) \ precision_.$(OBJEXT) sht_.$(OBJEXT) testrs6000_.$(OBJEXT) \ tickadj_.$(OBJEXT) timetrim_.$(OBJEXT) : $(ANSI2KNR) +mostlyclean-compile: + -rm -f *.$(OBJEXT) core *.core + +distclean-compile: + -rm -f *.tab.c + +ANSI2KNR = @ANSI2KNR@ +ansi2knr: ansi2knr.$(OBJEXT) + $(LINK) ansi2knr.$(OBJEXT) $(LIBS) +ansi2knr.$(OBJEXT): $(CONFIG_HEADER) + +clean-krextra: + -rm -f ansi2knr + +mostlyclean-kr: + -rm -f *_.c + tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) @@ -364,7 +395,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) END { for (i in files) print i; }'`; \ mkid -fID $$unique $(LISP) -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ @@ -385,37 +416,6 @@ GTAGS: distclean-tags: -rm -f TAGS ID -@AMDEP@@_am_include@ $(DEPDIR)/byteorder$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/hist$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/jitter$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/kern$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/longsize$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntp-genkeys$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/ntptime$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/precision$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/sht$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/testrs6000$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/tickadj$U.Po -@AMDEP@@_am_include@ $(DEPDIR)/timetrim$U.Po - -distclean-depend: - -rm -rf $(DEPDIR) - -@AMDEP@CCDEPMODE = @CCDEPMODE@ - -.c.o: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< - -.c.obj: -@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ -@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ -@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ - $(COMPILE) -c -o $@ `cygpath -w $<` - - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) top_distdir = .. @@ -424,6 +424,10 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + $(mkinstalldirs) "$(distdir)/$$dir"; \ + fi; \ if test -d $$d/$$file; then \ cp -pR $$d/$$file $(distdir) \ || exit 1; \