From: Mike Frysinger <vapier@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] cleaning up forcing of all autotools
Date: Fri, 22 Sep 2006 18:27:55 -0400 [thread overview]
Message-ID: <200609221827.56471.vapier@gentoo.org> (raw)
In-Reply-To: <200609132318.54461.vapier@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 963 bytes --]
On Wednesday 13 September 2006 23:18, Mike Frysinger wrote:
> i'm going to be fixing the autoconf/automake wrappers so that they no
> longer require all versions of autoconf/automake ... this will resolve the
> annoying circular dependency but at the sametime packages need to make sure
> that if they use autotools, they pull in the correct version
now that users can depclean versions, people are finding broken packages
here's some notes for you devs ... use autotools.eclass and set the WANT
variables and the eclass should take care of DEPEND for you
need autoconf-2.13 (oh god why) ? then do this:
WANT_AUTOCONF=2.1
inherit autotools
how about automake-1.7 ? then do this:
WANT_AUTOMAKE=1.7
WANT_AUTOCONF=2.1
inherit autotools
dont care what version, you just want the latest ? then do this:
WANT_AUTOMAKE=latest
WANT_AUTOCONF=latest
inherit autotools
the autotools eclass will mung "latest" into the correct values
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
prev parent reply other threads:[~2006-09-22 22:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-14 3:18 [gentoo-dev] cleaning up forcing of all autotools Mike Frysinger
2006-09-14 11:02 ` Diego 'Flameeyes' Pettenò
2006-09-15 2:21 ` Mike Frysinger
2006-09-22 22:27 ` Mike Frysinger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200609221827.56471.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox