Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-1.2.10-automake-1.13.patch gtk+-2.24.10-gold.patch
Date: Wed, 01 May 2013 03:22:57
Message-Id: 20130501032251.E381F2171E@flycatcher.gentoo.org
1 tetromino 13/05/01 03:22:51
2
3 Added: gtk+-1.2.10-automake-1.13.patch
4 Removed: gtk+-2.24.10-gold.patch
5 Log:
6 Fix gtk+-1.2.10-r12's build failure with automake-1.13 (bug #467520, thanks to Ted Tanberry) and remove obsolete version.
7
8 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
9
10 Revision Changes Path
11 1.1 x11-libs/gtk+/files/gtk+-1.2.10-automake-1.13.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-1.2.10-automake-1.13.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/files/gtk+-1.2.10-automake-1.13.patch?rev=1.1&content-type=text/plain
15
16 Index: gtk+-1.2.10-automake-1.13.patch
17 ===================================================================
18 Fix build failure with automake-1.13; fixed upstream in >=2.24.15 and >=3.0
19 https://bugs.gentoo.org/467520
20
21 diff --git a/configure.in b/configure.in
22 index 27294c8..798a259 100644
23 --- a/configure.in
24 +++ b/configure.in
25 @@ -61,7 +61,7 @@ dnl Initialize automake stuff
26 AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
27
28 # Specify a configuration file
29 -AM_CONFIG_HEADER(config.h)
30 +AC_CONFIG_HEADERS([config.h])
31
32 dnl Initialize libtool
33 AC_PROG_LIBTOOL