Gentoo Archives: gentoo-dev

From: Yannick Koehler <yannick.koehler@××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] automake wrapper bug
Date: Sat, 20 Apr 2002 09:50:56
Message-Id: 200204201050.51133.yannick.koehler@colubris.com
1 Hello,
2
3 Actually I found my problem. The way the aclocal.m4 is generated on my
4 machine is like this
5
6 AC_PREREQ([2.13])
7
8 Which the am-wrapper incorrectly parse as being version '[2.' instead of 2.1
9 like it should have been.
10
11 So there's a bug in this line which doesn't take into account square
12 brackets:
13
14 || (cat_('aclocal.m4') =~ /^\s*AC_PREREQ\(([^\)]{3})[^\)]*\)/m ? $1 : '') gt
15 '2.1'
16
17 Yannick Koehler

Replies

Subject Author
Re: [gentoo-dev] automake wrapper bug Martin Schlemmer <azarah@g.o>