* tests/dirlist.test, tests/dup3.test: Run $AUTOCONF and grep
configure instead of aclocal.m4.
- For automake PR/46:
+ For PR automake/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.
2003-04-24 Akim Demaille <akim@epita.fr>
Alexandre Duret-Lutz <adl@gnu.org>
- For automake PR/46:
+ For PR automake/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
previous implementations, where config.status and automake were run
separately in each directory (this still happens when you change
a Makefile.am locally, without touching configure.ac or friends).
- Doing this also solves a longstanding issue: these rebuild rule
+ Doing this also solves a longstanding issue: these rebuild rules
failed to work when adding new directories to the tree, forcing
you to run automake manually.