* aclocal.in (%file_includes): New variable.
commit7e34a73e5d5d1234a875c07cdb803e75ce3526ab
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Jan 2004 14:54:31 +0000 (2 14:54 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 2 Jan 2004 14:54:31 +0000 (2 14:54 +0000)
tree7decc572bd168b9da8894b477ff31ef79812a290
parenta8fbf1be6200c4d0f97a52b7eadaac63ff3cecc0
* 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]