twm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Sep 23 00:20:00 PDT 2010


 configure.ac    |   16 +++++-----------
 man/Makefile.am |   16 ++--------------
 src/Makefile.am |   18 +++++++++---------
 src/session.c   |   12 ++++++------
 4 files changed, 22 insertions(+), 40 deletions(-)

New commits:
commit 4c7c2ece9e152358448406b759c30eb44eea13f9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Sep 23 00:11:56 2010 -0700

    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
    The existing statement can now be removed from the configuration file.
    
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3bcc18ca9968a33dbf3e8df920f08227f95d8a72
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 22 23:59:32 2010 -0700

    Silence build of deftwmrc.c with AM_V_GEN
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 282060f633c1a0910522f64cf36222a27016bf77
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 22 23:37:21 2010 -0700

    system.twmrc doesn't need to be in both EXTRA_DIST & dist_rc_DATA
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 810922b19b86c1ddd5ef9c9169d1328b3562af77
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 22 23:33:22 2010 -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 79e3387e7a2d35f5895f813a4572a93457114e3c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Sep 22 23:23:26 2010 -0700

    Use AC_CHECK_FUNCS / default name for mkstemp
    
    No longer need to maintain #ifdef compatibility with the names used in
    the monolith Imakefiles.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3bac463f63b4c1e667256c7d2d287b3567a7ff1c
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Jul 20 18:45:18 2010 -0400

    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