xfd: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Sat Dec 10 10:23:50 PST 2011


 Makefile.am         |    5 ++---
 configure.ac        |    3 +--
 m4/ax_define_dir.m4 |   49 -------------------------------------------------
 3 files changed, 3 insertions(+), 54 deletions(-)

New commits:
commit 677df8dfd37f1018b38b4c8653bde35766d895bc
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Dec 7 13:35:45 2011 -0500

    Use the Automake recommended alternative to AX_DEFINE_DIR
    
    DATADIR, like any installation variable, is not known at configure time.
    This is by design to allow setting the variable at make time.
    The AX_DEFINE_DIR macro worked around this design and consequently
    cancelled an Automake feature.
    
    The alternative method suggested by Automake ends up being simpler
    while providing the same result as AX_DEFINE_DIR but without cancelling
    any feature. It is used in the xserver for the parser and in xquartz.
    
    The AX_DEFINE_DIR macro has been removed from the Autoconf Archive.
    There are no official providers for this macro anymore.
    
    Separate pre-processor from compiler flags.
    XFD_CFLAGS and CWARNFLAGS may contain compiler flags.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list