* doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
commit25eca5c63bb66d6b99c6adbaec5882bba8bfb357
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 1 Jan 2005 17:19:14 +0000 (1 17:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 1 Jan 2005 17:19:14 +0000 (1 17:19 +0000)
tree7b81e83a02bf18b24b2b650c427599801558b039
parent81eb4c78a8a476766d4551926d396d6db7e4e211
* doc/automake.texi (Requirements) <AC_CONFIG_FILES>: Discuss
specifications with shell variables.
(Optional) <AC_CONFIG_HEADERS, AC_CONFIG_LINKS>: Point to
AC_CONFIG_FILES for this explanation.
* automake.in (substitute_ac_subst_variables_worker,
substitute_ac_subst_variables): Mew functions.
(rewrite_inputs_into_dependencies): Use substitute_ac_subst_variables
to ignore dependencies that contain unAC_SUBSTed shell variables.
(handle_configure): Likewise, do not output rules for
AC_CONFIG_HEADERS, AC_CONFIG_FILES, and AC_CONFIG_LINKS targets that
unAC_SUBSTed contain shell variables.
* tests/autohdr4.test: Use an AC_SUBST variable in a specification.
* tests/output11.test, tests/output12.test: New files.
* tests/Makefile.am (TESTS): Add output11.test and output12.test.
19 files changed:
ChangeLog
Makefile.in
NEWS
automake.in
configure
doc/Makefile.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
lib/Automake/Makefile.in
lib/Automake/tests/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
tests/Makefile.am
tests/Makefile.in
tests/autohdr4.test
tests/output11.test [new file with mode: 0755]
tests/output12.test [new file with mode: 0755]