]> git.ipfire.org Git - thirdparty/automake.git/commit
For automake PR/46:
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:39:32 +0000 (18:39 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:39:32 +0000 (18:39 +0000)
commitb51046f01969592bed5f197337efd108f8fc2bea
tree54abb82ec179861151a759c60f0edc324e844072
parent9f26c3bba3592b9667052232dacc40056e500900
For automake PR/46:
* automake.in (scan_aclocal_m4): Work in all directories, not only
the top-level.  Prepend $(top_srcdir) in front of each aclocal.m4
dependency.
* lib/am/configure.am (config.status, configure, $(ACLOCAL_M4)):
Define rebuild rules in each directory.
* tests/subdir8.test: Augment to exercise aclocal.m4's dependencies
from the top-level directory.
* tests/aclocal5.test: New file.  Exercise aclocal.m4's dependencies
from a subdirectory.
* tests/Makefile.am (TESTS): Add aclocal5.test.
(XFAIL_TESTS): Replace subdir8.test by aclocal5.test.
ChangeLog
NEWS
automake.in
lib/am/configure.am
tests/Makefile.am
tests/Makefile.in
tests/aclocal5.test [new file with mode: 0755]
tests/subdir8.test