diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2002-05-06 06:51:05 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2002-05-06 06:51:05 +0000 |
commit | e08fb7886abe97cb253b98d7d94b1d3db4095b4f (patch) | |
tree | c135cdee2152fcbea6203afb3cb303c378a17047 /NEWS | |
parent | 38c39547980964afb6463dbcec3c286bee25b491 (diff) | |
download | automake-e08fb7886abe97cb253b98d7d94b1d3db4095b4f.tar.gz |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ New in 1.6a: +* `+=' can be used in conditionals, even if the augmented variable + was defined for another condition. * It is no longuer a requirement to use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS. AM_CONFIG_HEADER is obsolete. * Use Autoconf's --trace interface to inspect configure.ac and get a more accurate view of it. -* automake --output-dir is deprecated +* automake --output-dir is deprecated. * Many bug fixes. New in 1.6: |