Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] autotools support eclass
Date: Sat, 27 Aug 2005 19:39:35
Message-Id: 1125171514.10188.52.camel@lycan.lan
In Reply to: Re: [gentoo-dev] [RFC] autotools support eclass by Mike Frysinger
1 On Sat, 2005-08-27 at 15:11 -0400, Mike Frysinger wrote:
2 > On Saturday 27 August 2005 02:58 pm, Martin Schlemmer wrote:
3 > > On Sat, 2005-08-27 at 14:37 -0400, Mike Frysinger wrote:
4 > > > On Saturday 27 August 2005 08:00 am, Diego 'Flameeyes' Pettenò wrote:
5 > > > > eautoreconf() {
6 > > > > local aclocal_opts
7 > > > >
8 > > > > [[ -n ${M4DIR} ]] && aclocal_opts="-I ${M4DIR}"
9 > > > >
10 > > > > eaclocal $aclocal_opts
11 > > > > eautoconf
12 > > > > eautoheader
13 > > > > eautomake
14 > > > > gnuconfig_update
15 > > > >
16 > > > > autotools_run_tool libtoolize --copy --force
17 > > > > }
18 > > >
19 > > > the gnuconfig isnt really needed ... econf handles all of that for you
20 > >
21 > > Which reminds me .. anybody going to scream if I update elibtoolize() to
22 > > be able to check if it was already run, and then bug the portage guys to
23 > > also add it to econf() ?
24 >
25 > do what now ?
26
27 Make econf handle elibtoolize the same way it does gnuconfig ...
28
29
30 --
31 Martin Schlemmer

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] [RFC] autotools support eclass Mike Frysinger <vapier@g.o>