summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-11 13:44:15 +0800
committerRobert Antoni Buj Gelonch <[email protected]>2019-10-11 19:18:55 +0200
commit73493f622ad0bc259f404f6e5aef8f3181f81104 (patch)
tree47cf2923420fafd9f3d3fda559308add1b4e7e97 /configure.ac
parent2ea0e31b009b2a504733b1709ca035110472cd55 (diff)
downloadmate-system-monitor-73493f622ad0bc259f404f6e5aef8f3181f81104.tar.bz2
mate-system-monitor-73493f622ad0bc259f404f6e5aef8f3181f81104.tar.xz
migrate from intltool to gettext
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ae69e14..48281ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,8 +69,8 @@ dnl CXXFLAGS="-fvisibility-inlines-hidden $CXXFLAGS"
GLIB_GSETTINGS
-# i18n stuff
-IT_PROG_INTLTOOL([0.50.1])
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE=mate-system-monitor
AC_SUBST(GETTEXT_PACKAGE)