libXcomposite: Changes to 'master'

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


 COPYING                             |    2 +-
 configure.ac                        |    3 ++-
 include/X11/extensions/Xcomposite.h |    2 +-
 man/Xcomposite.xml                  |    2 +-
 src/Xcomposite.c                    |    2 +-
 src/xcompositeint.h                 |    2 +-
 6 files changed, 7 insertions(+), 6 deletions(-)

New commits:
commit af3df13591f172aa4b0e74101574ca29ff879ba6
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:44: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:44: You should run autoupdate.
    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
    configure.ac:44: 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 c09e80171064e2c1c82d5912f4e725c6172b2911
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 25 09:22:14 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