summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2005-12-03Add m4 magic to allow AS_HELP_STRING to work with older versions ofXORG-6_99_99_903Kevin E Martin
autoconf 2.57.
2005-12-03Update package version number for X11R7 RC3 release.Kevin E Martin
2005-11-15Make the programs used in the xinit scripts configurable.Kevin E Martin
2005-11-10Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bugXORG-6_99_99_902Alan Coopersmith
#3180. AC_DEFINE(XORG,...) so it is listed as available server in xinit help output. Update cpp -D flags to match monolith changes for bug #3180.
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-16Use cpp to substitute variables in man pagesAlan Coopersmith
2005-10-11Don't define HAS_COOKIE_MAKER if mcookie wasn't found.Alan Coopersmith
2005-08-29Bump to 0.99.1.Daniel Stone
2005-08-29Define HAS_COOKIE_MAKER and search for mcookie so startx will generateDaniel Stone
xauth tokens for the servers it starts.
2005-08-11Set CSRG_BASED for BSD systems so the build succeeds.Eric Anholt
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin
- 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-26Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES andAlan Coopersmith
-DHAS_VFORK
2005-07-20Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson
configure cache, you cache it, and the cached value is probably wrong.
2005-07-16x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am:Alan Coopersmith
- Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac: xvidtune/Makefile.am: xvidtune/configure.ac: - Use more portable cpp invocations for pre-processing files xfs/configure.ac: - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set correctly
2005-07-05Build system for xinitSøren Sandmann Pedersen