mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
Bump to 2.57e.
This commit is contained in:
parent
4231f5cf49
commit
259006c2c7
6
NEWS
6
NEWS
@ -1,4 +1,8 @@
|
||||
* Major changes in Autoconf 2.57d -*- outline -*-
|
||||
* Major changes in Autoconf 2.57e -*- outline -*-
|
||||
|
||||
* Major changes in Autoconf 2.57d
|
||||
|
||||
Released 2003-09-25, by Akim Demaille.
|
||||
|
||||
* Major changes in Autoconf 2.57b
|
||||
|
||||
|
20
configure
vendored
20
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.57c for GNU Autoconf 2.57d.
|
||||
# Generated by GNU Autoconf 2.57c for GNU Autoconf 2.57e.
|
||||
#
|
||||
# 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.57d'
|
||||
PACKAGE_STRING='GNU Autoconf 2.57d'
|
||||
PACKAGE_VERSION='2.57e'
|
||||
PACKAGE_STRING='GNU Autoconf 2.57e'
|
||||
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.57d to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.57e 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.57d:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.57e:";;
|
||||
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.57d
|
||||
GNU Autoconf configure 2.57e
|
||||
generated by GNU Autoconf 2.57c
|
||||
|
||||
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.57d, which was
|
||||
It was created by GNU Autoconf $as_me 2.57e, which was
|
||||
generated by GNU Autoconf 2.57c. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -1500,7 +1500,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='autoconf'
|
||||
VERSION='2.57d'
|
||||
VERSION='2.57e'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -2350,7 +2350,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by GNU Autoconf $as_me 2.57d, which was
|
||||
This file was extended by GNU Autoconf $as_me 2.57e, which was
|
||||
generated by GNU Autoconf 2.57c. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -2408,7 +2408,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.57d
|
||||
GNU Autoconf config.status 2.57e
|
||||
configured by $0, generated by GNU Autoconf 2.57c,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
# We need AC_CONFIG_TESTDIR.
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
AC_INIT([GNU Autoconf], [2.57d], [bug-autoconf@gnu.org])
|
||||
AC_INIT([GNU Autoconf], [2.57e], [bug-autoconf@gnu.org])
|
||||
AC_SUBST([PACKAGE_NAME])dnl
|
||||
AC_CONFIG_SRCDIR([ChangeLog])
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||
.TH AUTOCONF "1" "September 2003" "autoconf 2.57d" "User Commands"
|
||||
.TH AUTOCONF "1" "September 2003" "autoconf 2.57e" "User Commands"
|
||||
.SH NAME
|
||||
autoconf \- Generate configuration scripts
|
||||
.SH SYNOPSIS
|
||||
|
@ -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.57d
|
||||
autoheader (GNU Autoconf) 2.57e
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2003 Free Software Foundation, Inc.
|
||||
.br
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||
.TH AUTOM4TE "1" "September 2003" "autom4te 2.57d" "User Commands"
|
||||
.TH AUTOM4TE "1" "September 2003" "autom4te 2.57e" "User Commands"
|
||||
.SH NAME
|
||||
autom4te \- Generate files and scripts thanks to M4
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||
.TH AUTORECONF "1" "September 2003" "autoreconf 2.57d" "User Commands"
|
||||
.TH AUTORECONF "1" "September 2003" "autoreconf 2.57e" "User Commands"
|
||||
.SH NAME
|
||||
autoreconf \- Update generated configuration files
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||
.TH AUTOSCAN "1" "September 2003" "autoscan 2.57d" "User Commands"
|
||||
.TH AUTOSCAN "1" "September 2003" "autoscan 2.57e" "User Commands"
|
||||
.SH NAME
|
||||
autoscan \- Generate a preliminary configure.in
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||
.TH AUTOUPDATE "1" "September 2003" "autoupdate 2.57d" "User Commands"
|
||||
.TH AUTOUPDATE "1" "September 2003" "autoupdate 2.57e" "User Commands"
|
||||
.SH NAME
|
||||
autoupdate \- Update a configure.in to a newer Autoconf
|
||||
.SH SYNOPSIS
|
||||
|
@ -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.57d
|
||||
ifnames (GNU Autoconf) 2.57e
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co 2003 Free Software Foundation, Inc.
|
||||
.br
|
||||
|
Loading…
Reference in New Issue
Block a user