Bug 94770 - Build from master branch fails, syntax error in ./configure at line 18738
Summary: Build from master branch fails, syntax error in ./configure at line 18738
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-31 17:14 UTC by E. Mark Anderson
Modified: 2016-03-31 18:26 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description E. Mark Anderson 2016-03-31 17:14:21 UTC
I'd fix this my self and submit a patch, but I don't see why the syntax is invalid on that line. Not to mention, I've never been good at reading or writing shell scripts. 

./configure: line 18738: syntax error near unexpected token 'RANDR,'
./configure: line 18738: `XORG_DRIVER_CHECK_EXT(RANDR, randrproto)'
Comment 1 Alan Coopersmith 2016-03-31 18:26:55 UTC
That's a problem in your build environment not the source code.
XORG_DRIVER_CHECK_EXT should be expanded to the macro defined in
xorg-server.m4 - you'd get that error from running autoconf on a
machine without that xorg-server.m4 file in your autoconf macros dir
(usually something like /usr/share/aclocal/ ).


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.