summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-29 16:10:25 +0800
committerraveit65 <[email protected]>2019-11-07 11:22:37 +0100
commitcd5b6003a7c380e95d8422b66f116d294c09b945 (patch)
treec8b7858f68d996adf2a5341e3b55125140ff3ac5 /configure.ac
parent9f5e0db85fe80f97c38576922c2748eb94b46a4b (diff)
downloadmate-notification-daemon-cd5b6003a7c380e95d8422b66f116d294c09b945.tar.bz2
mate-notification-daemon-cd5b6003a7c380e95d8422b66f116d294c09b945.tar.xz
migrate from intltools to gettext
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 06a22c7..037b68f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,9 +74,12 @@ LT_INIT
dnl ---------------------------------------------------------------------------
dnl i18n stuff
dnl ---------------------------------------------------------------------------
-IT_PROG_INTLTOOL([0.50.1])
+
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+AM_GNU_GETTEXT([external])
+
AC_SUBST([GETTEXT_PACKAGE], [mate-notification-daemon])
-AM_GLIB_GNU_GETTEXT
AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package name.])