lbxproxy: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Feb 18 17:32:44 PST 2011


 Makefile.am  |   20 +-------------------
 README       |   26 ++++++++++++++++++++++++++
 configure.ac |   35 ++++++++++++++---------------------
 3 files changed, 41 insertions(+), 40 deletions(-)

New commits:
commit 720758ac56ecb41e8156c7dae35d764fa926cd98
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Feb 18 17:30:00 2011 -0800

    Add standard url's to README
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit a39c4444bc0f44128031498278bc95f969ffe590
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Feb 18 17:26:11 2011 -0800

    config: replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ae9ac6398ef3ddabb7b46de3c2ed1e6d7c233f17
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Feb 18 17:14:04 2011 -0800

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    Add missing AC_CONFIG_SRCDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e1b62ee0218934f1f9ad08361e00622d6e41cbb5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Feb 18 17:11:56 2011 -0800

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d8197b416ec7f2bd732da14c903864d4cf638fda
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Fri Feb 18 17:10:32 2011 -0800

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f0f9488097f8618cde53f3135fba6d7ad1b645d6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Feb 18 17:09:20 2011 -0800

    config: Remove unnecessary calls from configure.ac
    
    XORG_MANPAGE_SECTIONS, XORG_RELEASE_VERSION, XORG_CHANGELOG,
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 031adc7a5843e3c803514c1514131db80ad4010c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Feb 18 17:03:44 2011 -0800

    Don't link directly against libz
    
    lbxproxy doesn't call libz directly, it calls liblbxutil functions, so
    gets libz as a dependency of liblbxutil either via ELF shared object
    dependencies or pkg-config Libs.private for static links.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list