summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-10-11 21:48:14 +0200
committerPablo Barciela <[email protected]>2019-10-11 21:48:14 +0200
commitb0deee713f31a6d0a3d06a219ba85c76e7ca5723 (patch)
treec1b6b27a33e7b9c7b58f60da94a6f005cba4eacb
parent10eca3751ba803427312c76e102a69160c50acaf (diff)
downloadmozo-b0deee713f31a6d0a3d06a219ba85c76e7ca5723.tar.bz2
mozo-b0deee713f31a6d0a3d06a219ba85c76e7ca5723.tar.xz
sets the required version for gettext (0.19.8)
Fixes error in arch build: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 32b190c..fdade5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,6 +16,7 @@ GETTEXT_PACKAGE=mozo
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
AM_GNU_GETTEXT([external])
AM_PATH_PYTHON(3.5)