[gedit-collaboration] Use upstream gettext instead the glib one



commit 88d819f6cc6187e8e6b81c3bde1d645c6a542730
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Oct 20 11:18:51 2010 +0200

    Use upstream gettext instead the glib one

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e930cac..946d5d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,10 +47,12 @@ dnl Gettext stuff.
 dnl ================================================================
 IT_PROG_INTLTOOL([0.41.0])
 
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
 GETTEXT_PACKAGE=geditcollaboration
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
-AM_GLIB_GNU_GETTEXT
 
 dnl ================================================================
 dnl Start of pkg-config checks



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