macros: Changes to 'master'

Hans de Goede jwrdegoede at kemper.freedesktop.org
Thu Mar 27 05:47:03 PDT 2014


 xorg-macros.m4.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0677da7ed48f74a54f9bfd12afea7f0d578d7d38
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Thu Mar 27 12:45:43 2014 +0100

    XORG_PROG_RAWCPP: Add TRADITIONALCPPFLAGS
    
    In some cases we may want to have -traditional for proper whitespace preserving
    without -undef, as we actually want the system definitions to be in place
    so we can #ifdef on them. IE in xinit various .cpp files contain things like
     #ifdef __APPLE__ and #ifdef __linux__
    
    So this patch adds a TRADITIONALCPPFLAGS variable which contains just
    -traditional where applicable without the other RAWCPPFLAGS for unsetting
    the system definitions.
    
    Signed-off-by: Hans de Goede <hdegoede at redhat.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list