* automake.in (scan_aclocal_m4): Do not parse ACLOCAL_AMFLAGS
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:48:07 +0000 (18:48 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:48:07 +0000 (18:48 +0000)
commitab57cf2823f68bb3de9caf44607984de02bdd717
treebfdcaa3d5ed0cf31be12e839fce18a43a3dbb72f
parentb51046f01969592bed5f197337efd108f8fc2bea
* automake.in (scan_aclocal_m4): Do not parse ACLOCAL_AMFLAGS
and glob for m4_files (We've got all local m4 files while
tracing m4_include's).  Diagnose ACLOCAL_M4_SOURCES as obsolete.
Distribute aclocal.m4 only at the top-level.
(my_glob): Remove.  This fixes PR automake/11.
(handle_dist): Strip leading `./' from directories.
* aclocal.in (add_file): Output 'm4_include([file.m4])' instead
of copying local files.
(write_aclocal, parse_arguments): Bump copyright date.
* configure.in: De not build m4/amversion.m4 from here ...
* m4/Makefile.am ($(srcdir)/amversion.m4): ... do this here.
(nodist_m4data_DATA): Use $(srcdir)/amversion.m4 instead
of amversion.m4.
* tests/Makefile.am (XFAIL_TESTS): Remove aclocal5.test.
(TESTS): Remove aclocal2.test.  Do not test aclocal.test twice.
* tests/aclocal2.test: Delete (pointless).
* tests/aclocal5.test: Make sure configure's dependencies are
distributed.
* tests/acinclude.test: Adjust to search for m4_include.
* tests/dirlist.test, tests/dup3.test: Run $AUTOCONF and grep
configure instead of aclocal.m4.
24 files changed:
ChangeLog
Makefile.in
NEWS
aclocal.in
aclocal.m4
automake.in
bootstrap
configure
configure.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.am
m4/Makefile.in
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/acinclude.test
tests/aclocal2.test [deleted file]
tests/aclocal5.test
tests/dirlist.test
tests/dup3.test
version.texi