Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/texlive/2008/texlive-core: 240_all_autoconf264.patch series
Date: Mon, 03 Aug 2009 10:19:35
Message-Id: E1MXudg-0007eN-GK@stork.gentoo.org
1 aballier 09/08/03 10:19:32
2
3 Modified: series
4 Added: 240_all_autoconf264.patch
5 Log:
6 add patch to fix autoreconf with autoconf 2.64, bug #279687
7
8 Revision Changes Path
9 1.10 src/patchsets/texlive/2008/texlive-core/series
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/series?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/series?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/series?r1=1.9&r2=1.10
14
15 Index: series
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/texlive/2008/texlive-core/series,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- series 8 Jun 2009 14:10:26 -0000 1.9
22 +++ series 3 Aug 2009 10:19:32 -0000 1.10
23 @@ -10,3 +10,4 @@
24 210_all_getline.patch
25 220_all_gcc44-glibc210.patch
26 230_all_jpegimage_implicit_decl_free.patch
27 +240_all_autoconf264.patch
28
29
30
31 1.1 src/patchsets/texlive/2008/texlive-core/240_all_autoconf264.patch
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/240_all_autoconf264.patch?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/texlive/2008/texlive-core/240_all_autoconf264.patch?rev=1.1&content-type=text/plain
35
36 Index: 240_all_autoconf264.patch
37 ===================================================================
38 Index: texlive-20080816-source/libs/teckit/configure.ac
39 ===================================================================
40 --- texlive-20080816-source.orig/libs/teckit/configure.ac
41 +++ texlive-20080816-source/libs/teckit/configure.ac
42 @@ -15,7 +15,7 @@ AC_PROG_INSTALL
43 AC_PROG_LIBTOOL
44
45 if test "${target_os}" = "mingw32"; then
46 -AC_PROG_RC
47 +LT_AC_PROG_RC
48 fi
49
50 AC_ARG_WITH(old-lib-names,