Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/renameutils/files: renameutils-0.12.0-autopoint.patch
Date: Sat, 02 Jun 2012 07:58:11
Message-Id: 20120602075801.BAC0E2004B@flycatcher.gentoo.org
1 dev-zero 12/06/02 07:58:01
2
3 Added: renameutils-0.12.0-autopoint.patch
4 Log:
5 Specify gettext version to be used in configure.ac (bug #419181).
6
7 (Portage version: 2.1.10.56/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-apps/renameutils/files/renameutils-0.12.0-autopoint.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/renameutils/files/renameutils-0.12.0-autopoint.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/renameutils/files/renameutils-0.12.0-autopoint.patch?rev=1.1&content-type=text/plain
14
15 Index: renameutils-0.12.0-autopoint.patch
16 ===================================================================
17 diff --git a/configure.ac b/configure.ac
18 index 58feccb..86dbe49 100644
19 --- a/configure.ac
20 +++ b/configure.ac
21 @@ -24,6 +24,7 @@ gl_INIT
22
23 # Gettext
24 AM_GNU_GETTEXT([external])
25 +AM_GNU_GETTEXT_VERSION(0.18)
26
27 # Checks for libraries.
28 OL_LIB_READLINE