New commits:
commit 4f2924d1777407687813105fc0096af45a77ab3d
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>
e17: Updated to work use automake-1.9. Doesn't work with 1.10 for now.
diff --git a/e/e17/DEPENDS b/e/e17/DEPENDS
index f263aee..2a50823 100755
--- a/e/e17/DEPENDS
+++ b/e/e17/DEPENDS
@@ -1,3 +1,4 @@
+depends automake-1.9 &&
depends CVS &&
depends edje &&
depends evas &&
diff --git a/e/e17/HISTORY b/e/e17/HISTORY
index 3125a63..6cf38bb 100644
--- a/e/e17/HISTORY
+++ b/e/e17/HISTORY
@@ -1,3 +1,7 @@
+2006-10-24 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: Update to use automake-1.9
+ * DEPENDS: depends automake-1.9
+
2006-08-15 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED (deprecated in favor of
PATCHLEVEL).
diff --git a/e/e17/PRE_BUILD b/e/e17/PRE_BUILD
index 534a7d3..27378a5 100755
--- a/e/e17/PRE_BUILD
+++ b/e/e17/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
+sedit "s/; automake/; automake-1.9/" autogen.sh &&
NOCONFIGURE=ON ./autogen.sh
[SM-Commit] GIT changes to master grimoire by George Sherwood (4f2924d1777407687813105fc0096af45a77ab3d),
George Sherwood, 10/24/2006