From ffdedfe3824e711da157ebc813982e912cbb82a0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Jun 2007 21:42:11 +0000 Subject: 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 --- bin/ebuild.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-1-g7c22