#! /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>.
#
# 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=
# 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]...
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
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
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 $@
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
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'`\\"
## 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`
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
# -*- 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(..)