xf86-input-void: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon May 2 19:30:23 PDT 2011


 configure.ac    |   20 ++++++--------------
 src/Makefile.am |    1 +
 2 files changed, 7 insertions(+), 14 deletions(-)

New commits:
commit 28cb0b4aa530b966eb48a9fd22617e65390a9792
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon May 2 19:25:41 2011 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS variables
    AC_HEADERS_STDC result was never used
    No headers exist in $(top_srcdir)/src, so no point including -I in CFLAGS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 47812d4f46ec0211e97b891ce42cb47428c1caac
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon May 2 19:21:27 2011 -0700

    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.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list