For automake PR/46:
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:33:42 +0000 (18:33 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 24 Apr 2003 18:33:42 +0000 (18:33 +0000)
commit9f26c3bba3592b9667052232dacc40056e500900
treeaf2b123efa96d1a39498fb7943f74ec05870e330
parent4449619660dd8d6def565ccc5137bacd131d4eb8
For automake PR/46:
* lib/am/configure.am (%MAKEFILE-IN%): If Makefile.in is rebuilt
because of one of configure's dependencies, run automake without
argument to update the whole tree at once.  Depend upon
%CONFIGURE_DEPS%.
(%MAKEFILE%): If Makefile is rebuilt because config.status has
been updated, run config.status without arguments.
* automake.in (scan_autoconf_traces): Prepend $(top_srcdir)
before all files in @configure_deps.
* tests/subdir5.test: Modernize configure.in, make sure
maude/Makefile was actually created, and exercise %CONFIGURE_DEPS%.
* tests/subdir8.test: New file.
* tests/Makefile.am (TESTS): Add subdir8.test.
(XFAIL_TESTS): Replace subdir5.test by subdir8.test.
13 files changed:
ChangeLog
Makefile.in
automake.in
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/configure.am
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/subdir5.test
tests/subdir8.test [new file with mode: 0755]