gtksourceviewmm r70 - trunk



Author: dodji
Date: Sat May 31 12:25:17 2008
New Revision: 70
URL: http://svn.gnome.org/viewvc/gtksourceviewmm?rev=70&view=rev

Log:
use automake 1.10 instead of 1.9



Modified:
   trunk/ChangeLog
   trunk/autogen.sh

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Sat May 31 12:25:17 2008
@@ -43,13 +43,13 @@
 libtoolize --automake || exit 1
 
 echo "Building macros."
-aclocal-1.9 -I "$srcdir/scripts" $ACLOCAL_FLAGS || exit 1
+aclocal-1.10 -I "$srcdir/scripts" $ACLOCAL_FLAGS || exit 1
 
 #echo "Building config header."
 #autoheader
 
 echo "Building makefiles."
-automake-1.9 --add-missing || exit 1
+automake-1.10 --add-missing || exit 1
 
 echo "Building configure."
 



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