]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
2.10 changes
authorRoland McGrath <roland@gnu.org>
Tue, 7 May 1996 17:19:58 +0000 (17:19 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 7 May 1996 17:19:58 +0000 (17:19 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1e8379883d96d0a4cceb0041e9f91400b2f84f4a..aa01cad1f414fc30e33f774a9b2ffcc2c98adaaa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-Major changes in releases 2.6 and 2.7:
+Major changes in release 2.10:
+
+* Bug fixes.
+* The cache variable names used by `AC_CHECK_LIB(LIB, FUNC, ...)' has
+  changed: now $ac_cv_lib_LIB_FUNC, previously $ac_cv_lib_LIB.
+\f
+Major changes in releases 2.6 through 2.9:
 
 * Bug fixes.
 \f
@@ -147,7 +153,7 @@ Major changes in release 2.0:
 * Uses config.cache to cache test results.  An alternate cache file
   can be selected with the --cache-file=FILE option.
 * Uses optional shell scripts $prefix/share/config.site and
-  $prefix/etc/config.site to perform site or system specific initializations. 
+  $prefix/etc/config.site to perform site or system specific initializations.
 * configure saves compiler output to ./config.log for debugging.
 * New files autoconf.m4 and autoheader.m4 load the other Autoconf macros.
 * acsite.m4 is the new name for the system-wide aclocal.m4.
@@ -273,9 +279,9 @@ Major changes in release 1.4:
   set the shell variables `gen_files' and `gen_config' to the list of
   filenames to output.
 * AC_DECLARE_YYTEXT does an AC_SUBST of `LEX_OUTPUT_ROOT', which may be
-  "lex.yy" or "lexyy", depending on the system. 
+  "lex.yy" or "lexyy", depending on the system.
 * AC_PROGRAMS_CHECK takes an optional third arg.  If given, it is used as
-  the default value. 
+  the default value.
 * If AC_ALLOCA chooses alloca.c, it also defines STACK_DIRECTION.
 * AC_CONST works much more reliably on more systems.
 * Many bug fixes.