diff --git a/ChangeLog b/ChangeLog index 56201f09..d35c8fce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-23 Ralf Wildenhues + + Version 2.60. + + * configure.ac, NEWS: Update. + 2006-06-23 Ralf Wildenhues * config/texinfo.tex: Sync from upstream. diff --git a/Makefile.in b/Makefile.in index c61d9c22..36673e53 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,7 +37,7 @@ POST_UNINSTALL = : subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS README-alpha THANKS TODO + ChangeLog INSTALL NEWS THANKS TODO ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/config/m4.m4 \ $(top_srcdir)/configure.ac diff --git a/NEWS b/NEWS index c40c1bff..11c99b30 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -* Major changes in Autoconf 2.59e +* Major changes in Autoconf 2.60 ** Autoconf no longer depends on whether m4wrap is FIFO (as Posix requires) or LIFO (as in GNU M4 1.4.x). GNU M4 2.0 is expected to conform to Posix diff --git a/configure b/configure index 1dfd936f..45b1aaa3 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.59e for GNU Autoconf 2.59e. +# Generated by GNU Autoconf 2.60 for GNU Autoconf 2.60. # # 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.59e' -PACKAGE_STRING='GNU Autoconf 2.59e' +PACKAGE_VERSION='2.60' +PACKAGE_STRING='GNU Autoconf 2.60' 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.59e to adapt to many kinds of systems. +\`configure' configures GNU Autoconf 2.60 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.59e:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.60:";; 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.59e -generated by GNU Autoconf 2.59e +GNU Autoconf configure 2.60 +generated by GNU Autoconf 2.60 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.59e, which was -generated by GNU Autoconf 2.59e. Invocation command line was +It was created by GNU Autoconf $as_me 2.60, which was +generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -1977,7 +1977,7 @@ fi # Define the identity of the package. PACKAGE='autoconf' - VERSION='2.59e' + VERSION='2.60' cat >>confdefs.h <<_ACEOF @@ -3220,8 +3220,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.59e, which was -generated by GNU Autoconf 2.59e. Invocation command line was +This file was extended by GNU Autoconf $as_me 2.60, which was +generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -3267,8 +3267,8 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Autoconf config.status 2.59e -configured by $0, generated by GNU Autoconf 2.59e, +GNU Autoconf config.status 2.60 +configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2006 Free Software Foundation, Inc. @@ -3878,14 +3878,4 @@ if test "$no_create" != yes; then fi # Report the state of this version of Autoconf if this is a beta. - cat <. - -Below you will find information on the status of this version of Autoconf. - - -EOF - sed -n '/^\* Status/,$p' $srcdir/BUGS diff --git a/configure.ac b/configure.ac index 7c08e697..bbfbfbd8 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.59e], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.60], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog]) diff --git a/man/autoconf.1 b/man/autoconf.1 index def2679d..4a0d04f0 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOCONF "1" "June 2006" "autoconf 2.59e" "User Commands" +.TH AUTOCONF "1" "June 2006" "autoconf 2.60" "User Commands" .SH NAME autoconf \- Generate configuration scripts .SH SYNOPSIS diff --git a/man/autoheader.1 b/man/autoheader.1 index 24c751e7..98058bfa 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOHEADER "1" "June 2006" "autoheader 2.59e" "User Commands" +.TH AUTOHEADER "1" "June 2006" "autoheader 2.60" "User Commands" .SH NAME autoheader \- Create a template header for configure .SH SYNOPSIS diff --git a/man/autom4te.1 b/man/autom4te.1 index 9fce04fb..f47155d7 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOM4TE "1" "June 2006" "autom4te 2.59e" "User Commands" +.TH AUTOM4TE "1" "June 2006" "autom4te 2.60" "User Commands" .SH NAME autom4te \- Generate files and scripts thanks to M4 .SH SYNOPSIS diff --git a/man/autoreconf.1 b/man/autoreconf.1 index 6307d69f..a865d501 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTORECONF "1" "June 2006" "autoreconf 2.59e" "User Commands" +.TH AUTORECONF "1" "June 2006" "autoreconf 2.60" "User Commands" .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS diff --git a/man/autoscan.1 b/man/autoscan.1 index 00d46ef6..09cabcdf 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOSCAN "1" "June 2006" "autoscan 2.59e" "User Commands" +.TH AUTOSCAN "1" "June 2006" "autoscan 2.60" "User Commands" .SH NAME autoscan \- Generate a preliminary configure.in .SH SYNOPSIS diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 643a923f..f65220d6 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH AUTOUPDATE "1" "June 2006" "autoupdate 2.59e" "User Commands" +.TH AUTOUPDATE "1" "June 2006" "autoupdate 2.60" "User Commands" .SH NAME autoupdate \- Update a configure.in to a newer Autoconf .SH SYNOPSIS diff --git a/man/ifnames.1 b/man/ifnames.1 index a9e0e5f8..1e7e37e0 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH IFNAMES "1" "June 2006" "ifnames 2.59e" "User Commands" +.TH IFNAMES "1" "June 2006" "ifnames 2.60" "User Commands" .SH NAME ifnames \- Extract CPP conditionals from a set of files .SH SYNOPSIS