* configure.ac: Bump to 2.52c.

This commit is contained in:
Akim Demaille 2001-08-01 21:21:23 +00:00
parent 0fa3ab6fdf
commit 2040bff5e1
4 changed files with 30 additions and 100 deletions

View File

@ -1,3 +1,7 @@
2001-08-01 Akim Demaille <akim@epita.fr>
* configure.ac: Bump to 2.52c.
2001-08-01 Akim Demaille <akim@epita.fr>
Version 2.52b.

2
NEWS
View File

@ -1,4 +1,4 @@
* Major changes in Autoconf 2.52b -*- outline -*-
* Major changes in Autoconf 2.52c -*- outline -*-
** Requirements
Perl 5.005 is now required to run Autoconf.
** autom4te

114
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by Autoconf 2.52 for GNU Autoconf 2.52b.
# Generated by Autoconf 2.52 for GNU Autoconf 2.52c.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
@ -149,8 +149,8 @@ mandir='${prefix}/man'
# Identity of this package.
PACKAGE_NAME='GNU Autoconf'
PACKAGE_TARNAME='autoconf'
PACKAGE_VERSION='2.52b'
PACKAGE_STRING='GNU Autoconf 2.52b'
PACKAGE_VERSION='2.52c'
PACKAGE_STRING='GNU Autoconf 2.52c'
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
ac_prev=
@ -547,7 +547,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.52b to adapt to many kinds of systems.
\`configure' configures GNU Autoconf 2.52c to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -609,7 +609,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of GNU Autoconf 2.52b:";;
short | recursive ) echo "Configuration of GNU Autoconf 2.52c:";;
esac
cat <<\EOF
@ -656,7 +656,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
GNU Autoconf configure 2.52b
GNU Autoconf configure 2.52c
generated by GNU Autoconf 2.52
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@ -671,7 +671,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.52b, which was
It was created by GNU Autoconf $as_me 2.52c, which was
generated by GNU Autoconf 2.52. Invocation command line was
$ $0 $@
@ -1096,7 +1096,7 @@ fi
PACKAGE=autoconf
VERSION=2.52b
VERSION=2.52c
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ { echo "$as_me:1102: error: source directory already configured; run \"make distclean\" there first" >&5
@ -1226,8 +1226,8 @@ fi
echo "$as_me:1226: result: $ac_cv_prog_gnu_m4" >&5
echo "${ECHO_T}$ac_cv_prog_gnu_m4" >&6
if test x"$ac_cv_prog_gnu_m4" != xyes; then
{ { echo "$as_me:1229: error: GNU m4 1.4 is required" >&5
echo "$as_me: error: GNU m4 1.4 is required" >&2;}
{ { echo "$as_me:1229: error: GNU M4 1.4 is required" >&5
echo "$as_me: error: GNU M4 1.4 is required" >&2;}
{ (exit 1); exit 1; }; }
fi
# This is needed because Automake does not seem to realize there is
@ -1320,83 +1320,11 @@ echo "$as_me: error: perl is not found" >&2;}
{ (exit 1); exit 1; }; }
fi
$PERL -e 'require 5.005;' || {
{ { echo "$as_me:1323: error: perl 5.005 or better is required" >&5
echo "$as_me: error: perl 5.005 or better is required" >&2;}
{ { echo "$as_me:1323: error: Perl 5.005 or better is required" >&5
echo "$as_me: error: Perl 5.005 or better is required" >&2;}
{ (exit 1); exit 1; }; }
}
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AmigaOS /C/install, which installs bootblocks on floppy discs
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo "$as_me:1340: checking for a BSD compatible install" >&5
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
if test -z "$INSTALL"; then
if test "${ac_cv_path_install+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_save_IFS=$IFS; IFS=$ac_path_separator
for ac_dir in $PATH; do
IFS=$ac_save_IFS
# Account for people who put trailing slashes in PATH elements.
case $ac_dir/ in
/ | ./ | .// | /cC/* \
| /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
| /usr/ucb/* ) ;;
*)
# OSF1 and SCO ODT 3.0 have their own names for install.
# Don't use installbsd from OSF since it installs stuff as root
# by default.
for ac_prog in ginstall scoinst install; do
if $as_executable_p "$ac_dir/$ac_prog"; then
if test $ac_prog = install &&
grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# AIX install. It has an incompatible calling convention.
:
elif test $ac_prog = install &&
grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
# program-specific install script used by HP pwplus--don't use.
:
else
ac_cv_path_install="$ac_dir/$ac_prog -c"
break 2
fi
fi
done
;;
esac
done
fi
if test "${ac_cv_path_install+set}" = set; then
INSTALL=$ac_cv_path_install
else
# As a last resort, use the slow shell script. We don't cache a
# path for INSTALL within a source directory, because that will
# break other packages using the cache if that directory is
# removed, or if the path is relative.
INSTALL=$ac_install_sh
fi
fi
echo "$as_me:1389: result: $INSTALL" >&5
echo "${ECHO_T}$INSTALL" >&6
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
# Automake can't see inner AC_SUBSTS (`aclocal' is bypassed), so we tag the
# AC_SUBSTS here too.
@ -1511,7 +1439,7 @@ rm -f confdef2opt.sed
: ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ echo "$as_me:1514: creating $CONFIG_STATUS" >&5
{ echo "$as_me:1442: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL
@ -1634,7 +1562,7 @@ EOF
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
GNU Autoconf config.status 2.52b
GNU Autoconf config.status 2.52c
configured by $0, generated by GNU Autoconf 2.52,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@ -1679,7 +1607,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;;
--he | --h)
# Conflict between --help and --header
{ { echo "$as_me:1682: error: ambiguous option: $1
{ { echo "$as_me:1610: error: ambiguous option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2;}
@ -1698,7 +1626,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;;
# This is an error.
-*) { { echo "$as_me:1701: error: unrecognized option: $1
-*) { { echo "$as_me:1629: error: unrecognized option: $1
Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2;}
@ -1717,7 +1645,7 @@ cat >&5 << _ACEOF
## Running config.status. ##
## ----------------------- ##
This file was extended by $as_me (GNU Autoconf 2.52b) 2.52, executed with
This file was extended by $as_me (GNU Autoconf 2.52c) 2.52, executed with
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
@ -1747,7 +1675,7 @@ do
"bin/Makefile" ) CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
"tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
"tests/atconfig" ) CONFIG_FILES="$CONFIG_FILES tests/atconfig" ;;
*) { { echo "$as_me:1750: error: invalid argument: $ac_config_target" >&5
*) { { echo "$as_me:1678: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
esac
@ -1958,7 +1886,7 @@ done; }
esac
if test x"$ac_file" != x-; then
{ echo "$as_me:1961: creating $ac_file" >&5
{ echo "$as_me:1889: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file"
fi
@ -1976,7 +1904,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;;
[\\/$]*)
# Absolute (can't be DOS-style, as IFS=:)
test -f "$f" || { { echo "$as_me:1979: error: cannot find input file: $f" >&5
test -f "$f" || { { echo "$as_me:1907: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
echo $f;;
@ -1989,7 +1917,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f
else
# /dev/null tree
{ { echo "$as_me:1992: error: cannot find input file: $f" >&5
{ { echo "$as_me:1920: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; }
fi;;

View File

@ -1,10 +1,10 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(GNU Autoconf, 2.52b, bug-autoconf@gnu.org)
AC_INIT(GNU Autoconf, 2.52c, bug-autoconf@gnu.org)
AC_CONFIG_SRCDIR(ChangeLog)
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE(autoconf, 2.52b)
AM_INIT_AUTOMAKE(autoconf, 2.52c)
# Initialize the test suite.
AT_CONFIG(../bin)
@ -16,7 +16,7 @@ AC_PATH_PROG(EXPR, expr)
# autoheader scripts.
AC_PROG_GNU_M4
if test x"$ac_cv_prog_gnu_m4" != xyes; then
AC_MSG_ERROR([GNU m4 1.4 is required])
AC_MSG_ERROR([GNU M4 1.4 is required])
fi
# This is needed because Automake does not seem to realize there is
# a AC-SUBST inside AC-PROG-GNU-M4. Grmph!
@ -35,11 +35,9 @@ if test "$PERL" = no; then
AC_MSG_ERROR([perl is not found])
fi
$PERL -e 'require 5.005;' || {
AC_MSG_ERROR([perl 5.005 or better is required])
AC_MSG_ERROR([Perl 5.005 or better is required])
}
AC_PROG_INSTALL
# Automake can't see inner AC_SUBSTS (`aclocal' is bypassed), so we tag the
# AC_SUBSTS here too.
AC_SUBST(PACKAGE_NAME)