]> git.ipfire.org Git - thirdparty/automake.git/commit
Support for multiple inputs in AC_CONFIG_FILES.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 23 Sep 2003 08:14:35 +0000 (08:14 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 23 Sep 2003 08:14:35 +0000 (08:14 +0000)
commit74fe06a8da51f85af74d7cb8ec9b5531f4939bfb
treee5d4254f9f3dbee65fd12de1b76416396ecf36e1
parent9cf2ab697fb786e5d4e73e4448b962327ac07582
Support for multiple inputs in AC_CONFIG_FILES.
Requested long ago by Harlan Stenn.
* automake.in (handle_dist): Remove unused argument $makefile.
(handle_subdirs): Expect SUBDIRS elements in $relative_dir,
not $am_relative_dir.
(rewrite_inputs_into_dependencies): Allow $add_srcdir to
be a filename that must always be prefixed by $(srcdir) or
$(top_srcdir).
(handle_configure, generate_makefile): Revamp to make the
Makefile.am, Makefile.in, Makefile more independent.
(locate_am): New function.
(scan_configure_dep, parse_arguments): Use locate_am.
(MAIN): Adjust call to generate_makefile.
* lib/am/configure.am: Remove %MAKEFILE-IN% from the dependencies
of %MAKEFILE%.  %MAKEFILE-IN% is already in %MAKEFILE-DEPS%.
* tests/output6.test, tests/output7.test: New files.
* tests/Makefile.am (TESTS): Add them.
* automake.texi (Requirements) <AC_CONFIG_FILES>: Document how
multiple inputs are scanned.
17 files changed:
ChangeLog
Makefile.in
NEWS
automake.in
automake.texi
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
lib/am/configure.am
m4/Makefile.in
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/output6.test [new file with mode: 0755]
tests/output7.test [new file with mode: 0755]
version.texi