[yelp] Fix autogen with latest gnome-common



commit b1559c071efa308741c83f2f309a2f7a8e6b6914
Author: Seán de Búrca <leftmostcat gmail com>
Date:   Mon Aug 26 17:11:13 2013 -0600

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

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fdbc8dc..2a7c47b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,9 +65,6 @@ IT_PROG_INTLTOOL([0.41.0])
 ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
 AC_SUBST(ALL_LINGUAS)
 
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
-
 GETTEXT_PACKAGE=yelp
 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]