* [gentoo-dev] cleaning up forcing of all autotools
@ 2006-09-14 3:18 Mike Frysinger
2006-09-14 11:02 ` Diego 'Flameeyes' Pettenò
2006-09-22 22:27 ` Mike Frysinger
0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2006-09-14 3:18 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
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
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] cleaning up forcing of all autotools
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
1 sibling, 1 reply; 4+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2006-09-14 11:02 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]
On Thursday 14 September 2006 05: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
On this note, please try to force automake 1.9 if it's possible, as that's
safer with autoconf 2.60 (a part the lots of warnings about datarootdir, I've
found a couple of packages that fails to compile when built with autoconf
2.60 and automake < 1.9).
This way you also use the latest available without requiring old versions of
automake.
Note that autotools eclass right now simply requires latest version of both
automake and autoconf (as it needs autoconf 2.5 series anyway).
Mike, will you update autotools eclass as well, to accept WANT_AUTO* before
inherit line? It should be trivial, but I'd have to check it first.
--
Diego "Flameeyes" Pettenò - http://farragut.flameeyes.is-a-geek.org/
Gentoo/Alt lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] cleaning up forcing of all autotools
2006-09-14 11:02 ` Diego 'Flameeyes' Pettenò
@ 2006-09-15 2:21 ` Mike Frysinger
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2006-09-15 2:21 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
On Thursday 14 September 2006 07:02, Diego 'Flameeyes' Pettenò wrote:
> Mike, will you update autotools eclass as well, to accept WANT_AUTO* before
> inherit line? It should be trivial, but I'd have to check it first.
i prob wont have time till this weekend ... so if you get to it before me i
wont feel bad ;)
-mike
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] cleaning up forcing of all autotools
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-22 22:27 ` Mike Frysinger
1 sibling, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2006-09-22 22:27 UTC (permalink / raw
To: gentoo-dev
[-- 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 --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-09-22 22:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox