From: Tom Tromey Date: Tue, 29 Sep 1998 01:48:02 +0000 (+0000) Subject: Updated for new features X-Git-Tag: Release-1-3d~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e29e1f59fdf87dc2495aface66a9a38764cc276a;p=thirdparty%2Fautomake.git Updated for new features --- 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: