Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/tesseract/files: tesseract-3.02-automake-compat.patch
Date: Wed, 30 Jan 2013 08:02:19
Message-Id: 20130130080215.7E6C22171E@flycatcher.gentoo.org
1 tomka 13/01/30 08:02:15
2
3 Added: tesseract-3.02-automake-compat.patch
4 Log:
5 remove old, automake compatibility (bug 454506). Thanks Helmut Jarausch.
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC)
8
9 Revision Changes Path
10 1.1 app-text/tesseract/files/tesseract-3.02-automake-compat.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/files/tesseract-3.02-automake-compat.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/files/tesseract-3.02-automake-compat.patch?rev=1.1&content-type=text/plain
14
15 Index: tesseract-3.02-automake-compat.patch
16 ===================================================================
17 --- configure.ac.ORIG 2013-01-25 10:24:52.713068658 +0100
18 +++ configure.ac 2013-01-29 12:05:31.582491749 +0100
19 @@ -223,7 +223,7 @@
20 # TODO(luc) Resolve this issue.
21 #AM_INIT_AUTOMAKE(dist-zip)
22 AM_INIT_AUTOMAKE
23 -AM_CONFIG_HEADER(config_auto.h:config/config.h.in)
24 +AC_CONFIG_HEADERS(config_auto.h:config/config.h.in)
25 #AM_PROG_CC_C_O
26 AM_MAINTAINER_MODE
27 # Need to tell automake if Visual C++ is being used: