mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
Version 2.52.
This commit is contained in:
parent
49ff8332e5
commit
7131306a64
@ -1,3 +1,7 @@
|
||||
2001-07-18 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Version 2.52.
|
||||
|
||||
2001-07-18 Akim Demaille <akim@epita.fr>
|
||||
|
||||
The C-Fortran 77 hooks are available only once AC_F77_DUMMY_MAIN
|
||||
|
@ -130,8 +130,7 @@ SCRIPTS = $(bin_SCRIPTS)
|
||||
DATA = $(pkgdata_DATA)
|
||||
|
||||
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
|
||||
Makefile.in NEWS README-alpha THANKS TODO aclocal.m4 configure \
|
||||
configure.ac
|
||||
Makefile.in NEWS THANKS TODO aclocal.m4 configure configure.ac
|
||||
|
||||
|
||||
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
5
NEWS
5
NEWS
@ -1,6 +1,4 @@
|
||||
* Major changes in Autoconf 2.51a -*- outline -*-
|
||||
[2.51]
|
||||
* Major changes in Autoconf 2.51
|
||||
* Major changes in Autoconf 2.52 -*- outline -*-
|
||||
** Documentation
|
||||
- AC_ARG_VAR
|
||||
- Quadrigraphs
|
||||
@ -57,7 +55,6 @@
|
||||
a main-like routine is required/possible when linking C/C++ with
|
||||
Fortran. Users of e.g. AC_F77_WRAPPERS should be aware of these.
|
||||
- AC_FUNC_GETPGRG behaves better when cross-compiling.
|
||||
[2.50][2.50a][2.50b][2.50c][2.50d]
|
||||
|
||||
* Major changes in Autoconf 2.50
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.51
|
||||
2.50
|
||||
|
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.50 for GNU Autoconf 2.51a.
|
||||
# Generated by Autoconf 2.50 for GNU Autoconf 2.52.
|
||||
#
|
||||
# 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.51a'
|
||||
PACKAGE_STRING='GNU Autoconf 2.51a'
|
||||
PACKAGE_VERSION='2.52'
|
||||
PACKAGE_STRING='GNU Autoconf 2.52'
|
||||
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.51a to adapt to many kinds of systems.
|
||||
\`configure' configures GNU Autoconf 2.52 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.51a:";;
|
||||
short | recursive ) echo "Configuration of GNU Autoconf 2.52:";;
|
||||
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.51a
|
||||
GNU Autoconf configure 2.52
|
||||
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.51a, which was
|
||||
It was created by GNU Autoconf $as_me 2.52, which was
|
||||
generated by GNU Autoconf 2.50. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -1077,7 +1077,7 @@ fi
|
||||
|
||||
PACKAGE=autoconf
|
||||
|
||||
VERSION=2.51a
|
||||
VERSION=2.52
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ { echo "$as_me:1083: error: source directory already configured; run \"make distclean\" there first" >&5
|
||||
@ -1620,7 +1620,7 @@ EOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<EOF
|
||||
ac_cs_version="\\
|
||||
GNU Autoconf config.status 2.51a
|
||||
GNU Autoconf config.status 2.52
|
||||
configured by $0, generated by GNU Autoconf 2.50,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
@ -1712,7 +1712,7 @@ cat >&5 << _ACEOF
|
||||
## Running config.status. ##
|
||||
## ----------------------- ##
|
||||
|
||||
This file was extended by $as_me (GNU Autoconf 2.51a) 2.50, executed with
|
||||
This file was extended by $as_me (GNU Autoconf 2.52) 2.50, executed with
|
||||
> $ac_cs_invocation
|
||||
on `(hostname || uname -n) 2>/dev/null | sed 1q`
|
||||
|
||||
@ -2010,7 +2010,7 @@ if test "$no_create" != yes; then
|
||||
fi
|
||||
|
||||
# Report the state of this version of Autoconf if this is a beta.
|
||||
case 2.51a in
|
||||
case 2.52 in
|
||||
*[a-z]*)
|
||||
cat <<EOF
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(GNU Autoconf, 2.51a, bug-autoconf@gnu.org)
|
||||
AC_INIT(GNU Autoconf, 2.52, bug-autoconf@gnu.org)
|
||||
AC_CONFIG_SRCDIR(acgeneral.m4)
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.51a)
|
||||
AM_INIT_AUTOMAKE(autoconf, 2.52)
|
||||
|
||||
# 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" "July 2001" "GNU Autoconf 2.51a" FSF
|
||||
.TH AUTOCONF "1" "July 2001" "GNU Autoconf 2.52" 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" "July 2001" "GNU Autoconf 2.51a" FSF
|
||||
.TH AUTOHEADER "1" "July 2001" "GNU Autoconf 2.52" 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" "July 2001" "GNU Autoconf 2.51a" FSF
|
||||
.TH AUTORECONF "1" "July 2001" "GNU Autoconf 2.52" 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" "July 2001" "GNU Autoconf 2.51a" FSF
|
||||
.TH AUTOSCAN "1" "July 2001" "GNU Autoconf 2.52" 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" "July 2001" "GNU Autoconf 2.51a" FSF
|
||||
.TH AUTOUPDATE "1" "July 2001" "GNU Autoconf 2.52" 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.51a
|
||||
autoconf 2.52
|
||||
.SH AUTHOR
|
||||
Written by David J. MacKenzie and Akim Demaille.
|
||||
.PP
|
||||
|
@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
|
||||
.TH IFNAMES "1" "July 2001" "GNU Autoconf 2.51a" FSF
|
||||
.TH IFNAMES "1" "July 2001" "GNU Autoconf 2.52" FSF
|
||||
.SH NAME
|
||||
ifnames \- Extract CPP conditionals from a set of files
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user