From: David MacKenzie Date: Fri, 6 May 1994 04:02:39 +0000 (+0000) Subject: Add 1.10 entries. X-Git-Tag: fsf-origin~622 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e74bf84a20e6d93ae0045da5dc0a8e130defd5e;p=thirdparty%2Fautoconf.git Add 1.10 entries. --- diff --git a/NEWS b/NEWS index e6ddb4e75..b4c745d33 100644 --- 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. +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. + Major changes in release 1.9: * AC_YYTEXT_POINTER replaces AC_DECLARE_YYTEXT.