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)'
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.