diff options
author | Pablo Barciela <[email protected]> | 2019-08-29 17:25:48 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-08-30 19:35:22 +0200 |
commit | 6a276e812fd4a9e77db70606c4d4d74815ad19ad (patch) | |
tree | 9a9aded294a6fa0888833cb2f7d5917ff1821915 | |
parent | eb73336998a89c76d802b335fd213af11118ed78 (diff) | |
download | mate-calc-6a276e812fd4a9e77db70606c4d4d74815ad19ad.tar.bz2 mate-calc-6a276e812fd4a9e77db70606c4d4d74815ad19ad.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 8a8b583..ca2055e 100644 --- a/configure.ac +++ b/configure.ac @@ -46,6 +46,7 @@ dnl ########################################################################### dnl Internationalization dnl ########################################################################### AM_GNU_GETTEXT_VERSION([0.19.8]) +AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8]) AM_GNU_GETTEXT([external]) AC_SUBST(GETTEXT_PACKAGE, mate-calc) |