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 18:59:28
Message-Id: 1125169107.10188.49.camel@lycan.lan
In Reply to: Re: [gentoo-dev] [RFC] autotools support eclass by Mike Frysinger
1 On Sat, 2005-08-27 at 14:37 -0400, Mike Frysinger wrote:
2 > On Saturday 27 August 2005 08:00 am, Diego 'Flameeyes' Pettenò wrote:
3 > > eautoreconf() {
4 > > local aclocal_opts
5 > >
6 > > [[ -n ${M4DIR} ]] && aclocal_opts="-I ${M4DIR}"
7 > >
8 > > eaclocal $aclocal_opts
9 > > eautoconf
10 > > eautoheader
11 > > eautomake
12 > > gnuconfig_update
13 > >
14 > > autotools_run_tool libtoolize --copy --force
15 > > }
16 >
17 > the gnuconfig isnt really needed ... econf handles all of that for you
18
19 Which reminds me .. anybody going to scream if I update elibtoolize() to
20 be able to check if it was already run, and then bug the portage guys to
21 also add it to econf() ?
22
23
24 --
25 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>