From: Eric Blake Date: Tue, 29 Aug 2006 12:37:57 +0000 (+0000) Subject: * configure.ac (AC_INIT): Bump to 2.60b. X-Git-Tag: AUTOCONF-2.60b~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba8ad9304e26a6b38a6e7e9b752adeecd371292;p=thirdparty%2Fautoconf.git * configure.ac (AC_INIT): Bump to 2.60b. * NEWS: Update. --- diff --git a/ChangeLog b/ChangeLog index daeaae25b..a92070a50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-29 Eric Blake + + * configure.ac (AC_INIT): Bump to 2.60b. + * NEWS: Update. + 2006-08-28 Eric Blake * lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was diff --git a/NEWS b/NEWS index 67b4c70db..c396bd04e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* Major changes in Autoconf 2.60b (??) + * Major changes in Autoconf 2.60a (2006-08-25) ** GNU M4 1.4.6 or later is now recommended. At least one "make check" diff --git a/configure b/configure index 1c8fbe825..e740ddc94 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.60a for GNU Autoconf 2.60a. +# Generated by GNU Autoconf 2.60b for GNU Autoconf 2.60b. # # Report bugs to . # @@ -559,8 +559,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Autoconf' PACKAGE_TARNAME='autoconf' -PACKAGE_VERSION='2.60a' -PACKAGE_STRING='GNU Autoconf 2.60a' +PACKAGE_VERSION='2.60b' +PACKAGE_STRING='GNU Autoconf 2.60b' PACKAGE_BUGREPORT='bug-autoconf@gnu.org' ac_unique_file="ChangeLog" @@ -1144,7 +1144,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.60a to adapt to many kinds of systems. +\`configure' configures GNU Autoconf 2.60b to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1210,7 +1210,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Autoconf 2.60a:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.60b:";; esac cat <<\_ACEOF @@ -1288,8 +1288,8 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Autoconf configure 2.60a -generated by GNU Autoconf 2.60a +GNU Autoconf configure 2.60b +generated by GNU Autoconf 2.60b Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -1302,8 +1302,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.60a, which was -generated by GNU Autoconf 2.60a. Invocation command line was +It was created by GNU Autoconf $as_me 2.60b, which was +generated by GNU Autoconf 2.60b. Invocation command line was $ $0 $@ @@ -1975,7 +1975,7 @@ fi # Define the identity of the package. PACKAGE='autoconf' - VERSION='2.60a' + VERSION='2.60b' cat >>confdefs.h <<_ACEOF @@ -3218,8 +3218,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.60a, which was -generated by GNU Autoconf 2.60a. Invocation command line was +This file was extended by GNU Autoconf $as_me 2.60b, which was +generated by GNU Autoconf 2.60b. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -3265,8 +3265,8 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Autoconf config.status 2.60a -configured by $0, generated by GNU Autoconf 2.60a, +GNU Autoconf config.status 2.60b +configured by $0, generated by GNU Autoconf 2.60b, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2006 Free Software Foundation, Inc. diff --git a/configure.ac b/configure.ac index 2863a150f..d79478e3a 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.60a], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.60b], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog])