summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 02:38:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 02:38:46 +0000
commitb0a3378a0f8a4fe57f999e1536e51086f252b6c3 (patch)
tree97b7d3936d73a70c9b2ad5e865cc964892c171a1 /eclass
parentchange glibc to libc and clean up other horribly ugly ebuilds (Manifest recom... (diff)
downloadgentoo-2-b0a3378a0f8a4fe57f999e1536e51086f252b6c3.tar.gz
gentoo-2-b0a3378a0f8a4fe57f999e1536e51086f252b6c3.tar.bz2
gentoo-2-b0a3378a0f8a4fe57f999e1536e51086f252b6c3.zip
make sure we force a good version of automake
Diffstat (limited to 'eclass')
-rw-r--r--eclass/enlightenment.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index 2d1cfaf258c1..f8a752115a36 100644
--- a/eclass/enlightenment.eclass
+++ b/eclass/enlightenment.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.19 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.20 2004/06/28 02:38:46 vapier Exp $
#
# Author: vapier@gentoo.org
@@ -58,6 +58,7 @@ enlightenment_src_unpack() {
enlightenment_src_compile() {
[ ! -z "${EHACKAUTOGEN}" ] && sed -i 's:.*configure.*::' autogen.sh
+ export WANT_AUTOMAKE="${EAUTOMAKE:-1.8}"
env \
PATH="${T}:${PATH}" \
NOCONFIGURE=yes \