Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (83dca2b8b55ebb99ba992b37c032b87330d89ed6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (83dca2b8b55ebb99ba992b37c032b87330d89ed6)
  • Date: Tue, 24 Oct 2006 13:58:33 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

e/ephoto/DEPENDS | 1 +
e/ephoto/HISTORY | 4 ++++
e/ephoto/PRE_BUILD | 2 ++
3 files changed, 7 insertions(+)

New commits:
commit 83dca2b8b55ebb99ba992b37c032b87330d89ed6
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

ephoto: Update to use automake-1.9. automake 1.10 doesnt' work for now.

diff --git a/e/ephoto/DEPENDS b/e/ephoto/DEPENDS
index 0e428ef..61103a0 100755
--- a/e/ephoto/DEPENDS
+++ b/e/ephoto/DEPENDS
@@ -1,3 +1,4 @@
depends ewl &&
+depends automake-1.9 &&
depends CVS

diff --git a/e/ephoto/HISTORY b/e/ephoto/HISTORY
index 66b62dc..b543a03 100644
--- a/e/ephoto/HISTORY
+++ b/e/ephoto/HISTORY
@@ -1,3 +1,7 @@
+2006-10-24 George Sherwood <george AT beernabeer.com>
+ * DEPENDS: depends automake-1.9
+ * PRE_BUILD: Update to use automake-1.9
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/e/ephoto/PRE_BUILD b/e/ephoto/PRE_BUILD
index 534a7d3..27378a5 100755
--- a/e/ephoto/PRE_BUILD
+++ b/e/ephoto/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 (83dca2b8b55ebb99ba992b37c032b87330d89ed6), George Sherwood, 10/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page