diff options
author | Tom Tromey <tromey@redhat.com> | 1998-09-29 01:48:02 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-09-29 01:48:02 +0000 |
commit | e29e1f59fdf87dc2495aface66a9a38764cc276a (patch) | |
tree | dc0bb98d287f22cb4c8bb7d0078c6a3455207c80 /NEWS | |
parent | 4695b1ef0b136e847ed4c40c89338784e4786153 (diff) | |
download | automake-e29e1f59fdf87dc2495aface66a9a38764cc276a.tar.gz |
Updated for new features
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |