On 07/07/05, Daniel Drake <[EMAIL PROTECTED]> wrote:
> src_configure() {
> econf || die
> }
>
> Since econf already checks for a configure script and does nothing if it can't
> find one...
Yours might do. The one I have in /usr/sbin/ebuild.sh from portage
2.0.51.22-r1 says this:
econf() {
»·······local LOCAL_EXTRA_ECONF="${EXTRA_ECONF}"
»·······if [ -z "${ECONF_SOURCE}" ]; then
»·······»·······ECONF_SOURCE="."
»·······fi
»·······if [ -x "${ECONF_SOURCE}/configure" ]; then
+----- 78 lines: if [ -e /usr/share/gnuconfig/ ]; then--------------------------
»·······else
»·······»·······die "no configure script found"
»·······fi
}
--
[email protected] mailing list