Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] [RFC] autotools support eclass Martin Schlemmer <azarah@g.o>