summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-10-30 14:04:49 +0000
committerTom Tromey <tromey@redhat.com>1998-10-30 14:04:49 +0000
commitcb0d31f8f7e9c141920ee1ae21c364b908291c99 (patch)
treefd6dac9420b944434b86f7ace7d2427f5d8105f0 /NEWS
parent5eb5065071c1ccab32ae9de58d8ab135f53b8ef6 (diff)
downloadautomake-cb0d31f8f7e9c141920ee1ae21c364b908291c99.tar.gz
* automake.in (MACRO_PATTERN): Recognize `+='.
(BOGUS_MACRO_PATTERN): Likewise. (read_am_file): Handle `+=' assignments.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ce6fc85f8..70bf6252b 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ New in 1.3b:
e.g. AM_CFLAGS can be used in Makefile.am to set C compiler flags
* Support for latest autoconf, including support for objext
* Can now put `.' in SUBDIRS to control build order
-* `include' command
+* `include' command and `+=' support for macro assignment
* Dependency tracking no long susceptible to deleted header file problem
* Maintainer mode now a conditional. @MAINT@ is now an anachronism.
* Bug fixes