Version 2.50.

This commit is contained in:
Akim Demaille 2001-05-21 08:01:36 +00:00
parent 8593e941c9
commit bfa3bab2f8
11 changed files with 31 additions and 27 deletions

View File

@ -1,3 +1,7 @@
2001-05-21 Akim Demaille <akim@epita.fr>
Version 2.50.
2001-05-19 Akim Demaille <akim@epita.fr>
* tests/tools.at: s/undefined macro/possibly undefined macro/.

View File

@ -114,8 +114,8 @@ SCRIPTS = $(bin_SCRIPTS)
DATA = $(pkgdata_DATA)
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 config.guess \
config.sub configure configure.in install-sh missing mkinstalldirs
Makefile.in NEWS THANKS TODO aclocal.m4 config.guess config.sub \
configure configure.in install-sh missing mkinstalldirs
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

2
NEWS
View File

@ -1,4 +1,4 @@
* Major changes in Autoconf 2.49f -*- outline -*-
* Major changes in Autoconf 2.50 -*- outline -*-
** Lots of bug fixes
Way too many for us to spell them out. Check out ChangeLog if you

28
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.49f for GNU Autoconf 2.49f.
# Generated by Autoconf 2.50 for GNU Autoconf 2.50.
#
# 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.49f'
PACKAGE_STRING='GNU Autoconf 2.49f'
PACKAGE_VERSION='2.50'
PACKAGE_STRING='GNU Autoconf 2.50'
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.49f to adapt to many kinds of systems.
\`configure' configures GNU Autoconf 2.50 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.49f:";;
short | recursive ) echo "Configuration of GNU Autoconf 2.50:";;
esac
cat <<\EOF
@ -644,8 +644,8 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
GNU Autoconf configure 2.49f
generated by GNU Autoconf 2.49f
GNU Autoconf configure 2.50
generated by GNU Autoconf 2.50
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
@ -659,8 +659,8 @@ 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.49f, which was
generated by GNU Autoconf 2.49f. Invocation command line was
It was created by GNU Autoconf $as_me 2.50, which was
generated by GNU Autoconf 2.50. Invocation command line was
$ $0 $@
@ -1065,7 +1065,7 @@ fi
PACKAGE=autoconf
VERSION=2.49f
VERSION=2.50
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,8 +1679,8 @@ EOF
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
GNU Autoconf config.status 2.49f
configured by $0, generated by GNU Autoconf 2.49f,
GNU Autoconf config.status 2.50
configured by $0, generated by GNU Autoconf 2.50,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@ -1770,7 +1770,7 @@ cat >&5 << _ACEOF
## Running config.status. ##
## ----------------------- ##
This file was extended by $as_me (GNU Autoconf 2.49f) 2.49f, executed with
This file was extended by $as_me (GNU Autoconf 2.50) 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.49f in
case 2.50 in
*[a-z]*)
cat <<EOF

View File

@ -1,8 +1,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.49f)
AC_INIT(GNU Autoconf, 2.49f, bug-autoconf@gnu.org)
AC_PREREQ(2.50)
AC_INIT(GNU Autoconf, 2.50, bug-autoconf@gnu.org)
AC_CONFIG_SRCDIR(acgeneral.m4)
AM_INIT_AUTOMAKE(autoconf, 2.49f)
AM_INIT_AUTOMAKE(autoconf, 2.50)
# 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.49f" FSF
.TH AUTOCONF "1" "May 2001" "GNU Autoconf 2.50" 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.49f" FSF
.TH AUTOHEADER "1" "May 2001" "GNU Autoconf 2.50" 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" "April 2001" "GNU Autoconf 2.49f" FSF
.TH AUTORECONF "1" "May 2001" "GNU Autoconf 2.50" 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" "April 2001" "GNU Autoconf 2.49f" FSF
.TH AUTOSCAN "1" "May 2001" "GNU Autoconf 2.50" 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" "April 2001" "GNU Autoconf 2.49f" FSF
.TH AUTOUPDATE "1" "May 2001" "GNU Autoconf 2.50" 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.49f
autoconf 2.50
.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" "April 2001" "GNU Autoconf 2.49f" FSF
.TH IFNAMES "1" "May 2001" "GNU Autoconf 2.50" FSF
.SH NAME
ifnames \- Extract CPP conditionals from a set of files
.SH SYNOPSIS