summarylogtreecommitdiffstats
path: root/0011-Fix-autoreconf-when-using-our-gettext-version.patch
diff options
context:
space:
mode:
authorNicola Murino2017-01-16 22:55:20 +0100
committerNicola Murino2017-01-16 22:55:20 +0100
commiteaa2439ae3ae4791a93b458ec236fadc12c1124d (patch)
treee2b2e6620f6dfa1364892becc47c8876832d99b9 /0011-Fix-autoreconf-when-using-our-gettext-version.patch
downloadaur-eaa2439ae3ae4791a93b458ec236fadc12c1124d.tar.gz
Initial version
Diffstat (limited to '0011-Fix-autoreconf-when-using-our-gettext-version.patch')
-rw-r--r--0011-Fix-autoreconf-when-using-our-gettext-version.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0011-Fix-autoreconf-when-using-our-gettext-version.patch b/0011-Fix-autoreconf-when-using-our-gettext-version.patch
new file mode 100644
index 000000000000..4bc82b5b1c40
--- /dev/null
+++ b/0011-Fix-autoreconf-when-using-our-gettext-version.patch
@@ -0,0 +1,25 @@
+From f376afee5ec28b9cc7bfbcd2bc2eb01fda706470 Mon Sep 17 00:00:00 2001
+From: Andoni Morales Alastruey <ylatuya@gmail.com>
+Date: Fri, 22 Mar 2013 17:04:13 +0100
+Subject: [PATCH 11/16] Fix autoreconf when using our gettext version
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 9550558..843ef9f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -155,7 +155,7 @@ AC_SUBST(GETTEXT_PACKAGE)
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GETTEXT package name])
+ AC_DEFINE_UNQUOTED(LOCALEDIR, "${prefix}/share/locale", [String catalog location])
+ AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION([0.14.1])
++AM_GNU_GETTEXT_VERSION([0.18.2])
+
+ dnl -------------------------------
+ dnl Check for native thread support
+--
+2.1.4
+