r4306 - trunk/src/target/OM-2007.2/libraries/moko-gtk-engine

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu Apr 3 18:22:47 CEST 2008


Author: thomas
Date: 2008-04-03 18:22:46 +0200 (Thu, 03 Apr 2008)
New Revision: 4306

Modified:
   trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/ChangeLog
   trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/autogen.sh
Log:
2008-04-03  Thomas Wood  <thomas at openedhand.com>

	* autogen.sh: Allow autotools 1.10


Modified: trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/ChangeLog	2008-04-03 13:46:31 UTC (rev 4305)
+++ trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/ChangeLog	2008-04-03 16:22:46 UTC (rev 4306)
@@ -1,5 +1,9 @@
 2008-04-03  Thomas Wood  <thomas at openedhand.com>
 
+	* autogen.sh: Allow autotools 1.10
+
+2008-04-03  Thomas Wood  <thomas at openedhand.com>
+
 	* src/moko-draw.c:
 	* data/gtk-2.0/gtkrc:
 	* data/gtk-2.0/openmoko-dialer:

Modified: trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/autogen.sh
===================================================================
--- trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/autogen.sh	2008-04-03 13:46:31 UTC (rev 4305)
+++ trunk/src/target/OM-2007.2/libraries/moko-gtk-engine/autogen.sh	2008-04-03 16:22:46 UTC (rev 4306)
@@ -16,7 +16,10 @@
 	DIE=1
 }
 
-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





More information about the commitlog mailing list