Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php-ext-source-r1.eclass
Date: Tue, 27 Jul 2010 13:24:47
Message-Id: 20100727132439.E63172CE15@corvid.gentoo.org
1 mabi 10/07/27 13:24:39
2
3 Modified: php-ext-source-r1.eclass
4 Log:
5 fix bug #329071
6
7 Revision Changes Path
8 1.21 eclass/php-ext-source-r1.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r1.eclass?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r1.eclass?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/php-ext-source-r1.eclass?r1=1.20&r2=1.21
13
14 Index: php-ext-source-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- php-ext-source-r1.eclass 20 Jul 2010 10:49:21 -0000 1.20
21 +++ php-ext-source-r1.eclass 27 Jul 2010 13:24:39 -0000 1.21
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.20 2010/07/20 10:49:21 mabi Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r1.eclass,v 1.21 2010/07/27 13:24:39 mabi Exp $
27 #
28 # Author: Tal Peer <coredumb@g.o>
29 # Author: Stuart Herbert <stuart@g.o>
30 @@ -54,7 +54,8 @@
31 php-ext-source-r1_phpize() {
32 has_php
33 # Create configure out of config.m4
34 - ${PHPIZE}
35 + # need to convert WANT_AUTO*=latest to an actual version (bug #329071)
36 + autotools_run_tool phpize
37 # force run of libtoolize and regeneration of related autotools
38 # files (bug 220519)
39 rm aclocal.m4