From: Paul Eggert Date: Fri, 17 Nov 2006 19:04:48 +0000 (+0000) Subject: Version 2.61. X-Git-Tag: AUTOCONF-2.61~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df6c6cfc6d0b03477810c581ccc18367406bde68;p=thirdparty%2Fautoconf.git Version 2.61. * configure.ac (AC_INIT): Bump to 2.61. * NEWS: Likewise. --- 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])