diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-21 19:15:11 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-21 19:15:11 +0000 |
commit | 588105173840355717d7b2f7f652289a41166c3f (patch) | |
tree | 5b40793196c6254275d761fb6d24dc7e895f429c /ChangeLog | |
parent | 367f45073953f8f99a2d9dd054f479e1070f856e (diff) |
Huge cleanup. Group into sections: hardware feature detection, extension
detection/configuration, DDX options. Make building of Xorg DDX fully
optional. Clarify and correct some help texts. Change all comments to
use dnl instead of #. Quote all tests correctly, and guard
pure-variable tests with 'x' (e.g. test $DMX = yes -> test "x$DMX" =
xyes). Since the DDXes seem to have pretty divergent extension support
these days, get rid of EXTENSION_LIBS, DMX_EXTENSIONS and
XPRINT_EXTENSIONS, and go back to building extension lists by hand in
the DDX-specific sections. Use portable POSIX constructs everywhere
(e.g. test foo && test bar, instead of test foo -a bar).
Clean up old cruft.
Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu instead
of amd64 (Jürg Billeter).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,6 +1,22 @@ 2005-08-21 Daniel Stone <daniel@freedesktop.org> * configure.ac: + Huge cleanup. Group into sections: hardware feature detection, + extension detection/configuration, DDX options. Make building of Xorg + DDX fully optional. Clarify and correct some help texts. Change all + comments to use dnl instead of #. Quote all tests correctly, and guard + pure-variable tests with 'x' (e.g. test $DMX = yes -> test "x$DMX" = + xyes). Since the DDXes seem to have pretty divergent extension support + these days, get rid of EXTENSION_LIBS, DMX_EXTENSIONS and + XPRINT_EXTENSIONS, and go back to building extension lists by hand in + the DDX-specific sections. Use portable POSIX constructs everywhere + (e.g. test foo && test bar, instead of test foo -a bar). + + * configure.ac: + Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu + instead of amd64 (Jürg Billeter). + + * configure.ac: * hw/xfree86/loader/Makefile.am: * hw/xfree86/os-support/bus/Makefile.am: Add test for SPARC. Build SparcMulDiv.S, sparcPci.c, and Sbus.c on |