diff options
author | 2002-04-22 21:00:38 +0000 | |
---|---|---|
committer | 2002-04-22 21:00:38 +0000 | |
commit | 02f977a37789a0d0605414da7daddc2228bca20c (patch) | |
tree | 04ef770021eea739bf2ab8b9c5ad61021a3ff26a /sys-devel/autoconf/files | |
parent | fix am-wrapper.pl (diff) | |
download | gentoo-2-02f977a37789a0d0605414da7daddc2228bca20c.tar.gz gentoo-2-02f977a37789a0d0605414da7daddc2228bca20c.tar.bz2 gentoo-2-02f977a37789a0d0605414da7daddc2228bca20c.zip |
fix comment
Diffstat (limited to 'sys-devel/autoconf/files')
-rw-r--r-- | sys-devel/autoconf/files/ac-wrapper.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/autoconf/files/ac-wrapper.pl b/sys-devel/autoconf/files/ac-wrapper.pl index 2f20ed7494dd..9ab810604a21 100644 --- a/sys-devel/autoconf/files/ac-wrapper.pl +++ b/sys-devel/autoconf/files/ac-wrapper.pl @@ -16,7 +16,7 @@ # Executes the correct autoconf version. # # - defaults to autoconf-2.13 -# - runs autoconf-2.52d if it exists and... +# - runs autoconf-2.5x if it exists and... # - envvar WANT_AUTOCONF_2_5 is set to `1' # -or- # - configure.ac is present @@ -30,7 +30,7 @@ sub cat_ { local *F; open F, $_[0] or return; my @l = <F>; wantarray ? @l : join '', @l } my $binary = "$0-2.13"; -my $binary_new = "$0-2.52d"; +my $binary_new = "$0-2.5x"; if (!$ENV{WANT_AUTOCONF_2_1}) { if (-x $binary_new # user may have only 2.13 |