summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2005-07-29Various changes preparing packages for RC0:Kevin 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-23Get rid of DEP_{CFLAGS,LIBS}. This is what was intended, but had a bug inMatthieu Herrb
rev 1.2
2005-07-23use the DEP_{CFLAGS,LIBS} that were computed in XCLOCK_{CFLAGS,LIBS}Matthieu Herrb
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-16Fix app-defaults rule in Makefile.am to work with non-GNU make Add checksAlan Coopersmith
for strlcat, xkb, xft2, render, xkb Add --with-* options for XKB & Xft2/Render (enabled by default)
2005-07-01Build system for xclockSøren Sandmann Pedersen