From: Akim Demaille Date: Fri, 20 Jun 2003 10:58:56 +0000 (+0000) Subject: * configure.ac: Bump to 2.57b. X-Git-Tag: AUTOCONF-2.57b~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1398d196e2bf810a6a56df999d2aa6977e69d31;p=thirdparty%2Fautoconf.git * configure.ac: Bump to 2.57b. --- diff --git a/ChangeLog b/ChangeLog index b054731c..951237ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-06-20 Akim Demaille + + * configure.ac: Bump to 2.57b. + 2003-06-20 Akim Demaille Version 2.57a. diff --git a/Makefile.in b/Makefile.in index 8e01328e..4c57d238 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,11 +34,10 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : -DIST_COMMON = Makefile.in Makefile.am COPYING COPYING INSTALL INSTALL \ - NEWS NEWS README README AUTHORS AUTHORS ChangeLog ChangeLog \ - THANKS aclocal.m4 configure configure.ac $(am__configure_deps) \ - README-alpha AUTHORS COPYING ChangeLog INSTALL NEWS README \ - THANKS TODO configure configure.ac +DIST_COMMON = Makefile.in Makefile.am COPYING INSTALL NEWS README \ + AUTHORS ChangeLog THANKS aclocal.m4 configure configure.ac \ + $(am__configure_deps) README-alpha AUTHORS COPYING ChangeLog \ + INSTALL NEWS README THANKS TODO configure configure.ac subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__configure_deps = $(top_srcdir)/config/m4.m4 diff --git a/NEWS b/NEWS index 114a42c0..8ee51edf 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -* Major changes in Autoconf 2.57a -*- outline -*- +* Major changes in Autoconf 2.57b -*- outline -*- + +* Major changes in Autoconf 2.57a Released 2003-06-20 by Akim Demaille. diff --git a/configure b/configure index 3b41fc49..199198f1 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.57a for GNU Autoconf 2.57a. +# Generated by GNU Autoconf 2.57a for GNU Autoconf 2.57b. # # Report bugs to . # @@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GNU Autoconf' PACKAGE_TARNAME='autoconf' -PACKAGE_VERSION='2.57a' -PACKAGE_STRING='GNU Autoconf 2.57a' +PACKAGE_VERSION='2.57b' +PACKAGE_STRING='GNU Autoconf 2.57b' PACKAGE_BUGREPORT='bug-autoconf@gnu.org' ac_unique_file="ChangeLog" @@ -729,7 +729,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.57a to adapt to many kinds of systems. +\`configure' configures GNU Autoconf 2.57b to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -791,7 +791,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Autoconf 2.57a:";; + short | recursive ) echo "Configuration of GNU Autoconf 2.57b:";; esac cat <<\_ACEOF @@ -871,7 +871,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -GNU Autoconf configure 2.57a +GNU Autoconf configure 2.57b generated by GNU Autoconf 2.57a Copyright (C) 2003 Free Software Foundation, Inc. @@ -885,7 +885,7 @@ cat >&5 <<_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.57a, which was +It was created by GNU Autoconf $as_me 2.57b, which was generated by GNU Autoconf 2.57a. Invocation command line was $ $0 $@ @@ -1501,7 +1501,7 @@ fi # Define the identity of the package. PACKAGE='autoconf' - VERSION='2.57a' + VERSION='2.57b' cat >>confdefs.h <<_ACEOF @@ -2351,7 +2351,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by GNU Autoconf $as_me 2.57a, which was +This file was extended by GNU Autoconf $as_me 2.57b, which was generated by GNU Autoconf 2.57a. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2409,7 +2409,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GNU Autoconf config.status 2.57a +GNU Autoconf config.status 2.57b configured by $0, generated by GNU Autoconf 2.57a, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index ae55944f..6ad1c314 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # We need AC_CONFIG_TESTDIR. AC_PREREQ([2.57]) -AC_INIT([GNU Autoconf], [2.57a], [bug-autoconf@gnu.org]) +AC_INIT([GNU Autoconf], [2.57b], [bug-autoconf@gnu.org]) AC_SUBST([PACKAGE_NAME])dnl AC_CONFIG_SRCDIR([ChangeLog]) diff --git a/man/autoconf.1 b/man/autoconf.1 index 8d5e0b47..d976f217 100644 --- a/man/autoconf.1 +++ b/man/autoconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOCONF "1" "May 2003" "autoconf 2.57a" "User Commands" +.TH AUTOCONF "1" "June 2003" "autoconf 2.57b" "User Commands" .SH NAME autoconf \- Generate configuration scripts .SH SYNOPSIS diff --git a/man/autoheader.1 b/man/autoheader.1 index afcc46c6..18b00cf9 100644 --- a/man/autoheader.1 +++ b/man/autoheader.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOHEADER "1" "June 2003" "autoheader 2.57a" "User Commands" +.TH AUTOHEADER "1" "June 2003" "autoheader 2.57b" "User Commands" .SH NAME autoheader \- Create a template header for configure .SH SYNOPSIS diff --git a/man/autom4te.1 b/man/autom4te.1 index dedad99b..6707e59b 100644 --- a/man/autom4te.1 +++ b/man/autom4te.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOM4TE "1" "June 2003" "autom4te 2.57a" "User Commands" +.TH AUTOM4TE "1" "June 2003" "autom4te 2.57b" "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 1cb9cf1e..d29966d9 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTORECONF "1" "May 2003" "autoreconf 2.57a" "User Commands" +.TH AUTORECONF "1" "June 2003" "autoreconf 2.57b" "User Commands" .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS diff --git a/man/autoscan.1 b/man/autoscan.1 index b4d94b5b..0ef748c4 100644 --- a/man/autoscan.1 +++ b/man/autoscan.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOSCAN "1" "June 2003" "autoscan 2.57a" "User Commands" +.TH AUTOSCAN "1" "June 2003" "autoscan 2.57b" "User Commands" .SH NAME autoscan \- Generate a preliminary configure.in .SH SYNOPSIS diff --git a/man/autoupdate.1 b/man/autoupdate.1 index 0c12c080..9694f4cf 100644 --- a/man/autoupdate.1 +++ b/man/autoupdate.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH AUTOUPDATE "1" "May 2003" "autoupdate 2.57a" "User Commands" +.TH AUTOUPDATE "1" "June 2003" "autoupdate 2.57b" "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 40e85a88..20e485f6 100644 --- a/man/ifnames.1 +++ b/man/ifnames.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.29. -.TH IFNAMES "1" "May 2003" "ifnames " "User Commands" +.TH IFNAMES "1" "June 2003" "ifnames " "User Commands" .SH NAME ifnames \- Extract CPP conditionals from a set of files .SH SYNOPSIS @@ -22,7 +22,7 @@ Written by David J. MacKenzie and Paul Eggert. .SH "REPORTING BUGS" Report bugs to . .PP -ifnames (GNU Autoconf) 2.57a +ifnames (GNU Autoconf) 2.57b .SH COPYRIGHT Copyright \(co 2003 Free Software Foundation, Inc. .br diff --git a/tests/Makefile.in b/tests/Makefile.in index b3dbc06a..7bf8859e 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -34,10 +34,8 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : DIST_COMMON = $(srcdir)/../lib/freeze.mk Makefile.in Makefile.am \ - atlocal.in atlocal.in wrapper.in wrapper.in wrapper.in \ - wrapper.in wrapper.in wrapper.in wrapper.in wrapper.in \ - wrapper.in wrapper.in wrapper.in wrapper.in wrapper.in \ - wrapper.in + atlocal.in wrapper.in wrapper.in wrapper.in wrapper.in \ + wrapper.in wrapper.in wrapper.in subdir = tests ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__configure_deps = $(top_srcdir)/config/m4.m4