* automake.in (%ignored_configure_vars): New variable.
commitd2e347928cea947cfcf19eefea2bc975ecb6e092
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 9 Apr 2006 07:46:56 +0000 (9 07:46 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 9 Apr 2006 07:46:56 +0000 (9 07:46 +0000)
tree2c70a2a22fdf7ad6120d97995068eda5a2e4962d
parentf207e1361964855562080cb4db70afe14776a629
* automake.in (%ignored_configure_vars): New variable.
(scan_autoconf_traces): Trace for _AM_SUBST_NOTMAKE and fill
%ignored_configure_vars.
(define_configure_variable): Declare ignored configure variables
as VAR_SILENT.  Do not special-case AMDEPBACKSLASH and ANSI2KNR
w.r.t. VAR_SILENT.
* m4/substign.m4: New file.
* m4/Makefile.am (dist_m4data_DATA): Add substign.m4.
* m4/cond.m4: _AM_SUBST_IGNORE $1_TRUE and $1_FALSE (PR automake/477).
* m4/depend.m4: _AM_SUBST_IGNORE AMDEPBACKSLASH.
* m4/protos.m4: _AM_SUBST_IGNORE ANSI2KNR.
* tests/cond.test: Make sure TEST_FALSE and TEST_TRUE are not defined.
* tests/amsubst.test: New file.
* tests/Makefile.am (TESTS): Add it.
14 files changed:
ChangeLog
automake.in
doc/stamp-vti
doc/version.texi
m4/Makefile.am
m4/Makefile.in
m4/cond.m4
m4/depend.m4
m4/protos.m4
m4/substnot.m4 [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/amsubst.test [copied from tests/cond.test with 69% similarity]
tests/cond.test