xtrap: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Jun 3 19:45:07 PDT 2014


 autogen.sh   |    5 +++--
 configure.ac |   20 ++++++++------------
 2 files changed, 11 insertions(+), 14 deletions(-)

New commits:
commit bb5c6f2acbedbf51c0b5adf8254f7ccecfec0bae
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jun 3 19:43:49 2014 -0700

    config: Remove unnecessary calls from configure.ac
    
    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 2982f5b365f16dfc7531cedfbd9ae29c410a1156
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 31 21:39:32 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 156c7c077734e0290f864b7e40f0ecf18f9689f7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat May 31 21:38:41 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 9dd34a5f3d5895b4db45540b324815c19bad507f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 1 00:30:41 2014 -0700

    This is not a GNU project, so declare it foreign.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 57e8a13dc5ac7c66bd028787a18912d96429fd48
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Jun 3 19:38:55 2014 -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.
    Add missing AC_CONFIG_SRCDIR
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 69912bd6fcb41b484633cc324baddc667ea15451
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jun 3 19:37:48 2014 -0700

    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>



More information about the xorg-commit mailing list