diff options
author | Wu Xiaotian <[email protected]> | 2019-08-29 16:19:54 +0800 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-08-30 21:14:26 +0200 |
commit | 828be64b69942451e95b56a02dde1576af1bb856 (patch) | |
tree | d56c468286291666b5b687560d3eb4f5a51a5d30 /configure.ac | |
parent | d2277c4a74e591fbff12c1d9a049ebd4f68221ea (diff) | |
download | mate-settings-daemon-828be64b69942451e95b56a02dde1576af1bb856.tar.bz2 mate-settings-daemon-828be64b69942451e95b56a02dde1576af1bb856.tar.xz |
switch to use gettext
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e75359a..2b847d5 100644 --- a/configure.ac +++ b/configure.ac @@ -29,14 +29,13 @@ AC_SUBST(VERSION) AC_CONFIG_HEADERS([config.h]) -IT_PROG_INTLTOOL([0.50.1]) +AM_GNU_GETTEXT_VERSION([0.19.8]) +AM_GNU_GETTEXT([external]) GETTEXT_PACKAGE=mate-settings-daemon AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of default gettext domain]) -AM_GLIB_GNU_GETTEXT - AS_AC_EXPAND(LIBEXECDIR, "$libexecdir") MSD_INTLTOOL_PLUGIN_RULE='%.mate-settings-plugin: %.mate-settings-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' |