CVS Update: xserver (branch: trunk)

Daniel Stone xorg-commit at cvs.freedesktop.org
Sun Aug 21 22:15:11 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xserver
Changes by:	daniels at gabe.freedesktop.org	05/08/21 12:15:11

Log message:
  * 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).
  
  * hw/xfree86/common/Makefile.am:
  Clean up old cruft.
  
  * configure.ac:
  Set _XSERVER64 on 64-bit architectures, and use x86_64 for host_cpu
  instead of amd64 (Jürg Billeter).

Modified files:
      xserver/xorg/:
        ChangeLog Makefile.am acinclude.m4 configure.ac 
      xserver/xorg/hw/xfree86/common/:
        Makefile.am 
  
  Revision      Changes    Path
  1.31          +16 -0     xserver/xorg/ChangeLog
  1.8           +5 -0      xserver/xorg/Makefile.am
  1.2           +2 -0      xserver/xorg/acinclude.m4
  1.60          +557 -608  xserver/xorg/configure.ac
  1.11          +6 -24     xserver/xorg/hw/xfree86/common/Makefile.am




More information about the xorg-commit mailing list