[Mesa-dev] [Bug 57018] syntax error near unexpected token `[2.4.2]'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Sep 20 17:25:52 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=57018
--- Comment #3 from Antonio Alecrim Jr <antonio.alecrim at gmail.com> ---
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":
> git clean -xfd
> ./autogen.sh
> ./configure
And everything works fine.
Maybe is just an environment problem.
Can you check if this solves your problem?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130921/0f731c0e/attachment.html>
More information about the mesa-dev
mailing list