[nemiver] Use upstream gettext instead the Glib one



commit 1af8f457773ac9fcf197b7f3707a1a3abff2dba7
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Oct 1 07:06:33 2010 +0200

    Use upstream gettext instead the Glib one

 autogen.sh   |    3 +++
 configure.ac |    7 +++++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index ff460fe..a52f65c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -20,4 +20,7 @@ which gnome-autogen.sh || {
     echo "You need to install gnome-common from the GNOME CVS"
     exit 1
 }
+
+autopoint --force || exit $?
+
 REQUIRED_AUTOMAKE_VERSION=1.7 REQUIRED_INTLTOOL_VERSION=0.33 srcdir=$topsrcdir . gnome-autogen.sh
diff --git a/configure.ac b/configure.ac
index a1e2847..d63bf37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,12 +83,15 @@ dnl *************************************
 dnl Internationalization support
 dnl *************************************
 dnl To add a new language, add language code xx to po/LINGUAS
-IT_PROG_INTLTOOL([0.33.0])
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
 GETTEXT_PACKAGE=nemiver
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"],
                    [The domain to use with gettext])
-AM_GLIB_GNU_GETTEXT
 
 nemiverlocaledir=[${datadir}/locale]
 AC_SUBST(nemiverlocaledir)



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