]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
document new stuff
authorDavid MacKenzie <djm@djmnet.org>
Sat, 30 Apr 1994 01:43:24 +0000 (01:43 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sat, 30 Apr 1994 01:43:24 +0000 (01:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0357679e7de489cda16148bf168d1aab4af3c230..22d51aca2378b312d5d63dba01d322ab647bee69 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Major changes in release 2.0:
+
+** New files:
+* Fits into an integrated GNU source tree containing the compiler tools.
+* Comes with config.sub, config.guess, and Cygnus configure.
+
+** New macros:
+* AC_CONFIG_AUX, AC_SYSTEM_TYPE, AC_SUBST_FILE, AC_MAKE_LINKS to
+  support deciding unguessable features based on the host and target types.
+* AC_CONFIG_SUBDIRS to recursively configure a source tree.
+
+** Changed macros:
+* AC_OUTPUT adds the "automatically generated" comment after "#!" lines, 
+  not before them.
+* AC_PROG_INSTALL looks for install.sh in the directory specified by
+  AC_CONFIG_AUX, or srcdir or srcdir/.. by default.
+* AC_OUTPUT correctly creates multiple header files.
+
+** New utilities:
+* autoscan to generate a preliminary configure.in for a package by
+  scanning its source code for commonly used nonportable functions,
+  programs, and header files.
+* autoreconf to recursively remake configure and configuration header
+  files in a source tree.
+\f
 Major changes in release 1.9:
 
 * AC_YYTEXT_POINTER replaces AC_DECLARE_YYTEXT.