]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Version 2.61.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 19:04:48 +0000 (19:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Nov 2006 19:04:48 +0000 (19:04 +0000)
* configure.ac (AC_INIT): Bump to 2.61.
* NEWS: Likewise.

ChangeLog
NEWS
configure.ac

index c7c256a95fcb1d677f69a69c98aa5bf395c57ce2..056fc56b24a646d78ccb5a43bcbb15317a28cc80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Version 2.61.
+
+       * configure.ac (AC_INIT): Bump to 2.61.
+       * NEWS: Likewise.
+
        * tests/autotest.at (Macro with backslash in a test title):
        Comment out for now, as this tests neither fails nor passes
        reliably.  Problem reported by Ralf Wildenhues.
diff --git a/NEWS b/NEWS
index 6881b14dc7fb0bbad5eb6af573b1481cebbb945a..2a49e0feb1b4101bb5252fdd137992ec49f468fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-* Major changes in Autoconf 2.60c (??)
+* Major changes in Autoconf 2.61 (2006-11-17)
+
+** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
+
+** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
 
 * Major changes in Autoconf 2.60b (2006-10-22)
 
 
 ** AC_COMPUTE_INT no longer caches or reports results.
 
-** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS.
-
-** AC_ARG_ENABLE and AC_ARG_WITH now allow '.' in feature and package names.
-
 ** AC_CHECK_DECL now also works with aggregate objects.
 
 ** AC_USE_SYSTEM_EXTENSIONS now defines _TANDEM_SOURCE for NonStop platforms.
@@ -37,8 +37,7 @@
 
 * Major changes in Autoconf 2.60a (2006-08-25)
 
-** GNU M4 1.4.6 or later is now recommended.  At least one "make check"
-  test fails with earlier versions of M4.
+** GNU M4 1.4.6 or later is now recommended.
 
 ** The check for C99 now tests for varargs macros, as documented.
   It also tests that the preprocessor supports 64-bit integers.
index 9c55b7357c1560e8311d419ce1766901d179fae8..78326355fba72a5a3b5ca6d71671dfacc9180b06 100644 (file)
@@ -22,7 +22,7 @@
 # We need AC_CONFIG_TESTDIR.
 AC_PREREQ([2.59])
 
-AC_INIT([GNU Autoconf], [2.60c], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.61], [bug-autoconf@gnu.org])
 AC_SUBST([PACKAGE_NAME])dnl
 AC_CONFIG_SRCDIR([ChangeLog])