| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.46 2005/04/27 03:26:03 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.47 2005/05/27 02:20:52 vapier Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: vapier@gentoo.org |
5 | # Author: vapier@gentoo.org |
| 6 | |
6 | |
| 7 | inherit eutils |
7 | inherit eutils |
| 8 | |
8 | |
| … | |
… | |
| 93 | cvs_src_unpack |
93 | cvs_src_unpack |
| 94 | else |
94 | else |
| 95 | unpack ${A} |
95 | unpack ${A} |
| 96 | fi |
96 | fi |
| 97 | gettext_modify |
97 | gettext_modify |
|
|
98 | [[ -s gendoc ]] && chmod a+rx gendoc |
| 98 | } |
99 | } |
| 99 | |
100 | |
| 100 | enlightenment_src_compile() { |
101 | enlightenment_src_compile() { |
| 101 | if [[ ${ECVS_STATE} != "release" ]] || [[ ! -e configure ]] ; then |
102 | if [[ ${ECVS_STATE} != "release" ]] || [[ ! -e configure ]] ; then |
| 102 | export WANT_AUTOMAKE=${EAUTOMAKE:-1.8} |
103 | export WANT_AUTOMAKE=${EAUTOMAKE:-1.8} |