From f34e2af1f823a4a3eb109644e1b208a0f1e3aebd Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 19 May 2007 18:20:29 +0000 Subject: For bug #178378, make the default src_compile() check for configure in ${ECONF_SOURCE:-.} (instead of just .) before it calls econf. Thanks to James C. Georgas . svn path=/main/trunk/; revision=6558 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index cba4997d5..8e88756fc 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -565,7 +565,7 @@ src_unpack() { } src_compile() { - if [ -x ./configure ]; then + if [ -x "${ECONF_SOURCE:-.}/configure" ] ; then econf fi if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then -- cgit v1.2.3-1-g7c22