summaryrefslogtreecommitdiff
path: root/sys-fs/quota/files/quota-4.09-gettext-version.patch
blob: 1dc194f8b47354b6e26caf4674706f7bf89f0e89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://sourceforge.net/p/linuxquota/bugs/142/

Avoids e.g. egrep warnings.
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ AC_CHECK_FUNC([nl_langinfo], [
 # Gettext support
 # ===============
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.12.1])
+AM_GNU_GETTEXT_VERSION([0.21])
 
 AS_IF([test "$enable_nls" != "no"], [
     enable_nls="yes"