summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-30 22:50:56 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-30 22:50:56 +0000
commitaa810070ba3f1e31f44465486f44a2504fb8789a (patch)
tree035f10075bc3220685eef83f8efe7c14411ecc7b /sys-devel/automake
parentBumped to 5.0.4p1 'The right way'(tm) per security bug #69043. (diff)
downloadhistorical-aa810070ba3f1e31f44465486f44a2504fb8789a.tar.gz
historical-aa810070ba3f1e31f44465486f44a2504fb8789a.tar.bz2
historical-aa810070ba3f1e31f44465486f44a2504fb8789a.zip
update WANT_AUTOCONF syntax #71411
Diffstat (limited to 'sys-devel/automake')
-rw-r--r--sys-devel/automake/Manifest8
-rw-r--r--sys-devel/automake/automake-1.8.5-r1.ebuild10
2 files changed, 9 insertions, 9 deletions
diff --git a/sys-devel/automake/Manifest b/sys-devel/automake/Manifest
index b0e382f5c36c..854e24804761 100644
--- a/sys-devel/automake/Manifest
+++ b/sys-devel/automake/Manifest
@@ -9,7 +9,7 @@ MD5 fba78d906e5e338f46ac8f5845c7e6fd automake-1.7.9.ebuild 1464
MD5 e1de6dd22d91d28403cd9fb91d02be56 automake-1.8.5-r2.ebuild 1505
MD5 c07471021c0c13bf33de4073ec1c2196 automake-1.9.3.ebuild 1378
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 79cf393f980b9967949326562bdaecb3 automake-1.8.5-r1.ebuild 12924
+MD5 77411e62ed6c725a08dc82973d2f684b automake-1.8.5-r1.ebuild 12918
MD5 78e8a0f1cc7ad91267499625df0de314 files/automake-1.5-slot.patch 1161
MD5 252f1212a83cc74c42cd557bc3f65e32 files/digest-automake-1.4_p6 67
MD5 41ad4c592f0cb2cbc83ff461fc36eea9 files/automake-1.4_p5-ignore-duplicates.patch 882
@@ -27,7 +27,7 @@ MD5 d576cbc9cda51d6288db8b8569eb9e2a files/automake-1.8.5-config-guess-uclibc.pa
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBlu8fHTu7gpaalycRArLjAJ9uSs8/aBH8YLRuH77zCp0rbfeM2ACg8jtf
-1bcMvnyzNLrpR+5AhJww9LM=
-=wCKK
+iD8DBQFBrPldroRuSHgZdywRAnVTAJ4sF2kC2Jj6XFHyGBAIIrA1XtgbjQCeKhfk
+LTBjD2hfW+hbe7jCEFWOAGQ=
+=JeXG
-----END PGP SIGNATURE-----
diff --git a/sys-devel/automake/automake-1.8.5-r1.ebuild b/sys-devel/automake/automake-1.8.5-r1.ebuild
index bd34b68a9c4a..ea70ad5571b6 100644
--- a/sys-devel/automake/automake-1.8.5-r1.ebuild
+++ b/sys-devel/automake/automake-1.8.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r1.ebuild,v 1.13 2004/11/14 03:49:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r1.ebuild,v 1.14 2004/11/30 22:50:56 vapier Exp $
inherit eutils
@@ -88,7 +88,7 @@ src_compile() {
# stupid configure script goes and run autoconf in a subdir,
# so 'ac-wrapper.pl' do not detect that it should use
# autoconf-2.5x
- export WANT_AUTOCONF_2_5=1
+ export WANT_AUTOCONF=2.5
cd ${S}
@@ -114,7 +114,7 @@ src_compile() {
# stupid configure script goes and run autoconf in a subdir,
# so 'ac-wrapper.pl' do not detect that it should use
# autoconf-2.5x
- export WANT_AUTOCONF_2_5=1
+ export WANT_AUTOCONF=2.5
cd ${OLD17_S}
@@ -140,7 +140,7 @@ src_compile() {
# stupid configure script goes and run autoconf in a subdir,
# so 'ac-wrapper.pl' do not detect that it should use
# autoconf-2.5x
- export WANT_AUTOCONF_2_5=1
+ export WANT_AUTOCONF=2.5
cd ${OLD16_S}
@@ -179,7 +179,7 @@ src_compile() {
--target=${CHOST} \
|| die "configure 1.5x failed"
emake || die "emake 1.5x failed"
- unset WANT_AUTOCONF_2_5
+ unset WANT_AUTOCONF=2.5
#
# ************ automake-1.4-p6 ************