[geocode-glib] build: Fix build against latest gnome-common



commit b543755ed1faaee28265acc02b0a85d31675a1e1
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Mon Aug 26 14:46:07 2013 -0600

    build: Fix build against latest gnome-common
    
    The use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT together is not supported.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706828

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0ba59b6..7b01f8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,9 +47,6 @@ LT_INIT([disable-static])
 # i18n support
 IT_PROG_INTLTOOL([0.41.0])
 
-AM_GNU_GETTEXT_VERSION([0.17])
-AM_GNU_GETTEXT([external])
-
 GETTEXT_PACKAGE=geocode-glib
 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]