[libgweather] configure.ac: Use upstream gettext instead the glib one



commit ce060c63f1b4bd3ce56778802a75c26bc7b14c60
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Mar 5 15:46:14 2012 +0000

    configure.ac: Use upstream gettext instead the glib one

 configure.ac |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index acbfe40..82d6a62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,6 @@ LT_PREREQ([2.2.6])
 LT_INIT([dlopen win32-dll disable-static])
 LT_LIB_M
 
-IT_PROG_INTLTOOL([0.50.0])
 PKG_PROG_PKG_CONFIG([0.19])
 
 AC_PROG_CC
@@ -99,12 +98,14 @@ dnl -- check for glib; redundant at this point, but sets $GLIB_MKENUMS
 AM_PATH_GLIB_2_0($GLIB_REQUIRED)
 
 dnl gettext
+IT_PROG_INTLTOOL([0.50.0])
+
+AM_GNU_GETTEXT_VERSION([0.18])
+AM_GNU_GETTEXT([external])
 
 GETTEXT_PACKAGE=libgweather-3.0
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package])
-AM_GLIB_GNU_GETTEXT
-
 
 dnl ***************************************************************************
 dnl ***  REGEX                                                              ***



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