summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-24 15:59:19 +0800
committerraveit65 <[email protected]>2019-10-31 15:20:49 +0100
commitcdb6025abc5729dd0eaba6aca2fa6a69b8b403c2 (patch)
treeaa3ac4dd94dc2f8220e60e88b9659549ff79ce2f /configure.ac
parent25130d5c3194eba42c9908aacc05c627548bce8b (diff)
downloadmate-icon-theme-cdb6025abc5729dd0eaba6aca2fa6a69b8b403c2.tar.bz2
mate-icon-theme-cdb6025abc5729dd0eaba6aca2fa6a69b8b403c2.tar.xz
migrate from intltool to gettext
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d58c69b..567dcf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,10 @@ AM_EXTRA_RECURSIVE_TARGETS([clean-png-icons build-png-icons])
AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip foreign check-news])
PKG_PROG_PKG_CONFIG([0.19])
-IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE="${PACKAGE}"
AC_SUBST(GETTEXT_PACKAGE)