* automake.in (ac_config_files_location): Declare as a hash.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 17 Nov 2003 00:33:43 +0000 (00:33 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 17 Nov 2003 00:33:43 +0000 (00:33 +0000)
commit720cf06a033f8980f9eca4572aa33cfad73c5413
tree5c5e3be7f6568336111d9376be86186c10ee1a4f
parentec7c81d0d786b683726c243ae3eef33e76cac841
* automake.in (ac_config_files_location): Declare as a hash.
(handle_configure): Rewrite the computation of AC_CONFIG_FILES
dependencies; make sure we don't use $(srcdir) or $(top_srcdir)
for inputs which are also outputs, and do not check inputs
relatively to the current directory.
(scan_autoconf_config_files): Take $where as argument, and
fill $ac_config_files_location.
* tests/output8.test, tests/output9.test: New files.
* tests/Makefile.am (TESTS): Add output8.test and output9.test.
Report from Bruno Haible.
ChangeLog
automake.in
doc/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/output8.test [new file with mode: 0755]
tests/output9.test [new file with mode: 0755]