or die "$me: cannot create $cache: $!\n";
}
+# Read the cache index if available and older than autom4te itself.
+# If autom4te is younger, then some structures such as Request, might
+# have changed, which would corrupt its processing.
Request->load ($icache)
- if -f $icache;
+ if -f $icache && mtime ($icache) > mtime ($0);
# Add the new trace requests.
my $req = Request->request ('input' => \@ARGV,
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52 for GNU Autoconf 2.52c.
+# Generated by Autoconf 2.52c for GNU Autoconf 2.52c.
#
# Report bugs to <bug-autoconf@gnu.org>.
#
if $ac_init_version; then
cat <<\EOF
GNU Autoconf configure 2.52c
-generated by GNU Autoconf 2.52
+generated by GNU Autoconf 2.52c
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
Free Software Foundation, Inc.
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Autoconf $as_me 2.52c, which was
-generated by GNU Autoconf 2.52. Invocation command line was
+generated by GNU Autoconf 2.52c. Invocation command line was
$ $0 $@
cat >>$CONFIG_STATUS <<EOF
ac_cs_version="\\
GNU Autoconf config.status 2.52c
-configured by $0, generated by GNU Autoconf 2.52,
+configured by $0, generated by GNU Autoconf 2.52c,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
## Running config.status. ##
## ----------------------- ##
-This file was extended by $as_me (GNU Autoconf 2.52c) 2.52, executed with
+This file was extended by $as_me (GNU Autoconf 2.52c) 2.52c, executed with
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_LINKS = $CONFIG_LINKS
EOF
sed -n '/^\* Status/,$p' $srcdir/BUGS
-