mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
* configure.ac: Bump to 2.52g.
This commit is contained in:
parent
0ca3d2c678
commit
43aaa22d43
@ -1,3 +1,7 @@
|
||||
2001-11-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* configure.ac: Bump to 2.52g.
|
||||
|
||||
2001-11-02 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 2.52f.
|
||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
||||
* Major changes in Autoconf 2.52f -*- outline -*-
|
||||
* Major changes in Autoconf 2.52g -*- outline -*-
|
||||
|
||||
** Requirements
|
||||
|
||||
|
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.52e for GNU Autoconf 2.52f.
|
||||
# Generated by GNU Autoconf 2.52e for GNU Autoconf 2.52g.
|
||||
#
|
||||
# Report bugs to <bug-autoconf@gnu.org>.
|
||||
#
|
||||
@ -290,8 +290,8 @@ mandir='${prefix}/man'
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU Autoconf'
|
||||
PACKAGE_TARNAME='autoconf'
|
||||
PACKAGE_VERSION='2.52f'
|
||||
PACKAGE_STRING='GNU Autoconf 2.52f'
|
||||
PACKAGE_VERSION='2.52g'
|
||||
PACKAGE_STRING='GNU Autoconf 2.52g'
|
||||
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
|
||||
|
||||
ac_prev=
|
||||
@ -697,7 +697,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.52f to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.52g to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -759,7 +759,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.52f:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.52g:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -837,7 +837,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GNU Autoconf configure 2.52f
|
||||
GNU Autoconf configure 2.52g
|
||||
generated by GNU Autoconf 2.52e
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
|
||||
@ -852,7 +852,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.52f, which was
|
||||
It was created by GNU Autoconf $as_me 2.52g, which was
|
||||
generated by GNU Autoconf 2.52e. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -1355,7 +1355,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE=autoconf
|
||||
VERSION=2.52f
|
||||
VERSION=2.52g
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define PACKAGE "$PACKAGE"
|
||||
@ -2020,7 +2020,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by GNU Autoconf $as_me 2.52f, which was
|
||||
This file was extended by GNU Autoconf $as_me 2.52g, which was
|
||||
generated by GNU Autoconf 2.52e. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -2077,7 +2077,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.52f
|
||||
GNU Autoconf config.status 2.52g
|
||||
configured by $0, generated by GNU Autoconf 2.52e,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -22,13 +22,13 @@
|
||||
# We need AC_CONFIG_TESTDIR.
|
||||
AC_PREREQ(2.52e)
|
||||
|
||||
AC_INIT(GNU Autoconf, 2.52f, bug-autoconf@gnu.org)
|
||||
AC_INIT(GNU Autoconf, 2.52g, bug-autoconf@gnu.org)
|
||||
AC_CONFIG_SRCDIR(ChangeLog)
|
||||
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AC_CONFIG_FILES(config/Makefile)
|
||||
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.52f)
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.52g)
|
||||
|
||||
# Initialize the test suite and build position independent wrappers.
|
||||
AC_CONFIG_TESTDIR(tests)
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH AUTOCONF "1" "November 2001" "GNU Autoconf 2.52f" FSF
|
||||
.TH AUTOCONF "1" "November 2001" "GNU Autoconf 2.52g" FSF
|
||||
.SH NAME
|
||||
autoconf \- Generate configuration scripts
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH AUTOHEADER "1" "November 2001" "GNU Autoconf 2.52f" FSF
|
||||
.TH AUTOHEADER "1" "November 2001" "GNU Autoconf 2.52g" FSF
|
||||
.SH NAME
|
||||
autoheader \- Create a template header for configure
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH AUTOM4TE "1" "November 2001" "GNU Autoconf 2.52f" FSF
|
||||
.TH AUTOM4TE "1" "November 2001" "GNU Autoconf 2.52g" FSF
|
||||
.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.24.
|
||||
.TH AUTORECONF "1" "November 2001" "GNU Autoconf 2.52f" FSF
|
||||
.TH AUTORECONF "1" "November 2001" "GNU Autoconf 2.52g" FSF
|
||||
.SH NAME
|
||||
autoreconf \- Update generated configuration files
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH AUTOSCAN "1" "November 2001" "GNU Autoconf 2.52f" FSF
|
||||
.TH AUTOSCAN "1" "November 2001" "GNU Autoconf 2.52g" FSF
|
||||
.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.24.
|
||||
.TH AUTOUPDATE "1" "November 2001" "GNU Autoconf 2.52f" FSF
|
||||
.TH AUTOUPDATE "1" "November 2001" "GNU Autoconf 2.52g" FSF
|
||||
.SH NAME
|
||||
autoupdate \- Update a configure.in to a newer Autoconf
|
||||
.SH SYNOPSIS
|
||||
|
@ -26,7 +26,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.SH "REPORTING BUGS"
|
||||
Report bugs to <bug-autoconf@gnu.org>.
|
||||
.PP
|
||||
ifnames (GNU Autoconf) 2.52f
|
||||
ifnames (GNU Autoconf) 2.52g
|
||||
.SH "SEE ALSO"
|
||||
.BR autoconf (1),
|
||||
.BR automake (1),
|
||||
|
Loading…
Reference in New Issue
Block a user