rep-gtk r395 - trunk



Author: chrisb
Date: Wed Dec 24 13:37:31 2008
New Revision: 395
URL: http://svn.gnome.org/viewvc/rep-gtk?rev=395&view=rev

Log:
fixed autogen for libtool >2.2


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/autogen.sh

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Dec 24 13:37:31 2008
@@ -2,6 +2,7 @@
 	- small code cleanup
 	- updated configure.in since rep.m4 has been dropped
 	- added ebuild (Thanks to Harald van Dijk)
+	- fixed autogen for libtool >2.2
 
 0.18.3:
 	- fixed the broken GtkCombo() Widgets

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Wed Dec 24 13:37:31 2008
@@ -9,7 +9,7 @@
   fi
   if grep "A[MC]_PROG_LIBTOOL" configure.in >/dev/null; then
     echo "Running libtoolize"
-    libtoolize --force --copy || exit 1
+    libtoolize --force --copy --install || libtoolize --force --copy
   fi
   echo "Running aclocal $ACLOCAL_FLAGS"
   aclocal $ACLOCAL_FLAGS || exit 1



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