[gnome-system-monitor] Fix autogen and configure



commit 7a5dab75ee2a7507d75c7d68acab26690425a933
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Mon Aug 26 16:29:13 2013 -0600

    Fix autogen and configure
    
    Side-by-side use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT is not supported.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706845

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d24b342..eb474c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,9 +109,6 @@ 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",


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