Gentoo Archives: gentoo-dev

From: Paul de Vrieze <pauldv@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 04:52:46
Message-Id: 55e0be1b0802122052m76cff629idd511a45a487537d@mail.gmail.com
In Reply to: [gentoo-dev] RFC: adding support for running eautoconf to base.eclass by "Petteri Räty"
1 On Feb 13, 2008 10:44 AM, Petteri Räty <betelgeuse@g.o> wrote:
2
3 > What do you think about adding support to base.eclass for running
4 > eautoreconf?
5 >
6 > so instead of
7 >
8 > src_unpack() {
9 > unpack ${A}
10 > cd "${A}"
11 > eautoreconf
12 > }
13 >
14 > would just add
15 >
16 > EAUTORECONF="yes"
17 > inherit base
18 >
19
20 Sounds sensible
21
22 Paul