summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2005-08-01Bump autoconf dependency to 2.57 from 2.53. Add 2.57 compatibility hack forAdam Jackson1-1/+3
the new AS_HELP_STRING syntax from 2.58+.
2005-07-29Need to define SVR4 on SVR4-ish systems since many headers and source filesAlan Coopersmith1-0/+12
check for it, expecting Imake to have defined it already. (Should be replaced with more specific checks & defines, but there's too many to get them all right now.)
2005-07-29Various changes preparing packages for RC0:Kevin E Martin1-1/+3
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-28If neither --enable-dmx or --disable-dmx are specified, default to "yes" onAlan Coopersmith1-1/+4
Linux, "no" on everything else (matches defaults in monolith Imake)
2005-07-28Fix distcheck for serverKevin E Martin1-1/+0
2005-07-27Fix dmx/glxProxy buildKevin E Martin1-6/+9
2005-07-23Fire the Mesa symlink script from the configure stage.Adam Jackson1-0/+1
2005-07-23Emit makefiles for glapi, slang, and grammar. Conditionally define GLX_LIBSAdam Jackson1-3/+6
if GLX support is requested. Add GLX_LIBS to the link deps for Xvfb and Xnest. All GLX support should work now for the vfb, xnest, and xfree86 DDXes.
2005-07-17objdir != srcdir fixes.Daniel Stone1-1/+0
2005-07-17Set GLX automake conditional after we've tested for mesa source and set GLXAlan Coopersmith1-1/+1
to "no" if it's --with-mesa-source wasn't set.
2005-07-16Fix --with-mesa-source parsing, and turn GLX off if no path to Mesa given.Adam Jackson1-2/+4
2005-07-16Only pass -rdynamic when using gccAlan Coopersmith1-0/+9
2005-07-16Say --with-mesa-source to get GLcore built.Adam Jackson1-0/+12
2005-07-15Move drm up to os-support since the files are shared by multiple platforms.Kevin E Martin1-3/+4
Fix the dri and drm build. Fix server-side DMX extension build. Make xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef _HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers.
2005-07-15Enable GLX build by defaultAdam Jackson1-2/+2
2005-07-14Fix the build when DRI is enabledKevin E Martin1-1/+2
2005-07-14Add support for XnestKevin E Martin1-6/+25
2005-07-14loadable extmod build system.Adam Jackson1-0/+1
2005-07-14First pass at Solaris os-supportAlan Coopersmith1-0/+1
2005-07-14- Add build system for xf86-video-atiSøren Sandmann Pedersen1-0/+1
- Add build system for xserver/xorg/hw/xfree86/dri - Add glcore.h to symlink.sh - Symlink.sh: add some more DRI files, symlink glcore.h from extras/Mesa/include/GL/internal to proto/GL - proto/GL/Makefile.am: install glcore.h - xf86-video-ark: s/module-dir/xorg-module-dir/
2005-07-13dlloader is the default in 6.9, but the loader doesn't get told to preferAdam Jackson1-0/+3
dlloader modules unless you -DDLOPEN_HACK.
2005-07-13- Use fbdevhwstub.c if <linux/fb.h> is not foundAlan Coopersmith1-4/+42
- Use x86emu on Solaris instead of vm86 - Better per-OS control over which xf86Kbd*.c and *Pci.c files to build - Set various #defines to be defined or not on Solaris as needed
2005-07-13Hook dbe into the buildAdam Jackson1-0/+1
2005-07-12add x86emu.Lars Knoll1-1/+2
2005-07-12Pull libdri out of the build for now until I get something better workedAdam Jackson1-1/+1
out
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-4/+29
2005-07-11Start filling in glx build. Add xf86Version.h and a few DRI headers to theAdam Jackson1-0/+2
sdk (needed for modular driver builds).
2005-07-09Don't try to link fb, shadow, or vgahw into the loadable Xorg server, asAdam Jackson1-1/+1
they're only supposed to be loadable modules.
2005-07-05Add more defines for XWin DDX Make building of cfb*, afb and mfbAlexander Gottwald1-1/+11
conditional Set FD_SETSIZE=256 on cygwin
2005-07-04Build miinitext.c and fbcmap.c as DDX specific filesAlexander Gottwald1-1/+8
Do not define _POSIX_SOURCE on cygwin.
2005-07-04Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86MiscAlexander Gottwald1-11/+102
conditional Add XWin DDX Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET Added fbcmap.c Added miinitext.c Added -I$(top_srcdir)/Xext/extmod to INCLUDES
2005-07-03Abandon the nostdinc experiment.Daniel Stone1-1/+1
2005-07-03Add missing include paths.Daniel Stone1-2/+2
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-7/+14
2005-07-01Adding initial build system.Daniel Stone1-0/+623