gtk+ r21630 - trunk



Author: behdad
Date: Sat Oct 11 00:05:31 2008
New Revision: 21630
URL: http://svn.gnome.org/viewvc/gtk+?rev=21630&view=rev

Log:
2008-10-10  Behdad Esfahbod  <behdad gnome org>

        Bug 551355 â [PATCH] Make glib build with libtool 2.2

        * autogen.sh: Accept libtool 2.2.   We are moving towards having
        it working.



Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sat Oct 11 00:05:31 2008
@@ -16,7 +16,7 @@
 if libtoolize --version < /dev/null > /dev/null 2>&1 ; then
 	libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
 	case $libtool_version in
-	    1.4*|1.5*)
+	    1.4*|1.5*|2.2*)
 		have_libtool=true
 		;;
 	esac



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