<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - syntax error near unexpected token `[2.4.2]'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=57018#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - syntax error near unexpected token `[2.4.2]'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=57018">bug 57018</a>
from <span class="vcard"><a class="email" href="mailto:antonio.alecrim@gmail.com" title="Antonio Alecrim Jr <antonio.alecrim@gmail.com>"> <span class="fn">Antonio Alecrim Jr</span></a>
</span></b>
<pre>git sha1: 1569b3e536da9337a28a16d0cc6ed07043bf094b
To reproduce this "bug":
mesa> ./autogen.sh
...
src/egl/drivers/dri2/Makefile.am:37: error: Libtool library used but 'LIBTOOL'
is undefined
...
autoreconf: automake failed with exit status: 1
mesa> ./configure
...
./configure: line 5129: syntax error near unexpected token `2.2'
./configure: line 5129: `LT_PREREQ(2.2)'
To fix this "bug" I commented these problematic lines and installed all
required packages.
To fix "autogen.sh" error I installed "Libtool":
<span class="quote">> git clean -xfd
> ./autogen.sh
> ./configure</span >
And everything works fine.
Maybe is just an environment problem.
Can you check if this solves your problem?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>