Bug 37117 - configure fails in git/master
Summary: configure fails in git/master
Status: RESOLVED WORKSFORME
Alias: None
Product: DRI
Classification: Unclassified
Component: libdrm (show other bugs)
Version: XOrg git
Hardware: x86 (IA32) Linux (All)
: medium critical
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 11:04 UTC by David Ronis
Modified: 2013-09-21 00:28 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.