Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/systemtap/files: systemtap-2.0-gettext.patch
Date: Sun, 04 Nov 2012 22:16:07
Message-Id: 20121104221544.9BDD1215FF@flycatcher.gentoo.org
1 swegener 12/11/04 22:15:44
2
3 Added: systemtap-2.0-gettext.patch
4 Log:
5 Version bump, bug #425570.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
8
9 Revision Changes Path
10 1.1 dev-util/systemtap/files/systemtap-2.0-gettext.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/files/systemtap-2.0-gettext.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/files/systemtap-2.0-gettext.patch?rev=1.1&content-type=text/plain
14
15 Index: systemtap-2.0-gettext.patch
16 ===================================================================
17 diff -Nur systemtap-2.0.orig/configure.ac systemtap-2.0/configure.ac
18 --- systemtap-2.0.orig/configure.ac 2012-11-04 22:04:07.726950494 +0000
19 +++ systemtap-2.0/configure.ac 2012-11-04 22:11:08.747068941 +0000
20 @@ -30,7 +30,7 @@
21 AC_SUBST(CXXFLAGS)
22 AC_SYS_LARGEFILE
23 AM_GNU_GETTEXT(external)
24 -AM_GNU_GETTEXT_VERSION(0.17)
25 +AM_GNU_GETTEXT_VERSION(0.18)
26 AC_CHECK_FUNCS(ppoll)
27
28 dnl Handle the prologues option.