[gnome-games/gnome-2-26] Lower intltool req to 0.35.0



commit 74173c2b0e7b1e02137353c0d08691a72d0d7afb
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 1 21:54:41 2009 +0200

    Lower intltool req to 0.35.0
    
    Building should work using that version; it's only disting that requires
    0.40.4 and autogen checks for that version since
    REQUIRED_INTLTOOL_VERSION is set to 0.40.4 in autogen.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4426b48..a5efe54 100644
--- a/configure.in
+++ b/configure.in
@@ -773,7 +773,7 @@ AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The gettext package name])
 AM_GLIB_GNU_GETTEXT
 
-IT_PROG_INTLTOOL([0.40.4])
+IT_PROG_INTLTOOL([0.35.0])
 
 GNOME_GAMES_GGZ_INTLTOOL_ROOM_RULE='%.room:   %.room.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 AC_SUBST([GNOME_GAMES_GGZ_INTLTOOL_ROOM_RULE])



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