summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-05-06 06:51:05 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-05-06 06:51:05 +0000
commite08fb7886abe97cb253b98d7d94b1d3db4095b4f (patch)
treec135cdee2152fcbea6203afb3cb303c378a17047 /NEWS
parent38c39547980964afb6463dbcec3c286bee25b491 (diff)
downloadautomake-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--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dac1f757b..1af7979d1 100644
--- a/NEWS
+++ b/NEWS
@@ -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: