Skip to Content.
Sympa Menu

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

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 (ffbbf0439ae976b48776bfcb434b8b24a1b480af)
  • Date: Mon, 23 Oct 2006 01:08:25 -0500

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

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

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

imlib2: Updated cvs version to use automake-1.9. Won't work with
automake 1.10

diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 02e138b..df36ca4 100755
--- a/e/imlib2/DEPENDS
+++ b/e/imlib2/DEPENDS
@@ -9,5 +9,5 @@ depends X11-LIBS &&

if [ "$IMLIB2_CVS" == "y" ]; then
depends CVS &&
- depends automake
+ depends automake-1.9
fi
diff --git a/e/imlib2/HISTORY b/e/imlib2/HISTORY
index 24730cb..9c45002 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,7 @@
+2006-10-23 George Sherwood <geoge AT beernabeer.com>
+ * DEPENDS: If cvs version depends automake-1.9
+ * PRE_BUILD: Update autogen.sh to use automake-1.9
+
2006-10-03 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.3.0

diff --git a/e/imlib2/PRE_BUILD b/e/imlib2/PRE_BUILD
index 645a157..ca4fee1 100755
--- a/e/imlib2/PRE_BUILD
+++ b/e/imlib2/PRE_BUILD
@@ -3,5 +3,7 @@ default_pre_build &&
if [ "$IMLIB2_CVS" == "y" ]; then
cd $SOURCE_DIRECTORY &&
sedit "s/root//" autogen.sh &&
+ sedit "s/; aclocal/; aclocal-1.9/" autogen.sh &&
+ sedit "s/; automake/; automake-1.9/" autogen.sh &&
NOCONFIGURE=ON ./autogen.sh
fi



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ffbbf0439ae976b48776bfcb434b8b24a1b480af), George Sherwood, 10/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page