[tracker] build: Use upstream gettext instead the Glib one



commit 4fc6da13b530c8b6fbdb0f0ad25ed3f9468775bd
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Dec 5 10:23:43 2010 -0500

    build: Use upstream gettext instead the Glib one
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=636520

 configure.ac |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cf393b7..7a99e10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -510,14 +510,15 @@ AC_SUBST(VALAC)
 ####################################################################
 # Check gettext/intltool support
 ####################################################################
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
 
 GETTEXT_PACKAGE=AC_PACKAGE_NAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext translation domain])
 
-AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.35.0])
-
 ####################################################################
 # Check if we should enable GCOV coverage reporting support
 ####################################################################



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]