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



_______________________________________________
bug-gnulib mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnulib

Reply via email to