diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2004-06-16 15:54:44 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2004-06-16 15:54:44 +0000 |
commit | 13e9f474047c5a414292d4afabe055003e958b79 (patch) | |
tree | f9434f05031ac29e0093d93d942b688fe36e7076 /sys-devel | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-13e9f474047c5a414292d4afabe055003e958b79.tar.gz gentoo-2-13e9f474047c5a414292d4afabe055003e958b79.tar.bz2 gentoo-2-13e9f474047c5a414292d4afabe055003e958b79.zip |
Update comments to show that we check for 2.13 and not 2.1.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/files/ac-wrapper-4.pl | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index f3f94cb71208..46afad55ab35 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.48 2004/06/11 18:39:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.49 2004/06/16 15:54:44 azarah Exp $ + + 16 Jun 2004; Martin Schlemmer <azarah@gentoo.org> files/ac-wrapper-4.pl: + Update comments to show that we check for 2.13 and not 2.1. 11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> autoconf-2.59-r4.ebuild: Stable on alpha. diff --git a/sys-devel/autoconf/files/ac-wrapper-4.pl b/sys-devel/autoconf/files/ac-wrapper-4.pl index e03c0fdd666c..984ce670f378 100644 --- a/sys-devel/autoconf/files/ac-wrapper-4.pl +++ b/sys-devel/autoconf/files/ac-wrapper-4.pl @@ -22,10 +22,10 @@ # - configure.ac is present # -or- # - `configure.in' contains AC_PREREQ and the value's 3 first letters -# are stringwise greater than '2.1' +# are stringwise greater than '2.13' # -or- # - `configure' is already present and was generated by autoconf greater than -# '2.1' +# '2.13' # -or- # - `Makefile.in' was generated by automake-1.6 or superior, which # specifically needs autoconf-2.5x |