bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Results from running autoupdate on gnulib m4 files


From: Bruno Haible
Subject: Re: Results from running autoupdate on gnulib m4 files
Date: Mon, 28 Sep 2020 00:53:10 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-189-generic; KDE/5.18.0; x86_64; ; )

Gavin Smith wrote:
> * Use of AC_DECL_SYS_SIGLIST in strsignal.m4

These patches fix two of the issues you reported.

For sys_siglist, we can nowadays assume it is declared in <signal.h>.
The autoconf code has a comment
  /* NetBSD declares sys_siglist in unistd.h.  */
but this must apply to NetBSD versions < 3.0. NetBSD >= 3.0 declares sys_siglist
also in <signal.h>.


2020-09-27  Bruno Haible  <bruno@clisp.org>

        Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
        Reported by Gavin Smith <gavinsmith0123@gmail.com> in
        <https://lists.gnu.org/archive/html/bug-gnulib/2020-09/msg00154.html>.
        * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check for sys_siglist
        ourselves; don't use AC_DECL_SYS_SIGLIST.

2020-09-27  Bruno Haible  <bruno@clisp.org>

        Avoid "warning: The macro `_AC_COMPUTE_INT' is obsolete".
        Reported by Gavin Smith <gavinsmith0123@gmail.com> in
        <https://lists.gnu.org/archive/html/bug-gnulib/2020-09/msg00154.html>.
        * m4/gethostname.m4 (gl_PREREQ_HOST_NAME_MAX): Use AC_COMPUTE_INT
        instead of _AC_COMPUTE_INT.

Attachment: 0001-Avoid-warning-The-macro-_AC_COMPUTE_INT-is-obsolete.patch
Description: Text Data

Attachment: 0002-Avoid-warning-The-macro-AC_DECL_SYS_SIGLIST-is-obsol.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]