mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
Version 2.59.
This commit is contained in:
parent
76c0108d23
commit
99a48ad6c1
@ -1,3 +1,7 @@
|
||||
2003-11-06 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 2.59.
|
||||
|
||||
2003-11-05 Alexandre Duret-Lutz <adl@gnu.org>
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_SRCPATHS): Fix use of AS_SET_CATFILE
|
||||
|
@ -37,8 +37,7 @@ POST_UNINSTALL = :
|
||||
subdir = .
|
||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
|
||||
Makefile.am NEWS README-alpha THANKS TODO configure \
|
||||
configure.ac
|
||||
Makefile.am NEWS THANKS TODO configure configure.ac
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/config/m4.m4 \
|
||||
$(top_srcdir)/configure.ac
|
||||
|
7
NEWS
7
NEWS
@ -1,4 +1,9 @@
|
||||
* Major changes in Autoconf 2.58a -*- outline -*-
|
||||
* Major changes in Autoconf 2.59 -*- outline -*-
|
||||
|
||||
Released 2003-11-04, by Akim Demaille
|
||||
|
||||
** ac_abs_builddir etc.
|
||||
Absolute paths were actually relative in 2.58.
|
||||
|
||||
* Major changes in Autoconf 2.58
|
||||
|
||||
|
30
configure
vendored
30
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.58a for GNU Autoconf 2.58a.
|
||||
# Generated by GNU Autoconf 2.58a for GNU Autoconf 2.59.
|
||||
#
|
||||
# Report bugs to <bug-autoconf@gnu.org>.
|
||||
#
|
||||
@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU Autoconf'
|
||||
PACKAGE_TARNAME='autoconf'
|
||||
PACKAGE_VERSION='2.58a'
|
||||
PACKAGE_STRING='GNU Autoconf 2.58a'
|
||||
PACKAGE_VERSION='2.59'
|
||||
PACKAGE_STRING='GNU Autoconf 2.59'
|
||||
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
|
||||
|
||||
ac_unique_file="ChangeLog"
|
||||
@ -731,7 +731,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.58a to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.59 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -793,7 +793,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.58a:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.59:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -906,7 +906,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GNU Autoconf configure 2.58a
|
||||
GNU Autoconf configure 2.59
|
||||
generated by GNU Autoconf 2.58a
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
@ -920,7 +920,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.58a, which was
|
||||
It was created by GNU Autoconf $as_me 2.59, which was
|
||||
generated by GNU Autoconf 2.58a. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -1535,7 +1535,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='autoconf'
|
||||
VERSION='2.58a'
|
||||
VERSION='2.59'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -2448,7 +2448,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by GNU Autoconf $as_me 2.58a, which was
|
||||
This file was extended by GNU Autoconf $as_me 2.59, which was
|
||||
generated by GNU Autoconf 2.58a. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -2506,7 +2506,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.58a
|
||||
GNU Autoconf config.status 2.59
|
||||
configured by $0, generated by GNU Autoconf 2.58a,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
@ -3160,14 +3160,4 @@ if test "$no_create" != yes; then
|
||||
fi
|
||||
|
||||
# Report the state of this version of Autoconf if this is a beta.
|
||||
cat <<EOF
|
||||
|
||||
You are about to use an experimental version of Autoconf. Be sure to
|
||||
read the relevant mailing lists, most importantly <autoconf@gnu.org>.
|
||||
|
||||
Below you will find information on the status of this version of Autoconf.
|
||||
|
||||
|
||||
EOF
|
||||
sed -n '/^\* Status/,$p' $srcdir/BUGS
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
# We need AC_CONFIG_TESTDIR.
|
||||
AC_PREREQ([2.57])
|
||||
|
||||
AC_INIT([GNU Autoconf], [2.58a], [bug-autoconf@gnu.org])
|
||||
AC_INIT([GNU Autoconf], [2.59], [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" "November 2003" "autoconf 2.58a" "User Commands"
|
||||
.TH AUTOCONF "1" "November 2003" "autoconf 2.59" "User Commands"
|
||||
.SH NAME
|
||||
autoconf \- Generate configuration scripts
|
||||
.SH SYNOPSIS
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||
.TH AUTOHEADER "1" "November 2003" "autoheader 2.58a" "User Commands"
|
||||
.TH AUTOHEADER "1" "November 2003" "autoheader 2.59" "User Commands"
|
||||
.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.33.
|
||||
.TH AUTOM4TE "1" "November 2003" "autom4te 2.58a" "User Commands"
|
||||
.TH AUTOM4TE "1" "November 2003" "autom4te 2.59" "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" "November 2003" "autoreconf 2.58a" "User Commands"
|
||||
.TH AUTORECONF "1" "November 2003" "autoreconf 2.59" "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" "November 2003" "autoscan 2.58a" "User Commands"
|
||||
.TH AUTOSCAN "1" "November 2003" "autoscan 2.59" "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" "November 2003" "autoupdate 2.58a" "User Commands"
|
||||
.TH AUTOUPDATE "1" "November 2003" "autoupdate 2.59" "User Commands"
|
||||
.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.33.
|
||||
.TH IFNAMES "1" "November 2003" "ifnames 2.58a" "User Commands"
|
||||
.TH IFNAMES "1" "November 2003" "ifnames 2.59" "User Commands"
|
||||
.SH NAME
|
||||
ifnames \- Extract CPP conditionals from a set of files
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user