From 7ea5d50ec0190d10462b2cf7709388d3af78a842 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 3 Sep 2007 22:16:12 +0000 Subject: [PATCH] * NEWS: Document fixes that have been applied since 2.61a. --- ChangeLog | 2 ++ NEWS | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 132b6ece..56a5fbef 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 a9d3383e..b018fc0c 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. -- 2.47.2