Gentoo Archives: gentoo-dev

From: Alec Warner <antarus@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 06:22:47
Message-Id: b41005390802122222u10a5f568uf78f09b3025a313@mail.gmail.com
In Reply to: [gentoo-dev] RFC: adding support for running eautoconf to base.eclass by "Petteri Räty"
1 On 2/12/08, Petteri Räty <betelgeuse@g.o> wrote:
2 > What do you think about adding support to base.eclass for running
3 > eautoreconf?
4 >
5 > so instead of
6 >
7 > src_unpack() {
8 > unpack ${A}
9 > cd "${A}"
10 > eautoreconf
11 > }
12 >
13 > would just add
14 >
15 > EAUTORECONF="yes"
16 > inherit base
17
18 The former is much clearer...I don't see the gain... also in the
19 former example you neglected to inherit autotools ;)
20
21 >
22 > Regards,
23 > Petteri
24 >
25 >
26 >
27 --
28 gentoo-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] RFC: adding support for running eautoconf to base.eclass "Petteri Räty" <betelgeuse@g.o>