xf86-input-elographics: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 24 21:08:42 UTC 2024


 configure.ac    |   19 ++++++++++---------
 src/Makefile.am |    2 +-
 2 files changed, 11 insertions(+), 10 deletions(-)

New commits:
commit 26822a39eeedcac94b36f5878a18a4aca5a2872b
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 66300521464033e5a11d9b11f5983b83268a53e7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 17 11:45:27 2024 -0800

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

commit 1e97032b43ef5bf98fb568e284c35b806f253601
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Wed Jan 17 11:38:11 2024 -0800

    configure: clear up obsolete macro warnings from autoconf
    
    configure.ac:48: warning: The macro 'AC_HELP_STRING' is obsolete.
    configure.ac:48: You should run autoupdate.
    ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
    configure.ac:48: the top level
    configure.ac:67: warning: The macro 'AC_HEADER_STDC' is obsolete.
    configure.ac:67: You should run autoupdate.
    ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
    configure.ac:67: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5b069df52d18d0bb08c7bdcd9e116d6ddf0b35aa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jan 15 11:33:07 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