2005-12-09 Kevin E. Martin * xorg-macros.m4: Better macro to check whether any of malloc(0), realloc(ptr,0) or calloc(0) return NULL since Xlib expects all three to return a valid pointer. 2005-12-08 Kevin E. Martin * xorg-macros.m4: Add support for building other formats from sgml docs. 2005-12-03 Kevin E. Martin * configure.ac: Update package version number for X11R7 RC3 release. 2005-12-02 Kevin E. Martin * xorg-macros.m4: Add macro to detect when malloc(0) returns NULL for use in libraries. 2005-11-28 Alan Coopersmith * macros/xorg-macros.m4: Bug #5167 Linux prefers *.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-17 Kristian Høgsberg * macros/xorgversion.m4: Add missing comma in AC_HELP_STRING call.