From d15e95f785b21be3ca45e9e2cc7143779c0b5176 Mon Sep 17 00:00:00 2001 From: Martin Blanchard Date: Thu, 14 Feb 2019 21:27:32 +0000 Subject: build: Migrate from intltool to gettext https://gitlab.freedesktop.org/upower/upower/issues/89 --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') 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}]) -- cgit v1.2.1