macros: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Thu May 27 15:39:44 PDT 2010


 configure.ac      |    2 
 xorg-macros.m4.in |  131 +++++++++++++++++++++++++++++++++++++-----------------
 xorgversion.m4    |   15 ------
 3 files changed, 94 insertions(+), 54 deletions(-)

New commits:
commit f0590edffe21ac6b7a11eab7caf6c8aad7c8bc07
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu May 27 09:27:54 2010 -0400

    Version bump: 1.8.0
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit ce3ece9cbf2380ab0e0535f52f0c6c6507d779c8
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed May 26 21:09:31 2010 -0400

    config: XORG_MANPAGE_SECTIONS: add AC_PROG_SED
    
    The sed command is required to create the man pages.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 8cb69a59d54656d17ea7bcf479b0f27a17dc559e
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon May 17 10:36:48 2010 -0400

    XORG_MANPAGE_SECTIONS: add MAN_SUBSTS automake variable
    
    It will replace the 155 copies in package makefiles
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 2dd06a9bcfa6868260421ae803fa7d34a5d3a0c9
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Mon May 17 07:37:28 2010 -0400

    XORG_RELEASE_VERSION: remove option --with-release-version #24816
    
    The short story:
    - this option has never been used by OS builders as intended
    - the implementation changes automake internals
    - the implementation breaks a few makefiles (if used)
    - one less option for the user to be confused with on all 240 xorg modules
    
    The long story:
    https://bugs.freedesktop.org/show_bug.cgi?id=24816
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 99f9a3efe2ba46f9ba446b72a402f239e3357c12
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sun May 16 16:46:17 2010 -0400

    XORG_LINT_LIBRARY: rework to match XORG_WITH_LINT
    
    XORG_LINT_LIBRARY has implementations dependencies on XORG_WITH_LINT
    The library name can no longer be set by overloading the semantic
    of --enable-lint-library.
    If this function is required it should be added using an AC_ARG_VAR.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 2cbe2acb5c70a76830f6ddc1bdc66c333507996f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat May 15 14:16:36 2010 -0400

    XORG_WITH_LINT: rework and extend platform coverage
    
    Guess the lint program name by platform.
    Use ARG variable for user input values.
    Provide default flags per platform.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 4fd20af3ebf6bcfa4e991af6fd11d78494e4b95b
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri May 14 20:19:15 2010 -0400

    XORG_DEFAULT_OPTIONS: add AC_PROG_INSTALL
    
    All modules install something.
    This makes it clear it can removed from modules config.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 958c872c82c0612911e398304111ea5d98dbe973
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri May 14 17:55:13 2010 -0400

    XORG_STRICT_OPTION: remove redundant expansion of AC_PROG_CC macro
    
    Calling AC_PROG_CC before AC_PROG_CC_C99 is not required.
    C99 is not an add-on to CC although either one will cache results
    than can be used by the other.
    
    This is effectively a no-op. Note that if a module configure.ac
    file calls AC_PROG_CC after AC_PROG_CC_C99, the compiler will be reset
    to ISO_C89 from ISO_C99.
    Currently about half the xorg modules use C89 while the other half use C99.
    
    Reviewed-by: Rémi Cardona <remi at gentoo.org>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list