summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2022-09-23 12:40:14 +0200
committerJan Kara <jack@suse.cz>2022-09-23 12:40:14 +0200
commit8986f226b20b62442855b2ecd3b377b4a7228c4d (patch)
treee3e1cbd28eb01cbe9729481aeb2e79b8e07e0c34
parent87d2fd7635e4bca54fa2a00b8d5b073ba9ca521b (diff)
downloadlinuxquota-8986f226b20b62442855b2ecd3b377b4a7228c4d.tar.gz
Update required gettext version
Update required gettext version to 0.19 so that newer autoconf macros get copied. The old ones from 2014 start to have compatibility issues. Reported-by: Sam James <thesamesam@users.sourceforge.net> Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8ada11e..2a9c0c2 100644
--- 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.19])
AS_IF([test "$enable_nls" != "no"], [
enable_nls="yes"