summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2019-02-14 21:27:32 +0000
committerMartin Blanchard <tchaik@gmx.com>2019-05-18 18:38:35 +0200
commitd15e95f785b21be3ca45e9e2cc7143779c0b5176 (patch)
tree314c5f2324abca6de0d1931aa729aeb11c95cdff /configure.ac
parentfccc47114a6e9586afd639c0d225ea305a85eda0 (diff)
downloadupower-d15e95f785b21be3ca45e9e2cc7143779c0b5176.tar.gz
build: Migrate from intltool to gettext
https://gitlab.freedesktop.org/upower/upower/issues/89
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c3a0e9a..b3505e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,9 +229,7 @@ if test "x$GCC" = "xyes"; then
fi
# i18n support
-IT_PROG_INTLTOOL([0.40.0])
-
-AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT([external])
AC_SUBST([GETTEXT_PACKAGE],[${PACKAGE_TARNAME}])