macros: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Sep 1 21:13:39 PDT 2009


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

New commits:
commit 4c91617d964915005634339afa24b04ec8a2f801
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue Sep 1 10:33:37 2009 +1000

    Add XORG_DEFAULT_OPTIONS meta-macro.
    
    Many modules use the same set of m4 macros. Additions to the macros require
    updating the configure.ac for each module affected. In the case of e.g.
    protos and libs this means updating every single module.
    
    This patch adds a XORG_DEFAULT_OPTIONS meta-macro that uses the other macros
    defined. Macros can be added to this meta-macro and modules immediately get
    to make use of it - without changes required to configure.ac.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

commit 3b7dd69d0bf6bc19f0e4403bb6611de87497aac3
Author: Pauli Nieminen <suokkos at gmail.com>
Date:   Sat Jul 25 15:53:02 2009 +0300

    Add XORG_STRICT_OPTION macro for strict compilation option
    
    Strict compilation option can be used to get rid of warnings that often are
    showing real hidden bug in code. That just waits to cause problems.
    
    CWARNFLAGS has to be added to AM_C(PP)FLAGS to use strict compilation mode
    in Makefile.am. Automatic addition to compiler flags would cause some configure
    checks fail.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list