summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-12-25 13:30:24 +0800
committerZenWalker <[email protected]>2020-01-05 13:56:24 +0100
commit5a0d1fa2dcf6dc972f17b4c443d321c25e39c68a (patch)
tree7c93bc1ff5809468ccfb80983c1e7ce49df33e3e /configure.ac
parent66c9f25ba4db120a2ede11d5cc56952ecfcadcda (diff)
downloadmate-netbook-5a0d1fa2dcf6dc972f17b4c443d321c25e39c68a.tar.bz2
mate-netbook-5a0d1fa2dcf6dc972f17b4c443d321c25e39c68a.tar.xz
migrate from intltools to gettext
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 55eb123..92aefa9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,16 +14,14 @@ AC_PROG_LIBTOOL
dnl ==========================================================================
dnl i18n
dnl ==========================================================================
+AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE=mate-netbook
AC_SUBST(GETTEXT_PACKAGE)
AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS'])
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name])
-IT_PROG_INTLTOOL([0.50.1])
-
-AM_GLIB_GNU_GETTEXT
-
#if test "x$GCC" = "xyes"; then
# GCC_FLAGS="-g -Wall -Werror"
#fi