libXdmcp: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 4 22:41:44 UTC 2023


 configure.ac |    7 ++++---
 test/Array.c |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit eaceeee93c3b9310be5422b9ed0450265779b491
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 4 10:44:45 2023 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:38: warning: The macro `AC_LIBTOOL_WIN32_DLL' is obsolete.
    configure.ac:38: You should run autoupdate.
    aclocal.m4:11889: AC_LIBTOOL_WIN32_DLL is expanded from...
    configure.ac:38: the top level
    configure.ac:38: warning: AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
    configure.ac:38: put the 'win32-dll' option into LT_INIT's first parameter.
    ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
    aclocal.m4:11889: AC_LIBTOOL_WIN32_DLL is expanded from...
    configure.ac:38: the top level
    configure.ac:39: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:39: You should run autoupdate.
    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
    configure.ac:39: the top level
    
    libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
    libtoolize: and rerunning libtoolize and aclocal.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 45d7acc61ce08280dead99e1fb57ad07ca7eca1b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 25 09:22:37 2023 -0800

    Remove "All rights reserved" from Oracle copyright notices
    
    Oracle no longer includes this term in our copyright & license notices.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list