summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-09-29 01:48:02 +0000
committerTom Tromey <tromey@redhat.com>1998-09-29 01:48:02 +0000
commite29e1f59fdf87dc2495aface66a9a38764cc276a (patch)
treedc0bb98d287f22cb4c8bb7d0078c6a3455207c80 /NEWS
parent4695b1ef0b136e847ed4c40c89338784e4786153 (diff)
downloadautomake-e29e1f59fdf87dc2495aface66a9a38764cc276a.tar.gz
Updated for new features
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5173305eb..3dd3bb187 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
New in 1.3b:
* Added `AM_FOOFLAGS' variable for each compiler invocation;
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
* Bug fixes
New in 1.3: