From: Zac Medico Date: Fri, 8 Jun 2007 21:40:53 +0000 (-0000) Subject: For bug #181104, make econf give an appropriate error message when configure is not... X-Git-Tag: v2.2_pre1~1279 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f78cce938af52c3a978a5b76a952c7e8c11fd4d;p=portage.git For bug #181104, make econf give an appropriate error message when configure is not executable. svn path=/main/trunk/; revision=6766 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index e533ca31d..ea1cd8290 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -502,6 +502,8 @@ econf() { fi die "econf failed" fi + elif [ -f "${ECONF_SOURCE:-.}/configure" ]; then + die "configure is not executable" else die "no configure script found" fi