From df6c6cfc6d0b03477810c581ccc18367406bde68 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 17 Nov 2006 19:04:48 +0000 Subject: [PATCH] Version 2.61. * configure.ac (AC_INIT): Bump to 2.61. * NEWS: Likewise. --- ChangeLog | 5 +++++ NEWS | 13 ++++++------- configure.ac | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index c7c256a9..056fc56b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-11-17 Paul Eggert + 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 6881b14d..2a49e0fe 100644 --- 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) @@ -19,10 +23,6 @@ ** 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. diff --git a/configure.ac b/configure.ac index 9c55b735..78326355 100644 --- a/configure.ac +++ b/configure.ac @@ -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])