[gnome-system-monitor] configure: Use upstream gettext instead the glib one



commit b431da628e42b9779b0acc464eb345491eee1eb9
Author: Javier Jardón <jjardon gnome org>
Date:   Wed Mar 2 16:42:35 2011 +0000

    configure: Use upstream gettext instead the glib one
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643686

 configure.ac |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4c270aa..d009b01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,14 +70,13 @@ GLIB_GSETTINGS
 # i18n stuff
 IT_PROG_INTLTOOL([0.41.0])
 
+AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.17])
+
 GETTEXT_PACKAGE=gnome-system-monitor
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",
                    [The gettext catalog name])
-AM_GLIB_GNU_GETTEXT
-
-dnl Set PACKAGE_LOCALE_DIR in config.h.
-GLIB_DEFINE_LOCALEDIR(PACKAGE_LOCALE_DIR)
 
 # Documentation
 GNOME_DOC_INIT([0.20])



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