* aclocal.in (%file_includes): New variable.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Jan 2004 14:53:48 +0000 (14:53 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Jan 2004 14:53:48 +0000 (14:53 +0000)
commit15bf27da8062152cd95f9133e209c03e04780d4a
tree09c9f9ab121a9553cfdceb268b85d1d2236b2564
parent25c57a7e44b53c3d97b92b8ca111c0027e2bce36
* aclocal.in (%file_includes): New variable.
(scan_configure_dep): Compile $m4_include_rx and $ac_require_rx once.
(scan_file): Scan for included files, and process these files
recursively.  Fill %file_includes and %file_contents.  Return the
list of included files, not the contents.
(scan_m4_files): Adjust calls to scan_files.
(strip_redundant_includes): New function.
(trace_used_macros): Call it.
(write_aclocal): Likewise.  Also check the mtime of included files.
* tests/Makfile.am (TESTS): Add acloca14.test.
* tests/acloca14.test: New file.
Report from Phil Edwards.
ChangeLog
THANKS
aclocal.in
tests/Makefile.am
tests/Makefile.in
tests/acloca14.test [new file with mode: 0755]