Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] automake wrapper bug
Date: Mon, 22 Apr 2002 13:35:20
Message-Id: 1019500534.10769.15.camel@nosferatu.lan
In Reply to: [gentoo-dev] automake wrapper bug by Yannick Koehler
1 On Sat, 2002-04-20 at 16:50, Yannick Koehler wrote:
2 >
3 > Hello,
4 >
5 > Actually I found my problem. The way the aclocal.m4 is generated on my
6 > machine is like this
7 >
8 > AC_PREREQ([2.13])
9 >
10 > Which the am-wrapper incorrectly parse as being version '[2.' instead of 2.1
11 > like it should have been.
12 >
13 > So there's a bug in this line which doesn't take into account square
14 > brackets:
15 >
16 > || (cat_('aclocal.m4') =~ /^\s*AC_PREREQ\(([^\)]{3})[^\)]*\)/m ? $1 : '') gt
17 > '2.1'
18
19 I think you should verify this. You see, if the wrapper
20 cannot extract 2.1 it should fall back to automake-1.4.
21
22 >
23 > Yannick Koehler
24 > _______________________________________________
25 > gentoo-dev mailing list
26 > gentoo-dev@g.o
27 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
28 --
29
30 Martin Schlemmer
31 Gentoo Linux Developer, Desktop Team Developer
32 Cape Town, South Africa

Replies

Subject Author
Re: [gentoo-dev] automake wrapper bug Yannick Koehler <yannick.koehler@××××××××.com>