* automake.in (%silent_variable_override): New variable.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Apr 2003 19:13:15 +0000 (19:13 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Apr 2003 19:13:15 +0000 (19:13 +0000)
commitc60acc33dc59d43540a99bdf060ca28d24d36b1e
tree8c29be548cace7c24cb212ec8e4b9fcc379e0a09
parentdd33ea9a8391f71b370a8954e9c0df6e02db0673
* automake.in (%silent_variable_override): New variable.
(macro_define): Warn about variable definitions overriding
Automake variables.
(rule_define): Warn about target definitions overriding
Automake variables.  Fix $condmsg definition.
* automake.texi (Invoking Automake): Document the `override'
category.
* lib/Automake/ChannelDefs.pm (usage): Likewise.
* lib/am/texinfos.am [!%?CYGNUS] (MAKEINFO): Do not define,
this is already done in m4/init.m4.
* tests/dejagnu2.test: Run $MAKE, don't only grep.  Use
-Wno-override, and make sure we get a warning without.
* tests/exeext2.test, tests/substtarg.test: Use -Wno-override,
and make sure we get a warning without.
* tests/exeext3.test, tests/java2.test, tests/nolink.test,
tests/subpkg.test, tests/vartest.test: Use -Wno-override.
* tests/txinfo13.test: Use installcheck-local instead of overriding
installcheck.
* tests/txinfo2.test: Run $MAKE on the real Makefile (this test
used to succeed thanks to a failure...)
* tests/location.test: Adjust expected messages.
* tests/Makefile.am (XFAIL_TESTS): Add txinfo5.test.
22 files changed:
ChangeLog
Makefile.in
NEWS
automake.in
automake.texi
lib/Automake/ChannelDefs.pm
lib/am/texinfos.am
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/dejagnu2.test
tests/exeext2.test
tests/exeext3.test
tests/java2.test
tests/location.test
tests/nolink.test
tests/subpkg.test
tests/substtarg.test
tests/txinfo13.test
tests/txinfo2.test
tests/vartar.test
version.texi