From: Eric Blake Date: Sat, 16 Dec 2006 19:09:50 +0000 (+0000) Subject: * configure.ac (AC_INIT): Bump version, since 2.61a is released. X-Git-Tag: v2.62~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bf3ccb33e84913bb1aeb0887fb96a6fae3828a;p=thirdparty%2Fautoconf.git * configure.ac (AC_INIT): Bump version, since 2.61a is released. * NEWS: Start news for current version. --- diff --git a/ChangeLog b/ChangeLog index 0e6bb968e..6ca52e967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-16 Eric Blake + + * configure.ac (AC_INIT): Bump version, since 2.61a is released. + * NEWS: Start news for current version. + 2006-12-15 Paul Eggert * lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT): diff --git a/NEWS b/NEWS index 7f352ea57..92c9582f0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +* Major changes in Autoconf 2.61b (????-??-??) + +** None yet... + * Major changes in Autoconf 2.61a (2006-12-11) ** AC_FUNC_FSEEKO was broken in 2.61; it didn't make fseeko and ftello visible diff --git a/aclocal.m4 b/aclocal.m4 index 94658cc67..69b0da38d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -11,8 +11,8 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -m4_if(m4_PACKAGE_VERSION, [2.61a],, -[m4_fatal([this file was generated for autoconf 2.61a. +m4_if(m4_PACKAGE_VERSION, [2.61b],, +[m4_fatal([this file was generated for autoconf 2.61b. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely.], [63])]) diff --git a/configure b/configure index 9f7c33c8c..b9d9b2bc2 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61a for GNU Autoconf 2.61a. +# Generated by GNU Autoconf 2.61b for GNU Autoconf 2.61b. # # Report bugs to . # @@ -603,8 +603,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Autoconf' PACKAGE_TARNAME='autoconf' -PACKAGE_VERSION='2.61a' -PACKAGE_STRING='GNU Autoconf 2.61a' +PACKAGE_VERSION='2.61b' +PACKAGE_STRING='GNU Autoconf 2.61b' PACKAGE_BUGREPORT='bug-autoconf@gnu.org' ac_unique_file="ChangeLog" @@ -1190,7 +1190,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU Autoconf 2.61a to adapt to many kinds of systems. +\`configure' configures GNU Autoconf 2.61b to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1256,7 +1256,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Autoconf 2.61a:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.61b:";; esac cat <<\_ACEOF @@ -1334,8 +1334,8 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Autoconf configure 2.61a -generated by GNU Autoconf 2.61a +GNU Autoconf configure 2.61b +generated by GNU Autoconf 2.61b Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -1348,8 +1348,8 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU Autoconf $as_me 2.61a, which was -generated by GNU Autoconf 2.61a. Invocation command line was +It was created by GNU Autoconf $as_me 2.61b, which was +generated by GNU Autoconf 2.61b. Invocation command line was $ $0 $@ @@ -2040,7 +2040,7 @@ fi # Define the identity of the package. PACKAGE='autoconf' - VERSION='2.61a' + VERSION='2.61b' cat >>confdefs.h <<_ACEOF @@ -3343,8 +3343,8 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU Autoconf $as_me 2.61a, which was -generated by GNU Autoconf 2.61a. Invocation command line was +This file was extended by GNU Autoconf $as_me 2.61b, which was +generated by GNU Autoconf 2.61b. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -3390,8 +3390,8 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Autoconf config.status 2.61a -configured by $0, generated by GNU Autoconf 2.61a, +GNU Autoconf config.status 2.61b +configured by $0, generated by GNU Autoconf 2.61b, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2006 Free Software Foundation, Inc. diff --git a/configure.ac b/configure.ac index c547ac9ad..fa25c72d5 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.61a], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.61b], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog])