summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-11-14 15:31:18 +0800
committerZenWalker <[email protected]>2019-12-01 13:20:15 +0100
commit8f84b07cb85562c442ef1e767e99d6efab182e56 (patch)
tree113615f7b7112efe8f53d551d3e3c100342bed7c /configure.ac
parent8efd6d8cb2eabfecea809e8dab9eb013c880e181 (diff)
downloadengrampa-8f84b07cb85562c442ef1e767e99d6efab182e56.tar.bz2
engrampa-8f84b07cb85562c442ef1e767e99d6efab182e56.tar.xz
migrate from intltool to gettext
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
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