]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.ac: Bump to 2.57c.
authorAkim Demaille <akim@epita.fr>
Sun, 24 Aug 2003 12:05:20 +0000 (12:05 +0000)
committerAkim Demaille <akim@epita.fr>
Sun, 24 Aug 2003 12:05:20 +0000 (12:05 +0000)
ChangeLog
NEWS
configure
configure.ac
man/autoconf.1
man/autoheader.1
man/autom4te.1
man/autoreconf.1
man/autoscan.1
man/autoupdate.1
man/ifnames.1

index 12d6fc11516bfafcccea87d370cc5167910b1e0c..fcbe5202d67f7fa0b7e7b80c918680293be17ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-24  Akim Demaille  <akim@epita.fr>
+
+       * configure.ac: Bump to 2.57c.
+
 2003-08-22  Akim Demaille  <akim@epita.fr>
 
        Version 2.57b.
diff --git a/NEWS b/NEWS
index c2a33e4bc614e499e95bccfcbde9db8b89165f17..ca44b27b4b676c837ad3efd079e3297013024c4c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-* Major changes in Autoconf 2.57b                       -*- outline -*-
+* Major changes in Autoconf 2.57c                       -*- outline -*-
+
+* Major changes in Autoconf 2.57b
+
+  Released 2003-08-24, by Akim Demaille.
 
 ** Autotest and local.at
   The optional file local.at is always included in Autotest test suites.
index ff71c4ca9f5272461567e42fce6a5a184438ebf0..74fcd4578877c8ecfcaf0338d00f1bbb76ef39fe 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57b for GNU Autoconf 2.57b.
+# Generated by GNU Autoconf 2.57b for GNU Autoconf 2.57c.
 #
 # Report bugs to <bug-autoconf@gnu.org>.
 #
@@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='GNU Autoconf'
 PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.57b'
-PACKAGE_STRING='GNU Autoconf 2.57b'
+PACKAGE_VERSION='2.57c'
+PACKAGE_STRING='GNU Autoconf 2.57c'
 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.57b to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.57c 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.57b:";;
+     short | recursive ) echo "Configuration of GNU Autoconf 2.57c:";;
    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.57b
+GNU Autoconf configure 2.57c
 generated by GNU Autoconf 2.57b
 
 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.57b, which was
+It was created by GNU Autoconf $as_me 2.57c, which was
 generated by GNU Autoconf 2.57b.  Invocation command line was
 
   $ $0 $@
@@ -1501,7 +1501,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='autoconf'
- VERSION='2.57b'
+ VERSION='2.57c'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2351,7 +2351,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GNU Autoconf $as_me 2.57b, which was
+This file was extended by GNU Autoconf $as_me 2.57c, which was
 generated by GNU Autoconf 2.57b.  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.57b
+GNU Autoconf config.status 2.57c
 configured by $0, generated by GNU Autoconf 2.57b,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index b6906f227fa6abff2f53dc53f95fe79960e643ac..0cc133f578d9114f0e25de2b59c5247aa10f66eb 100644 (file)
@@ -22,7 +22,7 @@
 # We need AC_CONFIG_TESTDIR.
 AC_PREREQ([2.57])
 
-AC_INIT([GNU Autoconf], [2.57b], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.57c], [bug-autoconf@gnu.org])
 AC_SUBST([PACKAGE_NAME])dnl
 AC_CONFIG_SRCDIR([ChangeLog])
 
index ea571b2c24555d873d0af65f9f7e9582021cf6d3..7be944aa90ba9f329a57709621b2506b909871f2 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOCONF "1" "August 2003" "autoconf 2.57b" "User Commands"
+.TH AUTOCONF "1" "August 2003" "autoconf 2.57c" "User Commands"
 .SH NAME
 autoconf \- Generate configuration scripts
 .SH SYNOPSIS
index 7a20fb9a1be84ad098f2cc6affcc379ae096d163..dfdfed56d9ec74a2a5ec00b7a4c84053070d8bb8 100644 (file)
@@ -73,7 +73,7 @@ Written by Roland McGrath and Akim Demaille.
 .SH "REPORTING BUGS"
 Report bugs to <bug-autoconf@gnu.org>.
 .PP
-autoheader (GNU Autoconf) 2.57b
+autoheader (GNU Autoconf) 2.57c
 .SH COPYRIGHT
 Copyright \(co 2003 Free Software Foundation, Inc.
 .br
index 8ed78df7a02fbe60dd13c8cffabb4cc2dfc14655..88caa9e881cb9684a4a580bebbbd5560225672fc 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOM4TE "1" "August 2003" "autom4te 2.57b" "User Commands"
+.TH AUTOM4TE "1" "August 2003" "autom4te 2.57c" "User Commands"
 .SH NAME
 autom4te \- Generate files and scripts thanks to M4
 .SH SYNOPSIS
index 98b07b1ad69927f9407d8c3889da0339e56bbf1b..bf5982d0339c6d5d9c9d8c0ce23b06c994bdc217 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTORECONF "1" "August 2003" "autoreconf 2.57b" "User Commands"
+.TH AUTORECONF "1" "August 2003" "autoreconf 2.57c" "User Commands"
 .SH NAME
 autoreconf \- Update generated configuration files
 .SH SYNOPSIS
index c748fb163e80075533611198841ba0f66f235f97..926dad247b9126499bb8a4d85a712088ba941659 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOSCAN "1" "August 2003" "autoscan 2.57b" "User Commands"
+.TH AUTOSCAN "1" "August 2003" "autoscan 2.57c" "User Commands"
 .SH NAME
 autoscan \- Generate a preliminary configure.in
 .SH SYNOPSIS
index daa85777b13089f7afc6b74c787a819ee9153403..e91c3121227797103e2d415c3979a1734534a5f3 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOUPDATE "1" "August 2003" "autoupdate 2.57b" "User Commands"
+.TH AUTOUPDATE "1" "August 2003" "autoupdate 2.57c" "User Commands"
 .SH NAME
 autoupdate \- Update a configure.in to a newer Autoconf
 .SH SYNOPSIS
index 41b0ee13664fc6ded7095fb9aa693a7f334de842..02bb81cc20060b26648530ec5e2b391d22dd690c 100644 (file)
@@ -22,7 +22,7 @@ Written by David J. MacKenzie and Paul Eggert.
 .SH "REPORTING BUGS"
 Report bugs to <bug-autoconf@gnu.org>.
 .PP
-ifnames (GNU Autoconf) 2.57b
+ifnames (GNU Autoconf) 2.57c
 .SH COPYRIGHT
 Copyright \(co 2003 Free Software Foundation, Inc.
 .br