diff options
author | Wu Xiaotian <[email protected]> | 2019-12-24 16:58:09 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-01-06 00:34:02 +0100 |
commit | 08de1220675b973e612794979dcccc6ba8f1d954 (patch) | |
tree | 50a3f430613c22b4ae5a4b24dd88ade312dd297d /configure.ac | |
parent | 54f65b47774e0cce0b8ea93b27c85826b376cf6b (diff) | |
download | python-caja-08de1220675b973e612794979dcccc6ba8f1d954.tar.bz2 python-caja-08de1220675b973e612794979dcccc6ba8f1d954.tar.xz |
migrate from intltools to gettext
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a4f3f1e..74330e1 100644 --- a/configure.ac +++ b/configure.ac @@ -26,9 +26,8 @@ GETTEXT_PACKAGE=python-caja AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GetText Package]) -AM_GLIB_GNU_GETTEXT -IT_PROG_INTLTOOL([0.35.0]) - +AM_GNU_GETTEXT_VERSION([0.19.8]) +AM_GNU_GETTEXT([external]) dnl Check for gtk-doc GTK_DOC_CHECK(1.9) @@ -104,7 +103,7 @@ AS_IF([test "${enable_gtk_doc}" != no],[ AC_OUTPUT([ Makefile - libcaja-python.caja-extension.in + libcaja-python.caja-extension.desktop.in examples/Makefile src/Makefile caja-python.pc |