Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-16 | dolt: allow older versions of bash to compile the xserver (#19031) | Stuart Bennett | 1 | -1/+1 | |
Signed-off-by: James Cloos <cloos@jhcloos.com> (cherry picked from commit 7be6520d94df874c6bbd46d06a1830a12d0967f2) | |||||
2008-11-25 | New version of doltxorg-server-1.5.99.1 | Keith Packard | 1 | -13/+47 | |
2008-04-16 | Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version | Alan Coopersmith | 1 | -13/+15 | |
2008-04-16 | Update dolt from upstream, fixing fallback to libtool. | Eric Anholt | 1 | -6/+8 | |
2008-04-10 | Fix dolt to error out on compile error, and not print errors on race to mkdir. | Eric Anholt | 1 | -4/+4 | |
Both of these changes have been submitted upstream. | |||||
2008-04-09 | dolt: add FreeBSD support (this and ppc have been submitted upstream). | Eric Anholt | 1 | -0/+1 | |
2008-04-09 | dolt works on powerpc Linux. | Michel Dänzer | 1 | -1/+1 | |
2008-04-09 | configure.ac: Do the dolt | Daniel Stone | 1 | -0/+141 | |
Use dolt instead of libtool whereever practical. See: http://lists.debian.org/debian-devel/2008/04/msg00286.html | |||||
2007-07-25 | Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4 | Alan Coopersmith | 1 | -0/+33 | |
2006-06-05 | Update AC_DEFINE_DIR to version compatible with CVS autoconf which requires | Keith Packard | 1 | -2/+3 | |
double eval to avoid leaving ${prefix} in output | |||||
2005-08-21 | Huge cleanup. Group into sections: hardware feature detection, extension | Daniel Stone | 1 | -0/+2 | |
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). | |||||
2005-07-01 | Adding initial build system. | Daniel Stone | 1 | -0/+11 | |