diff options
author | Pablo Barciela <[email protected]> | 2019-10-08 15:54:30 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-08 16:56:24 +0200 |
commit | 09b6d880590f9feaa873f5353afc4d5b04c8daf1 (patch) | |
tree | b698264ef379125957a6d4042517d9d1f8c3eb8e | |
parent | 66c717c8960df2c31b1fe1fdc56beefc03ef41d6 (diff) | |
download | mate-user-guide-09b6d880590f9feaa873f5353afc4d5b04c8daf1.tar.bz2 mate-user-guide-09b6d880590f9feaa873f5353afc4d5b04c8daf1.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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c3be49a..8c2aa4c 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ GETTEXT_PACKAGE="mate-user-guide" AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext translation domain]) AC_SUBST(GETTEXT_PACKAGE) AM_GNU_GETTEXT_VERSION([0.19.8]) +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8]) AM_GNU_GETTEXT([external]) AC_OUTPUT([ |