Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/xournal/files: xournal-0.4.7-am113.patch
Date: Tue, 30 Apr 2013 20:36:02
Message-Id: 20130430203556.AFAFC20081@flycatcher.gentoo.org
1 dilfridge 13/04/30 20:35:56
2
3 Added: xournal-0.4.7-am113.patch
4 Log:
5 add patch for automake-1.13 compatibility, bug 467626
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.1 app-text/xournal/files/xournal-0.4.7-am113.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/files/xournal-0.4.7-am113.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xournal/files/xournal-0.4.7-am113.patch?rev=1.1&content-type=text/plain
14
15 Index: xournal-0.4.7-am113.patch
16 ===================================================================
17 From ae2821f664b0615779638cdd1eca414e500e7f92 Mon Sep 17 00:00:00 2001
18 From: "Andreas K. Huettel (dilfridge)" <dilfridge@g.o>
19 Date: Tue, 30 Apr 2013 22:29:32 +0200
20 Subject: [PATCH] replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
21
22 ---
23 configure.in | 2 +-
24 1 file changed, 1 insertion(+), 1 deletion(-)
25
26 diff --git a/configure.in b/configure.in
27 index 52a07df..ba827c7 100644
28 --- a/configure.in
29 +++ b/configure.in
30 @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
31
32 AC_INIT(configure.in)
33 AM_INIT_AUTOMAKE(xournal, 0.4.7)
34 -AM_CONFIG_HEADER(config.h)
35 +AC_CONFIG_HEADERS(config.h)
36 AM_MAINTAINER_MODE
37
38 AC_ISC_POSIX
39 --
40 1.8.2.1