[gnome-system-tools] Use upstream gettext instead of GLib's



commit ffecd184d4eaf04c62234d136ef6528567199199
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Sat Oct 16 11:56:49 2010 +0200

    Use upstream gettext instead of GLib's
    
    Remove gnomelocaledir variable, which isn't used anywhere.

 configure.in |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/configure.in b/configure.in
index c266d02..ab73074 100644
--- a/configure.in
+++ b/configure.in
@@ -159,15 +159,11 @@ dnl ========================================================
 dnl Translations
 dnl ========================================================
 
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
 GETTEXT_PACKAGE=gnome-system-tools
-AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext package name])
-AM_GLIB_GNU_GETTEXT
-
-# AM_GNOME_GETTEXT above substs $DATADIRNAME
-# this is the directory where the *.{mo,gmo} files are installed
-gnomelocaledir='${prefix}/${DATADIRNAME}/locale'
-AC_SUBST(gnomelocaledir)
+AC_SUBST([GETTEXT_PACKAGE], GETTEXT_PACKAGE)
 
 dnl ========================================================
 dnl END : Translations



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