* configure.in: Bump to 2.50a.

This commit is contained in:
Akim Demaille 2001-05-21 13:01:06 +00:00
parent bfa3bab2f8
commit b01aa7f35c
12 changed files with 12873 additions and 12870 deletions

12847
ChangeLog

File diff suppressed because it is too large Load Diff

12848
ChangeLog.2 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -47,7 +47,7 @@ nodistpkgdataDATA = autoconf.m4f
pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
EXTRA_DIST = ChangeLog.0 ChangeLog.1 \
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 \
BUGS INSTALL.txt \
acversion.m4.in \
autoconf.sh autoheader.sh autoreconf.sh autoupdate.in ifnames.sh \

View File

@ -94,7 +94,7 @@ nodistpkgdataDATA = autoconf.m4f
pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
EXTRA_DIST = ChangeLog.0 ChangeLog.1 BUGS INSTALL.txt acversion.m4.in autoconf.sh autoheader.sh autoreconf.sh autoupdate.in ifnames.sh autoscan.pl $(distpkgdataDATA)
EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.m4.in autoconf.sh autoheader.sh autoreconf.sh autoupdate.in ifnames.sh autoscan.pl $(distpkgdataDATA)
# Files that should be removed, but which Automake does not know:
@ -114,8 +114,8 @@ SCRIPTS = $(bin_SCRIPTS)
DATA = $(pkgdata_DATA)
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS THANKS TODO aclocal.m4 config.guess config.sub \
configure configure.in install-sh missing mkinstalldirs
Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 config.guess \
config.sub configure configure.in install-sh missing mkinstalldirs
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

22
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.50 for GNU Autoconf 2.50.
# Generated by Autoconf 2.50 for GNU Autoconf 2.50a.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
@ -146,8 +146,8 @@ mandir='${prefix}/man'
# Identity of this package.
PACKAGE_NAME='GNU Autoconf'
PACKAGE_TARNAME='autoconf'
PACKAGE_VERSION='2.50'
PACKAGE_STRING='GNU Autoconf 2.50'
PACKAGE_VERSION='2.50a'
PACKAGE_STRING='GNU Autoconf 2.50a'
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
ac_prev=
@ -535,7 +535,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 <<EOF
\`configure' configures GNU Autoconf 2.50 to adapt to many kinds of systems.
\`configure' configures GNU Autoconf 2.50a to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -597,7 +597,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of GNU Autoconf 2.50:";;
short | recursive ) echo "Configuration of GNU Autoconf 2.50a:";;
esac
cat <<\EOF
@ -644,7 +644,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
GNU Autoconf configure 2.50
GNU Autoconf configure 2.50a
generated by GNU Autoconf 2.50
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@ -659,7 +659,7 @@ cat >&5 <<EOF
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.50, which was
It was created by GNU Autoconf $as_me 2.50a, which was
generated by GNU Autoconf 2.50. Invocation command line was
$ $0 $@
@ -1065,7 +1065,7 @@ fi
PACKAGE=autoconf
VERSION=2.50
VERSION=2.50a
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ { echo "$as_me:1071: error: source directory already configured; run \"make distclean\" there first" >&5
@ -1679,7 +1679,7 @@ EOF
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
GNU Autoconf config.status 2.50
GNU Autoconf config.status 2.50a
configured by $0, generated by GNU Autoconf 2.50,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@ -1770,7 +1770,7 @@ cat >&5 << _ACEOF
## Running config.status. ##
## ----------------------- ##
This file was extended by $as_me (GNU Autoconf 2.50) 2.50, executed with
This file was extended by $as_me (GNU Autoconf 2.50a) 2.50, executed with
> $ac_cs_invocation
on `(hostname || uname -n) 2>/dev/null | sed 1q`
@ -2069,7 +2069,7 @@ if test "$no_create" != yes; then
fi
# Report the state of this version of Autoconf if this is a beta.
case 2.50 in
case 2.50a in
*[a-z]*)
cat <<EOF

View File

@ -1,8 +1,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(GNU Autoconf, 2.50, bug-autoconf@gnu.org)
AC_INIT(GNU Autoconf, 2.50a, bug-autoconf@gnu.org)
AC_CONFIG_SRCDIR(acgeneral.m4)
AM_INIT_AUTOMAKE(autoconf, 2.50)
AM_INIT_AUTOMAKE(autoconf, 2.50a)
# Initialize the test suite.
AT_CONFIG(..)

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTOCONF "1" "May 2001" "GNU Autoconf 2.50" FSF
.TH AUTOCONF "1" "May 2001" "GNU Autoconf 2.50a" FSF
.SH NAME
autoconf \- Generate configuration scripts
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTOHEADER "1" "May 2001" "GNU Autoconf 2.50" FSF
.TH AUTOHEADER "1" "May 2001" "GNU Autoconf 2.50a" FSF
.SH NAME
autoheader \- Create a template header for configure
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTORECONF "1" "May 2001" "GNU Autoconf 2.50" FSF
.TH AUTORECONF "1" "May 2001" "GNU Autoconf 2.50a" FSF
.SH NAME
autoreconf \- Update generated configuration files
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTOSCAN "1" "May 2001" "GNU Autoconf 2.50" FSF
.TH AUTOSCAN "1" "May 2001" "GNU Autoconf 2.50a" FSF
.SH NAME
autoscan \- Generate a preliminary configure.in
.SH SYNOPSIS

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH AUTOUPDATE "1" "May 2001" "GNU Autoconf 2.50" FSF
.TH AUTOUPDATE "1" "May 2001" "GNU Autoconf 2.50a" FSF
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS
@ -35,7 +35,7 @@ M4
GNU M4 1.4 or above
.TP
AUTOCONF
autoconf 2.50
autoconf 2.50a
.SH AUTHOR
Written by David J. MacKenzie and Akim Demaille.
.PP

View File

@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
.TH IFNAMES "1" "May 2001" "GNU Autoconf 2.50" FSF
.TH IFNAMES "1" "May 2001" "GNU Autoconf 2.50a" FSF
.SH NAME
ifnames \- Extract CPP conditionals from a set of files
.SH SYNOPSIS