From: Paul Eggert Date: Fri, 17 Nov 2006 20:01:04 +0000 (+0000) Subject: * configure.ac (AC_INIT): Bump to 2.61a. X-Git-Tag: AUTOCONF-2.61a~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea6a63b4fad18a26a1f504a0cab651b6feda64b;p=thirdparty%2Fautoconf.git * configure.ac (AC_INIT): Bump to 2.61a. * NEWS: Likewise. 2006-11-17 Paul Eggert --- diff --git a/ChangeLog b/ChangeLog index 056fc56b2..82cc4474c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-17 Paul Eggert + + * configure.ac (AC_INIT): Bump to 2.61a. + * NEWS: Likewise. + 2006-11-17 Paul Eggert Version 2.61. diff --git a/NEWS b/NEWS index 2a49e0feb..c6f32eb00 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* Major changes in Autoconf 2.61a (??) + * Major changes in Autoconf 2.61 (2006-11-17) ** New macros AC_C_FLEXIBLE_ARRAY_MEMBER, AC_C_VARARRAYS. diff --git a/configure.ac b/configure.ac index 78326355f..c547ac9ad 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.61], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.61a], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog])