Gentoo Archives: gentoo-dev

From: Matti Bickel <mabi@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: fox.eclass update
Date: Thu, 16 Sep 2010 19:10:12
Message-Id: 4C92673B.7040702@gentoo.org
In Reply to: Re: [gentoo-dev] RFC: fox.eclass update by Peter Volkov
1 On 09/16/2010 08:32 PM, Peter Volkov wrote:
2 > В Чтв, 16/09/2010 в 16:24 +0200, Matti Bickel пишет:
3 >> +FOXVER=`get_version_component_range 1-2 ${FOX_PV}`
4 >
5 > It's better to prefer $() style over ``:
6 > http://mywiki.wooledge.org/BashFAQ/082
7
8 Hmm, I prefer Backticks personally, as I like to conserve space whenever
9 possible. But for consistency with the rest of the tree, I changed that
10 to $() in the diff.
11
12 >> - elibtoolize
13 >> + eautoreconf
14 >
15 > Hm, is this change necessary?
16
17 I might be missing something here, but the change in recent fox versions
18 to configure.ac instead of configure.in forces a run of autoconf, afaik.
19
20 Thanks for the comments, updated eclass attached.

Attachments

File name MIME type
fox.eclass text/plain
fox.eclass.diff text/x-patch
signature.asc application/pgp-signature

Replies

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