Version 2.52b.
* lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
diff --git a/ChangeLog b/ChangeLog
index 14321c0..f7a41f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-08-01 Akim Demaille <akim@epita.fr>
+ Version 2.52b.
+
+ * lib/Autom4te/Makefile.am (perllibdir): s/Autoconf/Autom4te/.
+
+2001-08-01 Akim Demaille <akim@epita.fr>
+
Version 2.52a.
2001-08-01 Akim Demaille <akim@epita.fr>
diff --git a/NEWS b/NEWS
index 611479b..670c9ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-* Major changes in Autoconf 2.52a -*- outline -*-
+* Major changes in Autoconf 2.52b -*- outline -*-
** Requirements
Perl 5.005 is now required to run Autoconf.
** autom4te
diff --git a/configure b/configure
index ece1709..59c7b96 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52 for GNU Autoconf 2.52a.
+# Generated by Autoconf 2.52 for GNU Autoconf 2.52b.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
@@ -149,8 +149,8 @@
# Identity of this package.
PACKAGE_NAME='GNU Autoconf'
PACKAGE_TARNAME='autoconf'
-PACKAGE_VERSION='2.52a'
-PACKAGE_STRING='GNU Autoconf 2.52a'
+PACKAGE_VERSION='2.52b'
+PACKAGE_STRING='GNU Autoconf 2.52b'
PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
ac_prev=
@@ -547,7 +547,7 @@
# 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.52a to adapt to many kinds of systems.
+\`configure' configures GNU Autoconf 2.52b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -609,7 +609,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU Autoconf 2.52a:";;
+ short | recursive ) echo "Configuration of GNU Autoconf 2.52b:";;
esac
cat <<\EOF
@@ -656,7 +656,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\EOF
-GNU Autoconf configure 2.52a
+GNU Autoconf configure 2.52b
generated by GNU Autoconf 2.52
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -671,7 +671,7 @@
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.52a, which was
+It was created by GNU Autoconf $as_me 2.52b, which was
generated by GNU Autoconf 2.52. Invocation command line was
$ $0 $@
@@ -1096,7 +1096,7 @@
PACKAGE=autoconf
-VERSION=2.52a
+VERSION=2.52b
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
@@ -1634,7 +1634,7 @@
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
-GNU Autoconf config.status 2.52a
+GNU Autoconf config.status 2.52b
configured by $0, generated by GNU Autoconf 2.52,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -1717,7 +1717,7 @@
## Running config.status. ##
## ----------------------- ##
-This file was extended by $as_me (GNU Autoconf 2.52a) 2.52, executed with
+This file was extended by $as_me (GNU Autoconf 2.52b) 2.52, executed with
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
diff --git a/configure.ac b/configure.ac
index 06bdb7d..5291bd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
-AC_INIT(GNU Autoconf, 2.52a, bug-autoconf@gnu.org)
+AC_INIT(GNU Autoconf, 2.52b, bug-autoconf@gnu.org)
AC_CONFIG_SRCDIR(ChangeLog)
AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE(autoconf, 2.52a)
+AM_INIT_AUTOMAKE(autoconf, 2.52b)
# Initialize the test suite.
AT_CONFIG(../bin)
diff --git a/lib/Autom4te/Makefile.am b/lib/Autom4te/Makefile.am
index 3fff4a7..cff4159 100644
--- a/lib/Autom4te/Makefile.am
+++ b/lib/Autom4te/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to create Makefile.in
-perllibdir = $(pkgdatadir)/Autoconf
+perllibdir = $(pkgdatadir)/Autom4te
perllib_DATA = General.pm Struct.pm
EXTRA_DIST = $(perllib_DATA)
diff --git a/lib/Autom4te/Makefile.in b/lib/Autom4te/Makefile.in
index e3e74f6..eb46c4a 100644
--- a/lib/Autom4te/Makefile.in
+++ b/lib/Autom4te/Makefile.in
@@ -66,7 +66,7 @@
PERL = @PERL@
VERSION = @VERSION@
-perllibdir = $(pkgdatadir)/Autoconf
+perllibdir = $(pkgdatadir)/Autom4te
perllib_DATA = General.pm Struct.pm
EXTRA_DIST = $(perllib_DATA)
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/man/autoconf.1 b/man/autoconf.1
index 93be5b7..1b06c4b 100644
--- a/man/autoconf.1
+++ b/man/autoconf.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH AUTOCONF "1" "August 2001" "GNU Autoconf 2.52a" FSF
+.TH AUTOCONF "1" "August 2001" "GNU Autoconf 2.52b" FSF
.SH NAME
autoconf \- Generate configuration scripts
.SH SYNOPSIS
diff --git a/man/autoheader.1 b/man/autoheader.1
index bd8e0d1..8b22b54 100644
--- a/man/autoheader.1
+++ b/man/autoheader.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH AUTOHEADER "1" "August 2001" "GNU Autoconf 2.52a" FSF
+.TH AUTOHEADER "1" "August 2001" "GNU Autoconf 2.52b" FSF
.SH NAME
autoheader \- Create a template header for configure
.SH SYNOPSIS
diff --git a/man/autom4te.1 b/man/autom4te.1
index a9f70d8..4c63403 100644
--- a/man/autom4te.1
+++ b/man/autom4te.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH AUTOM4TE "1" "August 2001" "GNU Autoconf 2.52a" FSF
+.TH AUTOM4TE "1" "August 2001" "GNU Autoconf 2.52b" FSF
.SH NAME
autom4te \- Generate files and scripts thanks to M4
.SH SYNOPSIS
diff --git a/man/autoreconf.1 b/man/autoreconf.1
index ee19dd6..3c910e9 100644
--- a/man/autoreconf.1
+++ b/man/autoreconf.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH AUTORECONF "1" "August 2001" "GNU Autoconf 2.52a" FSF
+.TH AUTORECONF "1" "August 2001" "GNU Autoconf 2.52b" FSF
.SH NAME
autoreconf \- Update generated configuration files
.SH SYNOPSIS
diff --git a/man/autoscan.1 b/man/autoscan.1
index 75b6363..b485e0e 100644
--- a/man/autoscan.1
+++ b/man/autoscan.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH AUTOSCAN "1" "August 2001" "GNU Autoconf 2.52a" FSF
+.TH AUTOSCAN "1" "August 2001" "GNU Autoconf 2.52b" FSF
.SH NAME
autoscan \- Generate a preliminary configure.in
.SH SYNOPSIS
diff --git a/man/autoupdate.1 b/man/autoupdate.1
index 3b6bab4..fe1e53e 100644
--- a/man/autoupdate.1
+++ b/man/autoupdate.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH AUTOUPDATE "1" "August 2001" "GNU Autoconf 2.52a" FSF
+.TH AUTOUPDATE "1" "August 2001" "GNU Autoconf 2.52b" FSF
.SH NAME
autoupdate \- Update a configure.in to a newer Autoconf
.SH SYNOPSIS
@@ -35,7 +35,7 @@
GNU M4 1.4 or above
.TP
AUTOCONF
-autoconf 2.52a
+autoconf 2.52b
.SH AUTHOR
Written by David J. MacKenzie and Akim Demaille.
.PP
diff --git a/man/ifnames.1 b/man/ifnames.1
index 4b83fb6..8eaa525 100644
--- a/man/ifnames.1
+++ b/man/ifnames.1
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24.
-.TH IFNAMES "1" "August 2001" "GNU Autoconf 2.52a" FSF
+.TH IFNAMES "1" "August 2001" "GNU Autoconf 2.52b" FSF
.SH NAME
ifnames \- Extract CPP conditionals from a set of files
.SH SYNOPSIS