]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
maint: resync files from upstream
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 6 Mar 2012 11:45:10 +0000 (12:45 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 6 Mar 2012 11:45:10 +0000 (12:45 +0100)
Since the perl version required in Automake::Getopt has been
recently lowered from 5.6.2 to 5.6.0, this change has the nice
effect of making autoconf compatible again with all perls in
the 5.6.x release series.

* maint.mk: Resync via 'make fetch'.
* lib/Autom4te/Channels.pm: Likewise.
* lib/Autom4te/Configure_ac.pm: Likewise.
* lib/Autom4te/FileUtils.pm: Likewise.
* lib/Autom4te/Getopt.pm: Likewise.
* lib/Autom4te/XFile.pm: Likewise.

lib/Autom4te/Channels.pm
lib/Autom4te/Configure_ac.pm
lib/Autom4te/FileUtils.pm
lib/Autom4te/Getopt.pm
lib/Autom4te/XFile.pm
maint.mk

index d62a3f0dec089cfde261860d9adcf08997692c94..1f0fc1ea62d4e0dae770cf42a812f0897338475a 100644 (file)
@@ -66,7 +66,7 @@ etc.) that can also be overridden on a per-message basis.
 
 =cut
 
-use 5.005;
+use 5.006;
 use strict;
 use Exporter;
 use Carp;
index 2db7339e877f447e357965ea525b717e6cfca81e..924b23c522dad2f9b346663292e5110f0f4bc175 100644 (file)
@@ -20,6 +20,7 @@
 
 package Autom4te::Configure_ac;
 
+use 5.006;
 use strict;
 use Exporter;
 use Autom4te::Channels;
index b91f65348f8e1c422eaabda4a738e86550deb303..30bbdb927083a85bcd86dbe942658804913c5f87 100644 (file)
@@ -34,6 +34,7 @@ This perl module provides various general purpose file handling functions.
 
 =cut
 
+use 5.006;
 use strict;
 use Exporter;
 use File::stat;
index c880e1f37d5caf3bd1ef4c0106a4c5641283fadf..d73c5ef84bda0d7de074d37bd155e3369c25b330 100644 (file)
@@ -30,7 +30,7 @@ line options in conformance to the GNU Coding standards.
 
 =cut
 
-use 5.006_002;
+use 5.006;
 use strict;
 use warnings FATAL => 'all';
 use Exporter ();
index bfa6a43d1333629db75e42e4d93125bd179ba450..28d5bc66780f889fcac69d92647dc5a3e3db0816 100644 (file)
@@ -69,7 +69,7 @@ and C<getlines> methods to translate C<\r\n> to C<\n>.
 
 =cut
 
-require 5.000;
+use 5.006;
 use strict;
 use vars qw($VERSION @EXPORT @EXPORT_OK $AUTOLOAD @ISA);
 use Carp;
index 4cbd5f400bcf6c9ffc88ed98ab9a0673a718a4ff..a97e0bd553bd3e06528298eade0ef08dcc781ba5 100644 (file)
--- a/maint.mk
+++ b/maint.mk
@@ -1332,7 +1332,7 @@ alpha beta stable: $(local-check) writable-files $(submodule-checks)
        $(MAKE) vc-diff-check
        $(MAKE) news-check
        $(MAKE) distcheck
-       $(MAKE) dist XZ_OPT=-9ev
+       $(MAKE) dist
        $(MAKE) $(release-prep-hook) RELEASE_TYPE=$@
        $(MAKE) -s emit_upload_commands RELEASE_TYPE=$@