Fix for condd.test (conditional `+='):
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 6 May 2002 06:51:05 +0000 (06:51 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 6 May 2002 06:51:05 +0000 (06:51 +0000)
commite08fb7886abe97cb253b98d7d94b1d3db4095b4f
treec135cdee2152fcbea6203afb3cb303c378a17047
parent38c39547980964afb6463dbcec3c286bee25b491
Fix for condd.test (conditional `+='):
* automake.in (%appendvar): New.
(initialize_per_input): Clear it.
(macro_define): Handle += for variable defined in another condition.
* automake.texi (Conditional Sources): Use conditional += in
the example.
(General Operation, Conditionals): Remove note about broken +=.
* tests/cond21.test: New file.
* tests/condd.test: Also test conditional append to a _SOURCE
variable.  Create missing directories.
* tests/Makefile.am (TESTS): Add cond21.test.
(XFAILS): Remove condd.test.
ChangeLog
NEWS
TODO
automake.in
automake.texi
tests/Makefile.am
tests/Makefile.in
tests/cond21.test [new file with mode: 0755]
tests/condd.test