summaryrefslogtreecommitdiff
path: root/xorg-macros.m4
AgeCommit message (Collapse)Author
2005-12-09Better macro to check whether any of malloc(0), realloc(ptr,0) or calloc(0)MODULAR_COPYKevin E Martin
return NULL since Xlib expects all three to return a valid pointer.
2005-12-09Add support for building other formats from sgml docs.Kevin E Martin
2005-12-03Add macro to detect when malloc(0) returns NULL for use in libraries.Kevin E Martin
2005-11-28Bug #5167 <https://bugs.freedesktop.org/show_bug.cgi?id=5167> Linux prefersAlan Coopersmith
*.1x man pages in man1 subdirectory. Also allow builders to override man page suffixes & directories to match their environments via configure-time environment variables.
2005-10-03- For all drivers that have a <driver>.sgml file, add code in their buildSøren Sandmann Pedersen
system to build the README file at make dist time - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that will check if the required tools and files exist, and if so set a conditional. - util/modular/symlink.sh - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml - Add all the README.<driver> to the list of excluded files - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make it spew less warnings when the text file is built.
2005-09-29Add -undef to RAWCPPFLAGS if cpp used for RAWCPP supports itAlan Coopersmith
2005-09-24Add XORG_MANPAGE_SECTIONS() macro for handling the different man pageAlan Coopersmith
sections used on Linux vs. BSD vs. SysV
2005-08-15Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add checkAlan Coopersmith
for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used