* aclocal.in (@file_order): New variable, to make sure
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 28 Aug 2003 22:49:58 +0000 (22:49 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 28 Aug 2003 22:49:58 +0000 (22:49 +0000)
commitf4cf7056d1667b4c1261920a69b1c78392f50469
tree9aaefa49b87dc3df3753e7c5ada225d43a3e4675
parentc2f546d34d84ccceb69f1795c3127db2c4c81503
* aclocal.in (@file_order): New variable, to make sure
files are output in the opposite order of the -I arguments.
(scan_file): Fill it.
(trace_used_macros, write_aclocal): Use it.
(scan_m4_files): Reverse the directory contents, so that
macros from the lexicographically greatest files are preferred.
* tests/aclocal9.test, tests/acloca10.test, tests/acloca11.test:
New files.
* tests/Makefile.am (TESTS): Add them.
ChangeLog
aclocal.in
tests/Makefile.am
tests/Makefile.in
tests/acloca10.test [new file with mode: 0755]
tests/acloca11.test [new file with mode: 0755]
tests/acloca12.test [new file with mode: 0755]