]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Bump to 2.57h.
authorAkim Demaille <akim@epita.fr>
Fri, 24 Oct 2003 10:01:27 +0000 (10:01 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 24 Oct 2003 10:01:27 +0000 (10:01 +0000)
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

diff --git a/NEWS b/NEWS
index fb66b82f91573950364be22ca21c24f27f29dab8..a4c281ecbcf474f40f56e6a2bf3349b38b4affbf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-* Major changes in Autoconf 2.57g                       -*- outline -*-
+* Major changes in Autoconf 2.57h                       -*- outline -*-
+
+* Major changes in Autoconf 2.57g
+
+  Released 2003-10-24, by Akim Demaille
 
 ** autoreconf and auxiliary directory
   Autoreconf creates the auxiliary directory if needed.  This is
index 69f76ba2fadab45db0d378c0591fb1f513ae9cb2..844f858f9085b3e9770d0ca05911c7a67ee3c315 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.57e for GNU Autoconf 2.57g.
+# Generated by GNU Autoconf 2.57e for GNU Autoconf 2.57h.
 #
 # Report bugs to <bug-autoconf@gnu.org>.
 #
@@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='GNU Autoconf'
 PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.57g'
-PACKAGE_STRING='GNU Autoconf 2.57g'
+PACKAGE_VERSION='2.57h'
+PACKAGE_STRING='GNU Autoconf 2.57h'
 PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
 
 ac_unique_file="ChangeLog"
@@ -730,7 +730,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.57g to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.57h to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -792,7 +792,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU Autoconf 2.57g:";;
+     short | recursive ) echo "Configuration of GNU Autoconf 2.57h:";;
    esac
   cat <<\_ACEOF
 
@@ -872,7 +872,7 @@ fi
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU Autoconf configure 2.57g
+GNU Autoconf configure 2.57h
 generated by GNU Autoconf 2.57e
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -886,7 +886,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.57g, which was
+It was created by GNU Autoconf $as_me 2.57h, which was
 generated by GNU Autoconf 2.57e.  Invocation command line was
 
   $ $0 $@
@@ -1501,7 +1501,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='autoconf'
- VERSION='2.57g'
+ VERSION='2.57h'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2414,7 +2414,7 @@ _ASBOX
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by GNU Autoconf $as_me 2.57g, which was
+This file was extended by GNU Autoconf $as_me 2.57h, which was
 generated by GNU Autoconf 2.57e.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2472,7 +2472,7 @@ _ACEOF
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-GNU Autoconf config.status 2.57g
+GNU Autoconf config.status 2.57h
 configured by $0, generated by GNU Autoconf 2.57e,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
index 05529d9cd396bc688292191ed88f6d2cb408f076..a33b9fffc68924e4bd3acb954004b1e536646b20 100644 (file)
 # We need AC_CONFIG_TESTDIR.
 AC_PREREQ([2.57])
 
-AC_INIT([GNU Autoconf], [2.57g], [bug-autoconf@gnu.org])
+AC_INIT([GNU Autoconf], [2.57h], [bug-autoconf@gnu.org])
 AC_SUBST([PACKAGE_NAME])dnl
 AC_CONFIG_SRCDIR([ChangeLog])
 
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_FILES([config/Makefile])
 
-AM_INIT_AUTOMAKE([check-news 1.7.7 dist-bzip2 readme-alpha])
+AM_INIT_AUTOMAKE([check-news 1.7.8 dist-bzip2 readme-alpha])
 
 # Initialize the test suite and build position independent wrappers.
 AC_CONFIG_TESTDIR([tests])
index 62bae1afdd950d593b416693e7b2954e53a99caa..eb6b8568d99083f3e9dc07ecf0fc7514f6ded525 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOCONF "1" "October 2003" "autoconf 2.57g" "User Commands"
+.TH AUTOCONF "1" "October 2003" "autoconf 2.57h" "User Commands"
 .SH NAME
 autoconf \- Generate configuration scripts
 .SH SYNOPSIS
index 29628c719778e98da81874e51a6315f911964ada..949b526e3aa5f69a98e5ad63dcbb314519013ded 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOHEADER "1" "October 2003" "autoheader 2.57g" "User Commands"
+.TH AUTOHEADER "1" "October 2003" "autoheader 2.57h" "User Commands"
 .SH NAME
 autoheader \- Create a template header for configure
 .SH SYNOPSIS
index 21629e62dab7299d7b22f520efaf423f9298c8a5..a517f19ff9beb01e052f50dcb978e4f305220388 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOM4TE "1" "October 2003" "autom4te 2.57g" "User Commands"
+.TH AUTOM4TE "1" "October 2003" "autom4te 2.57h" "User Commands"
 .SH NAME
 autom4te \- Generate files and scripts thanks to M4
 .SH SYNOPSIS
index 44cf8ef1a5748825b97d5ab1b7292271036b4cdf..78883a8017768eef01d12002894f7abd2d0ee406 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTORECONF "1" "October 2003" "autoreconf 2.57g" "User Commands"
+.TH AUTORECONF "1" "October 2003" "autoreconf 2.57h" "User Commands"
 .SH NAME
 autoreconf \- Update generated configuration files
 .SH SYNOPSIS
index 688e039c92dcac656111ec86abbeb30a5e32e655..8823cbe1a87dcbd26eeab62a6ebd78284de8b217 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOSCAN "1" "October 2003" "autoscan 2.57g" "User Commands"
+.TH AUTOSCAN "1" "October 2003" "autoscan 2.57h" "User Commands"
 .SH NAME
 autoscan \- Generate a preliminary configure.in
 .SH SYNOPSIS
index dce440c0f74a36fecdbc5edbb83ac7da44a80052..20cc8d70f2ec5e58cbba7d6a5068060eaf93cbfb 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH AUTOUPDATE "1" "October 2003" "autoupdate 2.57g" "User Commands"
+.TH AUTOUPDATE "1" "October 2003" "autoupdate 2.57h" "User Commands"
 .SH NAME
 autoupdate \- Update a configure.in to a newer Autoconf
 .SH SYNOPSIS
index ea5cbe41ad12cab9851c53551a7201be4d210c77..f4552b633e8614081b60d4fb4c1eac7b70d79a44 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.33.
-.TH IFNAMES "1" "October 2003" "ifnames 2.57g" "User Commands"
+.TH IFNAMES "1" "October 2003" "ifnames 2.57h" "User Commands"
 .SH NAME
 ifnames \- Extract CPP conditionals from a set of files
 .SH SYNOPSIS