bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] getaddrinfo needs socklen, sync from coreutils


From: Bruno Haible
Subject: Re: [bug-gnulib] getaddrinfo needs socklen, sync from coreutils
Date: Fri, 23 Sep 2005 18:57:52 +0200
User-agent: KMail/1.5

Jim Meyering wrote:
>  # Prerequisites of lib/getaddrinfo.h and lib/getaddrinfo.c.
>  AC_DEFUN([gl_PREREQ_GETADDRINFO], [
> +  AC_REQUIRE([gl_SOCKLEN_T])
>    AC_REQUIRE([gl_C_RESTRICT])
>    AC_REQUIRE([gl_SOCKET_FAMILIES])

This is redundant. The module dependency from 'getaddrinfo' to 'socklen'
already implies that gl_SOCKLEN_T must be invoked from configure.ac,
directly or indirectly. No need to repeat the module dependencies in the
*.m4 files.

Bruno





reply via email to

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