* lib/Automake/Variable.pm (define): Rework the way we check
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 3 Jan 2004 12:42:41 +0000 (12:42 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 3 Jan 2004 12:42:41 +0000 (12:42 +0000)
commitfcbb51ad921a3605d1ca161a894f1eadbb87fc9a
tree1014a9b7ffccf852c18b355a044f1e2fc3b7ed65
parent8fabb3b2046604764d4ba57224b3b289f7ab98f9
* lib/Automake/Variable.pm (define): Rework the way we check
Automake variable definition.  Ensure consistent :=/+=/=
definitions only for variables that have been and are defined by
Automake, and make it an internal error.  Ignore Automake
attempts to touch a user variable, even with += assignments.
* tests/txinfo29.test: New file.
* tests/Makefile.am (TESTS): Add txinfo29.test.
Reported by Bruce Korb.
ChangeLog
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/txinfo29.test [new file with mode: 0755]