]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Add 1.10 entries.
authorDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 04:02:39 +0000 (04:02 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 04:02:39 +0000 (04:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e6ddb4e753eb98e6e9967876e7f6089b42320fc8..b4c745d33792e657bcc61790164144245e28c4c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,6 @@ Major changes in release 2.0:
 
 ** New files:
 * Comes with config.sub and config.guess.
-* Uses config.h.bot if present, analogous to config.h.top.
 * Uses config.cache to cache test results.  An alternate cache file
   can be selected with the --cache-file=FILE option.
 
@@ -17,7 +16,6 @@ Major changes in release 2.0:
   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
@@ -26,6 +24,15 @@ Major changes in release 2.0:
 * autoreconf to recursively remake configure and configuration header
   files in a source tree.
 \f
+Major changes in release 1.10:
+
+* autoheader uses config.h.bot if present, analogous to config.h.top.
+* AC_PROG_INSTALL looks for install.sh in srcdir or srcdir/.. and
+  never uses cp.
+* AC_PROG_CXX looks for cxx as a C++ compiler.
+
+Plus several bugs fixed.
+\f
 Major changes in release 1.9:
 
 * AC_YYTEXT_POINTER replaces AC_DECLARE_YYTEXT.