[geocode-glib] Use upstream gettext instead the glib one



commit 8f3d52d38bcada35952eb85ef9cbde28231deb23
Author: Javier Jardón <jjardon gnome org>
Date:   Fri May 20 18:18:23 2011 +0100

    Use upstream gettext instead the glib one

 configure.ac |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9ac7876..31cab31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,19 +41,20 @@ dnl Initialize libtool
 LT_PREREQ([2.2])
 LT_INIT([disable-static])
 
+# i18n support
+IT_PROG_INTLTOOL([0.41.0])
+
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
 GETTEXT_PACKAGE=geocode-glib
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
 					[The name of the gettext domain])
 
-AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.35.0])
-
 dnl gtk-doc checks
 GTK_DOC_CHECK([1.13],[--flavour no-tmpl])
 
-AC_DEFINE_UNQUOTED(LOCALEDIR, "${prefix}/share/locale", [Directory for the localization files])
-
 dnl Requires for the library
 PKG_CHECK_MODULES(GEOCODE,
 		  gio-2.0



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