xf86-video-sisusb: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 23 01:24:38 UTC 2024


 configure.ac    |    8 ++++++--
 src/Makefile.am |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit ae568c66757844bf5d80959f1d725e613b077be1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:44:21 2024 -0800

    Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
    
    The Xorg headers provide their own versions of strlcat, strlcpy, and
    timingsafe_memcmp for platforms that don't have them in libc yet, but
    rely on configure to set HAVE_* defines to determine if they should be
    defined in the headers.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8dddea0a56d67d6105dea0b59d7ea5f6947b13f5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:28:52 2024 -0800

    Add X.Org's standard C warning flags to AM_CFLAGS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2882c966bdb1ecf5474c267534082bc0c86b401d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:26:16 2024 -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:3515: AC_PROG_LIBTOOL is expanded from...
    configure.ac:44: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list