liblbxutil: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jan 19 09:11:22 PST 2013


 configure.ac    |   27 +++++++++++++--------------
 src/Makefile.am |    2 +-
 2 files changed, 14 insertions(+), 15 deletions(-)

New commits:
commit 27c39a335275da11182127c8cc14dfb2b7c4d092
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 19 09:09:26 2013 -0800

    Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
    
    Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
    
      - Support for the long-deprecated INCLUDES variable will be removed
        altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
        used instead.
    
    This variable was deprecated in Automake releases prior to 1.10, which is
    the current minimum level required to build X.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit dd8785df6795af715d82c47c80d89500f1205544
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 19 09:06:40 2013 -0800

    config: Remove unnecessary calls from configure.ac
    
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5de6b2410a05a484b6135225e01891ff23bd1bc0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 19 09:06:08 2013 -0800

    config: upgrade to util-macros 1.8 and rely on it to call AC_PROG_CC
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e8234eaf135baafb9d363d13186ea692c160c2ce
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 19 09:00:33 2013 -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 31635167832cd6b0c52936ddbfdc82ed19d00030
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Jan 19 08:58:00 2013 -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>



More information about the xorg-commit mailing list