]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (handle_configure): Distribute all AC_CONFIG_HEADERS
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 26 Oct 2003 21:20:11 +0000 (21:20 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 26 Oct 2003 21:20:11 +0000 (21:20 +0000)
commitc8e03ecac94e7d805b8c507665e4effdfecdb823
treecec9e312673023b994fe9d6033519e832ac6bf48
parent51216089bcd900fa9ec38c2bbb1014b36805041c
* automake.in (handle_configure): Distribute all AC_CONFIG_HEADERS
sources, and without using require_file.  Define %CONFIG_H_DEPS%
and %FIRST_CONFIG_HIN% while processing remake-hdr.am.
* lib/am/remake-hdr.am (%STAMP%): Use %CONFIG_H_DEPS% instead
of (srcdir)/%CONFIG_HIN%.  Output the $(srcdir)/%CONFIG_HIN%
rule only for the first header (i.e., if %FIRST_CONFIG_HIN%).
* tests/autohdr4.test: New file.
* tests/Makefile.am (TESTS): Add autohdr4.test.
* tests/config.test: Do not grep, run things to see if they work.
ChangeLog
automake.in
lib/am/remake-hdr.am
tests/Makefile.am
tests/Makefile.in
tests/autohdr4.test [new file with mode: 0755]
tests/config.test