Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gmetadom/files: gmetadom-0.2.6-automake-1.13.patch
Date: Tue, 21 May 2013 15:50:19
Message-Id: 20130521155012.32E4D2171D@flycatcher.gentoo.org
1 jer 13/05/21 15:50:12
2
3 Added: gmetadom-0.2.6-automake-1.13.patch
4 Log:
5 Fix building with automake-1.13.
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 dev-libs/gmetadom/files/gmetadom-0.2.6-automake-1.13.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmetadom/files/gmetadom-0.2.6-automake-1.13.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmetadom/files/gmetadom-0.2.6-automake-1.13.patch?rev=1.1&content-type=text/plain
14
15 Index: gmetadom-0.2.6-automake-1.13.patch
16 ===================================================================
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -61,7 +61,7 @@
20
21 # AC_CONFIG_HEADERS([config.h])
22 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
23 -AM_CONFIG_HEADER(config.h)
24 +AC_CONFIG_HEADERS(config.h)
25
26 AH_TOP([
27 /* This file is part of GMetaDOM