* configure.in (AUTOMAKE): Create m4/amversion.m4.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 7 Jan 2002 20:25:24 +0000 (20:25 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 7 Jan 2002 20:25:24 +0000 (20:25 +0000)
commit57a6006eff5d1d5b6b606310c7d72b82d3f18160
tree0f7afd2243b94ab604533dc47c39a3bb04f59bd5
parent3b52bf3faaef4803c53b0a7413945d0716e43d86
* configure.in (AUTOMAKE): Create m4/amversion.m4.
* m4/amversion.in: New file.
* m4/Makefile.am (m4data_DATA, EXTRA_DIST): Replace by ...
(dist_m4data_DATA): ... this.
(nodist_m4data_DATA, DISTCLEANFILES): Add amversion.m4.
* m4/init.m4 (AM_INIT_AUTOMAKE): Require
AM_SET_CURRENT_AUTOMAKE_VERSION.
* automake.in (seen_automake_version): New variable.
(scan_autoconf_traces, scan_one_autoconf_file,
scan_autoconf_files): Scan for AM_AUTOMAKE_VERSION and complain
when the version used in aclocal.m4 differs from Automake's.
* tests/defs (ACLOCAL): Look in ../m4 too.
* tests/installsh.test (ACLOCAL): Likewise.
* tests/installdir.test (installdirs-local): Run $ACLOCAL.
19 files changed:
ChangeLog
Makefile.in
aclocal.m4
automake.in
configure
configure.in
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.am
m4/Makefile.in
m4/amversion.in [new file with mode: 0644]
m4/init.m4
stamp-vti
tests/Makefile.in
tests/defs
tests/installdir.test
tests/installsh.test
version.texi