Gentoo Archives: gentoo-dev

From: Marius Mauch <genone@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: adding support for running eautoconf to base.eclass
Date: Wed, 13 Feb 2008 12:56:35
Message-Id: 20080213135450.4d72c827.genone@gentoo.org
In Reply to: [gentoo-dev] RFC: adding support for running eautoconf to base.eclass by "Petteri Räty"
1 On Wed, 13 Feb 2008 01:44:22 +0200
2 Petteri Räty <betelgeuse@g.o> wrote:
3
4 > What do you think about adding support to base.eclass for running
5 > eautoreconf?
6 >
7 > so instead of
8 >
9 > src_unpack() {
10 > unpack ${A}
11 > cd "${A}"
12 > eautoreconf
13 > }
14 >
15 > would just add
16 >
17 > EAUTORECONF="yes"
18 > inherit base
19
20 How many packages do you think could directly benefit from this?
21
22 Marius
23 --
24 gentoo-dev@l.g.o mailing list