* automake.in: Register warning channel `gnu'.
authorAlexandre Duret-Lutz <adl@gnu.org>
Fri, 12 Jul 2002 08:00:57 +0000 (08:00 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Fri, 12 Jul 2002 08:00:57 +0000 (08:00 +0000)
commite5b84c370e3fa886123f265942c57bad8cfa5679
treea235dbca48f38a8ff185c738bce66e93509fe8d9
parent902d342373573c1255db91404c4ab249ffb8a229
* automake.in: Register warning channel `gnu'.
(set_strictness): Turn on `gnu' in --gnu and --gnits.
(usage): Mention the `gnu' category.
(%var_is_am): Replace by ...
(%var_owner): ... this, which uses ...
(VAR_AUTOMAKE, VAR_CONFIGURE, VAR_MAKEFILE): ... these new constants.
Adjust all uses of %var_is_am.
(handle_languages): Warn about user variables being overriden.
(require_variables): Also check %configure_vars for the existence
of a required variable.
* automake.texi (Invoking Automake): Document -Wgnu.
* tests/yacc2.test, tests/yacc3.test: Use -Wno-gnu when
we test YFLAGS.
* tests/gnuwarn.test: New file.
* tests/Makefile.am (TESTS): Add gnuwarn.test.
ChangeLog
automake.in
automake.texi
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/gnuwarn.test [new file with mode: 0755]
tests/yacc2.test
tests/yacc3.test
version.texi