gimp-gap r789 - trunk
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-gap r789 - trunk
- Date: Fri, 31 Oct 2008 19:32:53 +0000 (UTC)
Author: neo
Date: Fri Oct 31 19:32:53 2008
New Revision: 789
URL: http://svn.gnome.org/viewvc/gimp-gap?rev=789&view=rev
Log:
2008-10-31 Sven Neumann <sven gimp org>
* autogen.sh: also support automake 1.10.
Modified:
trunk/ChangeLog
trunk/autogen.sh
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Fri Oct 31 19:32:53 2008
@@ -88,7 +88,10 @@
echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
-if (automake-1.9 --version) < /dev/null > /dev/null 2>&1; then
+if (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.10
+ ACLOCAL=aclocal-1.10
+elif (automake-1.9 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.9
ACLOCAL=aclocal-1.9
elif (automake-1.8 --version) < /dev/null > /dev/null 2>&1; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]