macros: Changes to 'master'

Chase Douglas cndougla at kemper.freedesktop.org
Mon Mar 12 15:21:22 PDT 2012


 xorg-macros.m4.in |   42 +++++++++++++++++++++++-------------------
 1 file changed, 23 insertions(+), 19 deletions(-)

New commits:
commit 51f69514e65637f575df901ef942515e70314f6a
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Mon Mar 12 11:49:28 2012 -0700

    Separate unknown warning options by language
    
    If XORG_COMPILER_FLAGS is called more than once with separate languages,
    the unknown warning options used internally for unknown warning checking
    will be set the first time and then the cached value will be used for
    subsequent languages. This is a problem if the compilers differ between
    the languages.
    
    This change ensures that the unknown warning options are namespaced so
    multiple XORG_COMPILER_FLAGS calls with different languages are checked
    separately.
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Reviewed-by: Gaetan Nadon<memsize at videotron.ca>

commit a1fec11ca3de6774fb70052f5f5ab167bf658690
Author: Chase Douglas <chase.douglas at canonical.com>
Date:   Mon Mar 12 10:59:55 2012 -0700

    Fix cflag test compiler message and cache ids
    
    When the language is C++, the flag checking message references $CC
    instead of $CXX. The cache id is also xorg_cv_cc_* instead of
    xorg_cv_cxx_*. This change fixes both issues.
    
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>
    Reviewed-by: Gaetan Nadon<memsize at videotron.ca>

commit a02a9048a1b831d13d32413e2af429ac8d7a5c2b
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Sat Mar 10 15:04:28 2012 +0000

    Don't use AS_ECHO in XORG_TESTSET_CFLAG
    
    Further to commit 52ef6f6, since AS_ECHO isn't supported in autoconf 2.61 either,
    rewrite use of cache variable in XORG_TESTSET_CFLAG so 'echo' isn't needed at all.
    
    Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
    Reviewed-by: Gaetan Nadon<memsize at videotron.ca>
    Reviewed-by: Chase Douglas <chase.douglas at canonical.com>
    Signed-off-by: Chase Douglas <chase.douglas at canonical.com>



More information about the xorg-commit mailing list