From cd5b6003a7c380e95d8422b66f116d294c09b945 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Tue, 29 Oct 2019 16:10:25 +0800 Subject: migrate from intltools to gettext --- configure.ac | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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.]) -- cgit v1.2.1