* lib/Automake/Variable.pm (define, _new): Remember the helper
commit0fff0a79de350f592ddb9aab4fb07e151e5477fc
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 23 Jun 2005 22:19:56 +0000 (23 22:19 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 23 Jun 2005 22:19:56 +0000 (23 22:19 +0000)
treeffa50c14df63357b18c608464fdd91206fe9f8a9
parent42359a7106bf6987e1ac78c29180170a479e5d9b
* lib/Automake/Variable.pm (define, _new): Remember the helper
variable created for the last conditional += on each variable, and
only append further += in the same condition to this last helper
variable, not to older helper variables.  This way the order of
the items appended to the variable is preserved.
* tests/cond21.test: Adjust.
* tests/cond38.test: New file.
* tests/Makefile.am (TESTS): Add cond38.test.
Report from Ed Hartnett.
ChangeLog
THANKS
lib/Automake/Variable.pm
tests/Makefile.am
tests/Makefile.in
tests/cond21.test
tests/cond38.test [new file with mode: 0755]