On Feb 13, 2008 10:44 AM, Petteri Räty <betelgeuse@gentoo.org> wrote:
What do you think about adding support to base.eclass for running
eautoreconf?

so instead of

src_unpack() {
       unpack ${A}
       cd "${A}"
       eautoreconf
}

would just add

EAUTORECONF="yes"
inherit base

Sounds sensible

Paul