mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-21 01:01:48 +08:00
* configure.ac (AC_INIT): Bump to 2.59e.
* NEWS: Update.
This commit is contained in:
parent
51668612d5
commit
a86e30b368
@ -1,3 +1,8 @@
|
||||
2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* configure.ac (AC_INIT): Bump to 2.59e.
|
||||
* NEWS: Update.
|
||||
|
||||
2006-06-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Version 2.59d.
|
||||
|
2
NEWS
2
NEWS
@ -1,3 +1,5 @@
|
||||
* Major changes in Autoconf 2.59e
|
||||
|
||||
* Major changes in Autoconf 2.59d
|
||||
|
||||
Released 2006-06-05, by Ralf Wildenhues.
|
||||
|
28
configure
vendored
28
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59d for GNU Autoconf 2.59d.
|
||||
# Generated by GNU Autoconf 2.59e for GNU Autoconf 2.59e.
|
||||
#
|
||||
# Report bugs to <bug-autoconf@gnu.org>.
|
||||
#
|
||||
@ -559,8 +559,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='GNU Autoconf'
|
||||
PACKAGE_TARNAME='autoconf'
|
||||
PACKAGE_VERSION='2.59d'
|
||||
PACKAGE_STRING='GNU Autoconf 2.59d'
|
||||
PACKAGE_VERSION='2.59e'
|
||||
PACKAGE_STRING='GNU Autoconf 2.59e'
|
||||
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
|
||||
|
||||
ac_unique_file="ChangeLog"
|
||||
@ -1144,7 +1144,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.59d to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.59e to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -1210,7 +1210,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.59d:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.59e:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1288,8 +1288,8 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
GNU Autoconf configure 2.59d
|
||||
generated by GNU Autoconf 2.59d
|
||||
GNU Autoconf configure 2.59e
|
||||
generated by GNU Autoconf 2.59e
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
@ -1302,8 +1302,8 @@ cat >config.log <<_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.59d, which was
|
||||
generated by GNU Autoconf 2.59d. Invocation command line was
|
||||
It was created by GNU Autoconf $as_me 2.59e, which was
|
||||
generated by GNU Autoconf 2.59e. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
||||
@ -1977,7 +1977,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='autoconf'
|
||||
VERSION='2.59d'
|
||||
VERSION='2.59e'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
@ -3220,8 +3220,8 @@ exec 6>&1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by GNU Autoconf $as_me 2.59d, which was
|
||||
generated by GNU Autoconf 2.59d. Invocation command line was
|
||||
This file was extended by GNU Autoconf $as_me 2.59e, which was
|
||||
generated by GNU Autoconf 2.59e. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
CONFIG_HEADERS = $CONFIG_HEADERS
|
||||
@ -3267,8 +3267,8 @@ Report bugs to <bug-autoconf@gnu.org>."
|
||||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.59d
|
||||
configured by $0, generated by GNU Autoconf 2.59d,
|
||||
GNU Autoconf config.status 2.59e
|
||||
configured by $0, generated by GNU Autoconf 2.59e,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
|
@ -22,7 +22,7 @@
|
||||
# We need AC_CONFIG_TESTDIR.
|
||||
AC_PREREQ([2.59])
|
||||
|
||||
AC_INIT([GNU Autoconf], [2.59d], [bug-autoconf@gnu.org])
|
||||
AC_INIT([GNU Autoconf], [2.59e], [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.36.
|
||||
.TH AUTOCONF "1" "June 2006" "autoconf 2.59d" "User Commands"
|
||||
.TH AUTOCONF "1" "June 2006" "autoconf 2.59e" "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.36.
|
||||
.TH AUTOHEADER "1" "April 2006" "autoheader 2.59d" "User Commands"
|
||||
.TH AUTOHEADER "1" "June 2006" "autoheader 2.59e" "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.36.
|
||||
.TH AUTOM4TE "1" "June 2006" "autom4te 2.59d" "User Commands"
|
||||
.TH AUTOM4TE "1" "June 2006" "autom4te 2.59e" "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.36.
|
||||
.TH AUTORECONF "1" "June 2006" "autoreconf 2.59d" "User Commands"
|
||||
.TH AUTORECONF "1" "June 2006" "autoreconf 2.59e" "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.36.
|
||||
.TH AUTOSCAN "1" "April 2006" "autoscan 2.59d" "User Commands"
|
||||
.TH AUTOSCAN "1" "June 2006" "autoscan 2.59e" "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.36.
|
||||
.TH AUTOUPDATE "1" "April 2006" "autoupdate 2.59d" "User Commands"
|
||||
.TH AUTOUPDATE "1" "June 2006" "autoupdate 2.59e" "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.36.
|
||||
.TH IFNAMES "1" "April 2006" "ifnames 2.59d" "User Commands"
|
||||
.TH IFNAMES "1" "June 2006" "ifnames 2.59e" "User Commands"
|
||||
.SH NAME
|
||||
ifnames \- Extract CPP conditionals from a set of files
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user