Gentoo Archives: gentoo-dev

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] RFC: adding support for running eautoconf to base.eclass
Date: Wed, 13 Feb 2008 01:39:26
Message-Id: 47B22F56.905@gentoo.org
1 What do you think about adding support to base.eclass for running
2 eautoreconf?
3
4 so instead of
5
6 src_unpack() {
7 unpack ${A}
8 cd "${A}"
9 eautoreconf
10 }
11
12 would just add
13
14 EAUTORECONF="yes"
15 inherit base
16
17 Regards,
18 Petteri

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies