]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Require Perl 5.005_03 instead of just 5.005,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:44:59 +0000 (19:44 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:44:59 +0000 (19:44 +0000)
as some tests fail with 5.005_02.

NEWS
README

diff --git a/NEWS b/NEWS
index fed4c8d54c962a102a28e1d67aacbd9305583af2..bef401cece65ee66123c635104cde980988b8a05 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
 * Major changes in Autoconf 2.52e                       -*- outline -*-
 
 ** Requirements
-  Perl 5.005 is required: autom4te is written in Perl and is needed by
-  autoconf.  autoheader, autoreconf, ifnames, and autoscan are
+
+  Perl 5.005_03 or later is required: autom4te is written in Perl and is
+  needed by autoconf.  autoheader, autoreconf, ifnames, and autoscan are
   rewritten in Perl.
 
 ** Documentation
diff --git a/README b/README
index c82ce19564aaec9a6313b45a45c06bfde8124359..1251b7bf79d73c929e5d7e609b1e2c981997058a 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ operating system features that the package can use, in the form of M4
 macro calls.
 
 Producing configuration scripts using Autoconf requires GNU M4 and
-Perl.  You must install GNU M4 (version 1.4 or later) and Perl (5.005
+Perl.  You must install GNU M4 (version 1.4 or later) and Perl (5.005_03
 or later) before configuring Autoconf, so that Autoconf's configure
 script can find them.  The configuration scripts produced by Autoconf
 are self-contained, so their users do not need to have Autoconf (or
@@ -35,8 +35,8 @@ running `autoconf --version'.
 
 -----
 
-Copyright 1992, 1993, 1994, 1998, 2000, 2001 Free Software Foundation,
-Inc.
+Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001 Free Software
+Foundation, Inc.
 
 This file is part of GNU Autoconf.