From: Zac Medico Date: Fri, 8 Jun 2007 21:42:11 +0000 (-0000) Subject: For bug #181104, make econf give an appropriate error message when configure is not... X-Git-Tag: v2.1.2.10~5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ffdedfe3824e711da157ebc813982e912cbb82a0;p=portage.git For bug #181104, make econf give an appropriate error message when configure is not executable. (trunk r6766) svn path=/main/branches/2.1.2/; revision=6767 --- diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 25e41ec9d..6940c9df4 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -577,6 +577,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