Revert the fix for PR automake/291:
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 9 Aug 2003 22:34:30 +0000 (22:34 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 9 Aug 2003 22:34:30 +0000 (22:34 +0000)
commit90793a7453fcf7768e179a13a95926c539ae408e
tree9cba9b0977bf38f5dd417ac2f3fe5986f4caf58a
parent12e201a4b23d42012e7e162a3af180c322ece22e
Revert the fix for PR automake/291:
* lib/Automake/Variable.pm (define): Do not warn about variables
starting with `_' which are an issue on NEWS-OS 4.2R.  According
to Paul Eggert, NEWS-OS 4.2R is ten years old, the latest version
was released on 1996 and is not in wide use.  On the other hand,
variables starting with `_' are mandatory in several situations,
so diagnosing them is more annoying than useful.
* tests/canon5.test: Do not use -Wno-portability.
* tests/vars2.test: Delete.
* tests/Makefile.am (TESTS): Remove vars2.test.
Suggested by Jim Meyering.
ChangeLog
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/canon5.test
tests/vars2.test [deleted file]