Bug 37117

Summary: configure fails in git/master
Product: DRI Reporter: David Ronis <David.Ronis>
Component: libdrmAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: critical    
Priority: medium    
Version: XOrg git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description David Ronis 2011-05-11 11:04:33 UTC
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?
Comment 1 Matt Turner 2013-01-23 02:20:18 UTC
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.
Comment 2 Antonio Alecrim Jr 2013-09-21 00:28:18 UTC
Just for records:
Check the the comment bug 57018#c3

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.