[gnome-video-effects] Use upstream gettext instead the glib one



commit 2b2e412833ee9b37ccf80eb5a5ba22d9e13cb145
Author: Javier Jardón <javier jardon codethink co uk>
Date:   Mon Feb 7 13:04:45 2011 +0000

    Use upstream gettext instead the glib one

 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8e0be0c..f3b702c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,13 +13,15 @@ AM_SILENT_RULES([yes])
 
 #*******************************************************************************
 # Internationalization
-# #*******************************************************************************
+#*******************************************************************************
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
 GETTEXT_PACKAGE=gnome-video-effects
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
 
 IT_PROG_INTLTOOL([0.40.0])
-AM_GLIB_GNU_GETTEXT
 
 AC_PROG_LN_S
 



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