summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Collapse)AuthorFilesLines
2008-04-16Update ac_define_dir macro in acinclude.m4 to 2008-04-12 versionAlan Coopersmith1-13/+15
2008-04-16Update dolt from upstream, fixing fallback to libtool.Eric Anholt1-6/+8
2008-04-10Fix dolt to error out on compile error, and not print errors on race to mkdir.Eric Anholt1-4/+4
Both of these changes have been submitted upstream.
2008-04-09dolt: add FreeBSD support (this and ppc have been submitted upstream).Eric Anholt1-0/+1
2008-04-09dolt works on powerpc Linux.Michel Dänzer1-1/+1
2008-04-09configure.ac: Do the doltDaniel Stone1-0/+141
Use dolt instead of libtool whereever practical. See: http://lists.debian.org/debian-devel/2008/04/msg00286.html
2007-07-25Include comment/copyright/license for AC_DEFINE_DIR in acinclude.m4Alan Coopersmith1-0/+33
2006-06-05Update AC_DEFINE_DIR to version compatible with CVS autoconf which requiresKeith Packard1-2/+3
double eval to avoid leaving ${prefix} in output
2005-08-21Huge cleanup. Group into sections: hardware feature detection, extensionDaniel Stone1-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-01Adding initial build system.Daniel Stone1-0/+11