diff options
author | Wu Xiaotian <[email protected]> | 2019-11-04 17:37:08 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-11 01:18:10 +0100 |
commit | d19b62785293db5999bb14b6ebb611aa76a7253a (patch) | |
tree | 07995725258e0f67bd91c0692110e335bbd6c82f /configure.ac | |
parent | 73c0bb35bfc355eaa2842652f6a85a58592fb1c2 (diff) | |
download | atril-d19b62785293db5999bb14b6ebb611aa76a7253a.tar.bz2 atril-d19b62785293db5999bb14b6ebb611aa76a7253a.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 5ee6d51a..4e317e49 100644 --- a/configure.ac +++ b/configure.ac @@ -68,12 +68,13 @@ dnl FIXME: remove this when required gtk+ >= 2.19.7 DISABLE_DEPRECATED= AC_SUBST([DISABLE_DEPRECATED]) -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]) GETTEXT_PACKAGE=atril AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext package]) -AM_GLIB_GNU_GETTEXT m4_pattern_allow([AM_V_GEN])dnl Make autoconf not complain about the rule below EV_INTLTOOL_ATRIL_BACKEND_RULE='%.atril-backend: %.atril-backend.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(AM_V_GEN) LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' @@ -744,7 +745,7 @@ libview/Makefile Makefile po/Makefile.in previewer/Makefile -properties/libatril-properties-page.caja-extension.in +properties/libatril-properties-page.caja-extension.desktop.in properties/Makefile shell/Makefile test/Makefile |