+* Cleanup from the automake/autoconf upgrades.
(4.2.5p248-RC) 2009/11/26 Released by Harlan Stenn <stenn@ntp.org>
* Prepare for the generation of sntp.html.
* Documentation changes from Dave Mills.
#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
-AUTOMAKE_OPTIONS = foreign 1.8
+AUTOMAKE_OPTIONS = foreign 1.10
ACLOCAL_AMFLAGS= -I m4 -I libopts/m4
NULL=
dnl -*-fundamental-*-
dnl Process this file with autoconf to produce a configure script.
m4_include([version.m4])
-AC_PREREQ(2.53)
+AC_PREREQ(2.61)
AC_INIT([ntp], [VERSION_NUMBER])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([.])
NULL=
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign 1.10
ACLOCAL_AMFLAGS= -I ../m4 -I libopts/m4
AM_CPPFLAGS= $(LIBOPTS_CFLAGS) -I$(top_srcdir)/../include \
# it's in EXTRA_DIST
#dist_man_MANS= sntp.1
-EXTRA_DIST= bincheck.mf \
- COPYRIGHT \
- deps-ver \
- depsver.mf \
- sntp-opts.def \
- sntp-opts.menu \
- sntp-opts.texi \
- sntp.1 \
- sntp.html \
- sntp.texi \
+EXTRA_DIST= \
+ autogen-version.def \
+ bincheck.mf \
+ COPYRIGHT \
+ deps-ver \
+ depsver.mf \
+ sntp-opts.def \
+ sntp-opts.menu \
+ sntp-opts.texi \
+ sntp.1 \
+ sntp.html \
+ sntp.texi \
+ version.def \
+ version.m4 \
+ version.texi \
$(NULL)
+
OLD_EXTRA_DIST= \
- autogen-version.def version.def version.m4
+ autogen-version.def version.def version.m4 version.texi
BUILT_SOURCES= \
check-autogen-version.def \
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
m4_include([../version.m4])
+AC_PREREQ(2.61)
AC_INIT([sntp], [VERSION_NUMBER])
AC_CONFIG_MACRO_DIR([../m4])
AC_CONFIG_AUX_DIR([.])