Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/automake/files: automake-1.7.9-libtool-2.patch
Date: Sat, 21 Mar 2009 11:41:02
Message-Id: E1LkzZT-0006VB-L9@stork.gentoo.org
1 vapier 09/03/21 11:40:59
2
3 Added: automake-1.7.9-libtool-2.patch
4 Log:
5 Fix by Ryan Hill for tests w/libtool-2 #257544.
6
7 Revision Changes Path
8 1.1 sys-devel/automake/files/automake-1.7.9-libtool-2.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/files/automake-1.7.9-libtool-2.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/files/automake-1.7.9-libtool-2.patch?rev=1.1&content-type=text/plain
12
13 Index: automake-1.7.9-libtool-2.patch
14 ===================================================================
15 fixup tests w/libtool-2
16
17 https://bugs.gentoo.org/257544
18
19 --- automake-1.7.9/tests/libtool5.test
20 +++ automake-1.7.9/tests/libtool5.test
21 @@ -45,5 +45,6 @@
22 END
23
24 libtoolize
25 +[ -e config.guess ] || libtoolize --install
26 $ACLOCAL
27 $AUTOMAKE
28 --- automake-1.7.9/tests/ltcond2.test
29 +++ automake-1.7.9/tests/ltcond2.test
30 @@ -73,6 +73,7 @@
31 echo 'int main() { print(); return 0; }' >main.c
32
33 libtoolize
34 +[ -e config.guess ] || libtoolize --install
35 $ACLOCAL
36 $AUTOCONF
37 $AUTOMAKE
38 --- automake-1.7.9/tests/ltcond.test
39 +++ automake-1.7.9/tests/ltcond.test
40 @@ -62,6 +62,7 @@
41 mkdir empty
42
43 libtoolize
44 +[ -e config.guess ] || libtoolize --install
45 $ACLOCAL
46 $AUTOCONF
47 $AUTOMAKE
48 --- automake-1.7.9/tests/ltconv.test
49 +++ automake-1.7.9/tests/ltconv.test
50 @@ -111,6 +111,7 @@
51 EOF
52
53 libtoolize
54 +[ -e config.guess ] || libtoolize --install
55 $ACLOCAL
56 $AUTOCONF
57 $AUTOMAKE