libXdmcp: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Feb 2 08:56:37 PST 2011


 configure.ac |   72 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 40 insertions(+), 32 deletions(-)

New commits:
commit c702d3c41ae28dcc661fca7d8d8d7ca8ce34ef1f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Feb 2 11:43:41 2011 -0500

    config: comment, minor upgrade, quote and layout configure.ac
    
    Group statements per section as per Autoconf standard layout
    Quote statements where appropriate.
    Autoconf recommends not using dnl instead of # for comments
    
    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
    Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL
    Remove redundant AC_PROG_MAKE_SET included with AM_INIT_AUTOMAKE
    Add AC_CONFIG_SRCDIR([Makefile.am]) where missing
    No functional configuration changes
    
    This helps automated maintenance and release activities.
    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list