https://bugs.freedesktop.org/show_bug.cgi?id=37117
Summary: configure fails in git/master Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: libdrm AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: David.Ronis@McGill.CA
I just updated my drm sources, ran autogen.sh, and then
configure --prefix=/usr --enable-radeon-experimental-api --enable-nouveau-experimental-api
Configure dies with:
checking for alloca... yes ./configure: line 5129: syntax error near unexpected token `2.2' ./configure: line 5129: `LT_PREREQ(2.2)'
A typo in configure.ac?
https://bugs.freedesktop.org/show_bug.cgi?id=37117
Matt Turner mattst88@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME
--- Comment #1 from Matt Turner mattst88@gmail.com --- I can only find fd3ed34a2070fca3804baf54ece40d0bc2666226 which touched LT_PREREQ, and it added
LT_PREREQ([2.2])
not
LT_PREREQ(2.2)
so I can't guess what the problem you saw was. Given that 18 months have passed without any more updates to this bug or reports of it happening to other people, I'm going to close it. Reopen if you are able to reproduce it still.
https://bugs.freedesktop.org/show_bug.cgi?id=37117
--- Comment #2 from Antonio Alecrim Jr antonio.alecrim@gmail.com --- Just for records: Check the the comment bug 57018#c3
dri-devel@lists.freedesktop.org