summaryrefslogtreecommitdiffstats
path: root/e/imlib2
diff options
context:
space:
mode:
authorGeorge Sherwood2006-10-23 11:09:29 +0500
committerGeorge Sherwood2006-10-23 11:09:29 +0500
commitffbbf0439ae976b48776bfcb434b8b24a1b480af (patch)
tree4523e8ee3555cde7c0e6f451e3618c7ac8da9e9f /e/imlib2
parentdccae448b2274e714a3cbb215d9304d00e211d96 (diff)
imlib2: Updated cvs version to use automake-1.9. Won't work with
automake 1.10
Diffstat (limited to 'e/imlib2')
-rwxr-xr-xe/imlib2/DEPENDS2
-rw-r--r--e/imlib2/HISTORY4
-rwxr-xr-xe/imlib2/PRE_BUILD2
3 files changed, 7 insertions, 1 deletions
diff --git a/e/imlib2/DEPENDS b/e/imlib2/DEPENDS
index 02e138bb58..df36ca44e9 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 24730cba57..9c450027f4 100644
--- a/e/imlib2/HISTORY
+++ b/e/imlib2/HISTORY
@@ -1,3 +1,7 @@
+2006-10-23 George Sherwood <geoge@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@vabo.cz>
* DETAILS: 1.3.0
diff --git a/e/imlib2/PRE_BUILD b/e/imlib2/PRE_BUILD
index 645a1575ea..ca4fee19a0 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