RFC: adding support for running eautoconf to base.eclass
Date:
Wed, 13 Feb 2008 01:44:22 +0200
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
Regards,
Petteri