libX11: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Jan 19 16:45:34 PST 2011


 configure.ac |    8 ++------
 src/Font.c   |    2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

New commits:
commit d4483375e37a72631d5821413cb75a423e990ffe
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jan 18 19:37:02 2011 -0800

    config: Use correct AC_CONFIG_HEADERS macro
    
    Replaces obsolete AM_CONFIG_HEADER and undocumented AC_CONFIG_HEADER
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>

commit c6405fe931f313a0d159bdad00244fc8aae12468
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 16 11:55:23 2011 -0800

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>

commit 17aa1f2305da0952ad594c7329d08aba21f13ac8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 16 11:40:59 2011 -0800

    Update to xf86bigfontproto >= 1.2.0 header name
    
    Clears compile-time warning of:
    "X11/extensions/xf86bigfstr.h", line 1: #warning: "xf86bigfstr.h is obsolete and may be removed in the future."
    "X11/extensions/xf86bigfstr.h", line 2: #warning: "include <X11/extensions/xf86bigfproto.h> for the protocol defines."
    
    Requires xf86bigfontproto >= 1.2.0 if --disable-xf86bigfont is not
    passed to configure.
    
    Also removes unnecessary AC_SUBST of BIGFONT_CFLAGS & BIGFONT_LIBS
    that PKG_CHECK_MODULES does automatically
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>



More information about the xorg-commit mailing list