libXaw3d: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 10 22:51:30 UTC 2023


 configure.ac |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit a3b9a4efba1737df15bb6acaf6621622ab85b929
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Mar 4 13:45:21 2023 -0800

    configure: pass noyywrap to AC_PROG_LEX if using autoconf 2.70 or later
    
    Raises minimum autoconf version from 2.60 to 2.64 for m4_version_prereq
    
    Clears autoconf warning:
    
    configure.ac:29: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
    ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
    ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
    configure.ac:29: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit dbf8869b30724796637e3060d3fc4166dc670485
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:13: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
    configure.ac:13: You should run autoupdate.
    aclocal.m4:3465: AC_PROG_LIBTOOL is expanded from...
    configure.ac:13: 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>



More information about the xorg-commit mailing list