* configure.in: Autoconf update...
bk: 389162d3GyhlLOd6UT6E_0oIbxhIwg
2000-01-28 Harlan Stenn <stenn@whimsy.udel.edu>
+ * configure.in: Autoconf update...
+
* ntpdate/ntpdate.c (ntpdatemain): Typo
From: Jack Bryans <jbryans@csulb.edu>
util
-EXTRA_DIST = ChangeLog COPYRIGHT NEWS README.cvs README.des README.hackers TODO WHERE-TO-START acconfig.h config.guess config.h.in config.sub excludes install-sh dot.emacs build NOTES.y2kfixes readme.y2kfixes results.y2kfixes
+EXTRA_DIST = ChangeLog COPYRIGHT NEWS README.cvs README.des README.hackers TODO WHERE-TO-START acconfig.h config.guess config.h.in config.sub excludes flock-build install-sh dot.emacs build NOTES.y2kfixes readme.y2kfixes results.y2kfixes
#ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
ETAGS_ARGS = Makefile.am configure.in acconfig.h
PACKAGE=ntp
-VERSION=4.0.99b1
+VERSION=4.0.99b3
if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used. Set only those that are not.
if \$ac_need_defaults; then
- : \${CONFIG_FILES="\$config_files"}
- : \${CONFIG_HEADERS="\$config_headers"}
- : \${CONFIG_COMMANDS="\$config_commands"}
+ : \${CONFIG_FILES=\$config_files}
+ : \${CONFIG_HEADERS=\$config_headers}
+ : \${CONFIG_COMMANDS=\$config_commands}
fi
# Remove all the CONFIG_FILES, and trap to remove the temp files.
AMDEP="$AMDEP"
ac_aux_dir="$ac_aux_dir"
-
EOF
cat >>$CONFIG_STATUS <<EOF
AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target")
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE(ntp, 4.0.99b1)
-AC_PREREQ(2.13)
+AM_INIT_AUTOMAKE(ntp, 4.0.99b3)
+AC_PREREQ(2.14)
ac_cv_var_oncore_ok=no
# the ANSI2KNR-filtering rules.
LIBOBJS=`echo $LIBOBJS|sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
-AC_OUTPUT(Makefile adjtimed/Makefile clockstuff/Makefile \
+AC_CONFIG_FILES(Makefile adjtimed/Makefile clockstuff/Makefile \
include/Makefile kernel/Makefile kernel/sys/Makefile libntp/Makefile \
libparse/Makefile librsaref/Makefile ntpd/Makefile ntpdc/Makefile \
ntpdate/Makefile ntpq/Makefile ntptrace/Makefile parseutil/Makefile \
-scripts/Makefile scripts/mkver scripts/ntpver util/Makefile,
-[chmod +x scripts/ntpver scripts/mkver])
+scripts/Makefile scripts/mkver scripts/ntpver util/Makefile)
+AC_CONFIG_COMMANDS(default, [[chmod +x scripts/ntpver scripts/mkver]], [])
+AC_OUTPUT
#test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])