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



commit e0f81c0df567c9c671fae4a6568cc682e3ea3c1f
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed Aug 10 19:05:28 2011 +0100

    configure.ac: Use upstream gettext instead the glib one

 configure.ac |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d3f546f..3bd7cae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,11 +15,14 @@ AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz])
 AM_MAINTAINER_MODE([enable])
 
 dnl Gettext stuff
-GETTEXT_PACKAGE=orca
+IT_PROG_INTLTOOL([0.40.0])
+
+AM_GNU_GETTEXT_VERSION([0.17])
+AM_GNU_GETTEXT([external])
+
+GETTEXT_PACKAGE=AC_PACKAGE_TARNAME
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [gettext package])
-AM_GLIB_GNU_GETTEXT
-IT_PROG_INTLTOOL([0.40.0])
 
 GNOME_DOC_INIT([0.17.3])
 



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