mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
* configure.in: Bump to 2.49d.
This commit is contained in:
parent
9e193a5ee6
commit
5159087e72
@ -1,3 +1,7 @@
|
||||
2001-01-24 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* configure.in: Bump to 2.49d.
|
||||
|
||||
2001-01-24 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 2.49c.
|
||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
||||
* Major changes in Autoconf 2.49c -*- outline -*-
|
||||
* Major changes in Autoconf 2.49d -*- outline -*-
|
||||
|
||||
** Lots of bug fixes
|
||||
Way too many for us to spell them out. Check out ChangeLog if you
|
||||
|
22
configure
vendored
22
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by Autoconf 2.49c for GNU Autoconf 2.49c.
|
||||
# Generated by Autoconf 2.49d for GNU Autoconf 2.49d.
|
||||
#
|
||||
# Report bugs to <bug-autoconf@gnu.org>.
|
||||
#
|
||||
@ -79,7 +79,7 @@ cat >config.log <<EOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by $as_me (GNU Autoconf 2.49c) 2.49c, executed with
|
||||
It was created by $as_me (GNU Autoconf 2.49d) 2.49d, executed with
|
||||
> $0 $@
|
||||
|
||||
EOF
|
||||
@ -194,8 +194,8 @@ mandir='${prefix}/man'
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU Autoconf'
|
||||
PACKAGE_TARNAME='autoconf'
|
||||
PACKAGE_VERSION='2.49c'
|
||||
PACKAGE_STRING='GNU Autoconf 2.49c'
|
||||
PACKAGE_VERSION='2.49d'
|
||||
PACKAGE_STRING='GNU Autoconf 2.49d'
|
||||
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
|
||||
|
||||
ac_prev=
|
||||
@ -598,7 +598,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.49c to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.49d to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -660,7 +660,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.49c:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.49d:";;
|
||||
esac
|
||||
cat <<\EOF
|
||||
|
||||
@ -708,7 +708,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\EOF
|
||||
configure (GNU Autoconf 2.49c) 2.49c
|
||||
configure (GNU Autoconf 2.49d) 2.49d
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
|
||||
Free Software Foundation, Inc.
|
||||
@ -1067,7 +1067,7 @@ fi
|
||||
|
||||
PACKAGE=autoconf
|
||||
|
||||
VERSION=2.49c
|
||||
VERSION=2.49d
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ { echo "$as_me:1073: error: source directory already configured; run \"make distclean\" there first" >&5
|
||||
@ -1625,7 +1625,7 @@ cat >&5 << EOF
|
||||
## Running config.status. ##
|
||||
## ----------------------- ##
|
||||
|
||||
This file was extended by $as_me (GNU Autoconf 2.49c) 2.49c, executed with
|
||||
This file was extended by $as_me (GNU Autoconf 2.49d) 2.49d, executed with
|
||||
> $0 $@
|
||||
on `(hostname || uname -n) 2>/dev/null | sed 1q`
|
||||
|
||||
@ -1673,7 +1673,7 @@ EOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<EOF
|
||||
ac_cs_version="\\
|
||||
$CONFIG_STATUS generated by $as_me (Autoconf 2.49c).
|
||||
$CONFIG_STATUS generated by $as_me (Autoconf 2.49d).
|
||||
Configured on host $ac_hostname by
|
||||
`echo "$0 $ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`"
|
||||
srcdir=$srcdir
|
||||
@ -2029,6 +2029,6 @@ ac_clean_files=$ac_clean_files_save
|
||||
test "$no_create" = yes || $SHELL $CONFIG_STATUS || { (exit 1); exit 1; }
|
||||
|
||||
# Report the state of this version of Autoconf if this is a beta.
|
||||
case 2.49c in
|
||||
case 2.49d in
|
||||
*[a-z]*) sed -n '/^\* Status/,$p' $srcdir/BUGS;;
|
||||
esac
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.49c)
|
||||
AC_INIT(GNU Autoconf, 2.49c, bug-autoconf@gnu.org)
|
||||
AC_PREREQ(2.49d)
|
||||
AC_INIT(GNU Autoconf, 2.49d, bug-autoconf@gnu.org)
|
||||
AC_CONFIG_SRCDIR(acgeneral.m4)
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.49c)
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.49d)
|
||||
|
||||
# Initialize the test suite.
|
||||
AT_CONFIG(..)
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH AUTOCONF "1" "January 2001" "GNU Autoconf 2.49c" FSF
|
||||
.TH AUTOCONF "1" "January 2001" "GNU Autoconf 2.49d" 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" "January 2001" "GNU Autoconf 2.49c" FSF
|
||||
.TH AUTOHEADER "1" "January 2001" "GNU Autoconf 2.49d" 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 AUTORECONF "1" "January 2001" "GNU Autoconf 2.49c" FSF
|
||||
.TH AUTORECONF "1" "January 2001" "GNU Autoconf 2.49d" 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" "January 2001" "GNU Autoconf 2.49c" FSF
|
||||
.TH AUTOSCAN "1" "January 2001" "GNU Autoconf 2.49d" 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" "January 2001" "GNU Autoconf 2.49c" FSF
|
||||
.TH AUTOUPDATE "1" "January 2001" "GNU Autoconf 2.49d" FSF
|
||||
.SH NAME
|
||||
autoupdate \- Update a configure.in to a newer Autoconf
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH IFNAMES "1" "January 2001" "GNU Autoconf 2.49c" FSF
|
||||
.TH IFNAMES "1" "January 2001" "GNU Autoconf 2.49d" FSF
|
||||
.SH NAME
|
||||
ifnames \- Extract CPP conditionals from a set of files
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user