Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179380
Collapse All | Expand All

(-)bin/ebuild.sh (-1 / +3 lines)
Lines 685-691 Link Here
685
}
685
}
686
686
687
src_compile() {
687
src_compile() {
688
	if [ -x ./configure ]; then
688
	if [ "${EAPI:-0}" == 0 ] ; then
689
		[ -x ./configure ] && econf
690
	elif [ -x "${ECONF_SOURCE:-.}/configure" ] ; then
689
		econf
691
		econf
690
	fi
692
	fi
691
	if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
693
	if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then

Return to bug 179380