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 18:40:12
Message-Id: 200508271437.24155.vapier@gentoo.org
In Reply to: [gentoo-dev] [RFC] autotools support eclass by "Diego 'Flameeyes' Pettenò"
1 On Saturday 27 August 2005 08:00 am, Diego 'Flameeyes' Pettenò wrote:
2 > eautoreconf() {
3 >         local aclocal_opts
4 >
5 >         [[ -n ${M4DIR} ]] && aclocal_opts="-I ${M4DIR}"
6 >
7 >         eaclocal $aclocal_opts
8 >         eautoconf
9 >         eautoheader
10 >         eautomake
11 >         gnuconfig_update
12 >
13 >         autotools_run_tool libtoolize --copy --force
14 > }
15
16 the gnuconfig isnt really needed ... econf handles all of that for you
17 -mike
18
19 --
20 gentoo-dev@g.o mailing list

Replies

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