* configure.ac (AC_INIT): Bump version, since 2.61a is released.

* NEWS: Start news for current version.
This commit is contained in:
Eric Blake 2006-12-16 19:09:50 +00:00
parent a152d40158
commit 53bf3ccb33
5 changed files with 26 additions and 17 deletions

View File

@ -1,3 +1,8 @@
2006-12-16 Eric Blake <ebb9@byu.net>
* configure.ac (AC_INIT): Bump version, since 2.61a is released.
* NEWS: Start news for current version.
2006-12-15 Paul Eggert <eggert@cs.ucla.edu>
* lib/autoconf/functions.m4 (AC_FUNC_GETMNTENT):

4
NEWS
View File

@ -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

4
aclocal.m4 vendored
View File

@ -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])])

28
configure vendored
View File

@ -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 <bug-autoconf@gnu.org>.
#
@ -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 <bug-autoconf@gnu.org>."
_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.

View File

@ -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])