summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-23 23:53:26 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-23 23:53:26 +0000
commit6996b7d14475adda6744f87822ad2319e959cbb6 (patch)
treeef658b51d5d6090828b9db01113c6a82388a4c76 /eclass/enlightenment.eclass
parentclean out pretty old versions of mediawiki (diff)
downloadhistorical-6996b7d14475adda6744f87822ad2319e959cbb6.tar.gz
historical-6996b7d14475adda6744f87822ad2319e959cbb6.tar.bz2
historical-6996b7d14475adda6744f87822ad2319e959cbb6.zip
dont try to autogen if we dont need to
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r--eclass/enlightenment.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index a59bf4eea428..880f9b0c0288 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.55 2005/08/22 22:27:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.56 2005/08/23 23:53:26 vapier Exp $
#
# Author: vapier@gentoo.org
@@ -118,7 +118,7 @@ enlightenment_src_unpack() {
}
enlightenment_src_compile() {
- if [[ ${ECVS_STATE} != "release" ]] || [[ ! -e configure ]] ; then
+ if [[ ! -e configure ]] ; then
export WANT_AUTOMAKE=${EAUTOMAKE:-1.8}
env \
PATH="${T}:${PATH}" \