Add XORG_DEFAULT_NOCODE_OPTIONS and bump version to 1.20.0
Allows data, doc, & font modules that don't compile any code to avoid spending time running a bunch of compiler tests whose results they'll ignore and never use.
Tested by replacing XORG_DEFAULT_OPTIONS
with XORG_GEFAULT_NOCODE_OPTIONS
in data/*
, doc/*
, and font/*
(except font/utils
which does compile programs) and then running build.sh
and verifying all the projects built with GNU autotools still built correctly and the updated projects no longer ran all the compiler checks.