Jonathan Smith wrote:
> you could simply make the default:
> 
> src_configure() {
>       [ -f ./configure ] && econf || die
> }


No need, this will do fine as a default:

src_configure() {
        econf || die
}

Since econf already checks for a configure script and does nothing if it can't
find one...

Daniel
-- 
gentoo-dev@gentoo.org mailing list

Reply via email to