=== modified file 'pkgcore/bin/ebuild-env/ebuild-functions.sh' --- pkgcore/bin/ebuild-env/ebuild-functions.sh 2007-11-12 01:17:24 +0000 +++ pkgcore/bin/ebuild-env/ebuild-functions.sh 2008-06-11 22:24:16 +0000 @@ -236,7 +236,7 @@ { if [ "${EAPI:-0}" == 0 ] ; then [ -x ./configure ] && econf - elif [ -x ${ECONF_SOURCE}/configure ]; then + elif [ -x ${ECONF_SOURCE:-.}/configure ]; then econf || die "econf failed" fi if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then