macros: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Feb 12 17:01:53 UTC 2023


 .gitlab-ci.yml    |    4 ++--
 xorg-macros.m4.in |   12 ++++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit ec3ecf1b7cff226b6dc2d26604b1d234b262d8d5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 6 14:01:29 2023 -0800

    Call AC_PROG_CC instead of AC_PROG_CC_C99 if autoconf >= 2.70
    
    Clears up deprecation warnings:
    
    configure.ac:38: warning: The macro `AC_PROG_CC_C99' is obsolete.
    configure.ac:38: You should run autoupdate.
    ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
    aclocal.m4:2959: XORG_COMPILER_BRAND is expanded from...
    aclocal.m4:3078: XORG_COMPILER_FLAGS is expanded from...
    aclocal.m4:3267: XORG_DEFAULT_OPTIONS is expanded from...
    configure.ac:38: the top level
    
    ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
    aclocal.m4:2990: XORG_TESTSET_CFLAG is expanded from...
    aclocal.m4:3082: XORG_COMPILER_FLAGS is expanded from...
    aclocal.m4:3254: XORG_DEFAULT_OPTIONS is expanded from...
    configure.ac:28: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 35cd00d70e541574f9f491225b30096c4e291827
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list