summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-27 03:26:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-27 03:26:03 +0000
commit9f9db7337ffa4340fbafc38605b8ba2a1efce8f3 (patch)
treec97ac8e5f9715cbd722940b9598d35e059a658d4 /eclass
parentacknowledge (diff)
downloadhistorical-9f9db7337ffa4340fbafc38605b8ba2a1efce8f3.tar.gz
historical-9f9db7337ffa4340fbafc38605b8ba2a1efce8f3.tar.bz2
historical-9f9db7337ffa4340fbafc38605b8ba2a1efce8f3.zip
dont need to hack autogen anymore
Diffstat (limited to 'eclass')
-rw-r--r--eclass/enlightenment.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index 356691da8228..b6158cd2f76d 100644
--- a/eclass/enlightenment.eclass
+++ b/eclass/enlightenment.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.45 2005/04/10 03:29:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.46 2005/04/27 03:26:03 vapier Exp $
#
# Author: vapier@gentoo.org
@@ -99,7 +99,6 @@ enlightenment_src_unpack() {
enlightenment_src_compile() {
if [[ ${ECVS_STATE} != "release" ]] || [[ ! -e configure ]] ; then
- [[ ! -z ${EHACKAUTOGEN} ]] && sed -i 's:.*configure.*::' autogen.sh
export WANT_AUTOMAKE=${EAUTOMAKE:-1.8}
env \
PATH="${T}:${PATH}" \