diff options
author | Wu Xiaotian <[email protected]> | 2019-11-14 15:31:18 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-12-01 13:20:15 +0100 |
commit | 8f84b07cb85562c442ef1e767e99d6efab182e56 (patch) | |
tree | 113615f7b7112efe8f53d551d3e3c100342bed7c /configure.ac | |
parent | 8efd6d8cb2eabfecea809e8dab9eb013c880e181 (diff) | |
download | engrampa-8f84b07cb85562c442ef1e767e99d6efab182e56.tar.bz2 engrampa-8f84b07cb85562c442ef1e767e99d6efab182e56.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 b093325..af8446d 100644 --- a/configure.ac +++ b/configure.ac @@ -131,8 +131,9 @@ GETTEXT_PACKAGE=engrampa AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GetText Package]) -AM_GLIB_GNU_GETTEXT -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]) if test "x${prefix}" = "xNONE"; then AC_DEFINE_UNQUOTED(LOCALEDIR, "${ac_default_prefix}/${DATADIRNAME}/locale", [Locale dir]) @@ -189,7 +190,7 @@ AC_CONFIG_FILES([Makefile src/sh/Makefile src/ui/Makefile caja/Makefile - caja/libcaja-engrampa.caja-extension.in + caja/libcaja-engrampa.caja-extension.desktop.in help/Makefile po/Makefile.in]) AC_OUTPUT |