From: Roland McGrath Date: Tue, 7 May 1996 17:19:58 +0000 (+0000) Subject: 2.10 changes X-Git-Tag: fsf-origin~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb1a62b204ee9a2d0b955707fed05bbb682f298;p=thirdparty%2Fautoconf.git 2.10 changes --- diff --git a/NEWS b/NEWS index 1e837988..aa01cad1 100644 --- 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. + +Major changes in releases 2.6 through 2.9: * Bug fixes. @@ -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.