diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-27 03:26:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-27 03:26:03 +0000 |
commit | 1e05ae15a0758760cdfebf81cefea19fe0479207 (patch) | |
tree | 496a65806b5cbdb73b72685d4ca68c8bedf0e194 /eclass/enlightenment.eclass | |
parent | acknowledge (diff) | |
download | gentoo-2-1e05ae15a0758760cdfebf81cefea19fe0479207.tar.gz gentoo-2-1e05ae15a0758760cdfebf81cefea19fe0479207.tar.bz2 gentoo-2-1e05ae15a0758760cdfebf81cefea19fe0479207.zip |
dont need to hack autogen anymore
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 3 |
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}" \ |