From: Eric Blake Date: Mon, 3 Sep 2007 22:16:12 +0000 (+0000) Subject: * NEWS: Document fixes that have been applied since 2.61a. X-Git-Tag: v2.62~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea5d50ec0190d10462b2cf7709388d3af78a842;p=thirdparty%2Fautoconf.git * NEWS: Document fixes that have been applied since 2.61a. --- diff --git a/ChangeLog b/ChangeLog index 132b6ece7..56a5fbefd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-09-03 Eric Blake + * NEWS: Document fixes that have been applied since 2.61a. + Housekeeping. * THANKS: Update, and convert to UTF-8 encoding. * AUTHORS: Likewise. diff --git a/NEWS b/NEWS index a9d3383e4..b018fc0c1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ * Major changes in Autoconf 2.61b (????-??-??) +** Autoconf is now licensed under the General Public License version 3 + or later (GPLv3+). As with earlier versions, the license includes + an exception clause so that you may release a configure script + generated by autoconf under the license of your own program. + FIXME - revisit this line once exception clause is finalized. + ** New macro AC_OPENMP. ** AC_C_BIGENDIAN now supports universal binaries a la Mac OS X. @@ -22,6 +28,15 @@ some (but not all) C++ types involving anonymous struct and union were accepted, though this was not documented. +** AC_CONFIG_LINKS now handles the case when source and build trees + coincide. + +** AC_INIT no longer alters $@; regression introduced in 2.60. + +** The command 'autoconf -' now correctly processes a file from stdin. + +** Autotest now determines $srcdir correctly. + ** Autoconf now requires GNU M4 1.4.5 or later. Earlier versions of M4 have a bug in macro tracing that interferes with the interaction between Autoconf and Automake. GNU M4 1.4.8 or later is recommended.