Bug 94770

Summary: Build from master branch fails, syntax error in ./configure at line 18738
Product: xorg Reporter: E. Mark Anderson <kd0bpv>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED NOTABUG QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.