mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Without this change, in bleeding-edge fileutils Autoconf complains that gl_SOCKETLIB etc. are AC_REQUIREd after being invoked. * modules/socketlib (configure.ac): AC_REQUIRE gl_SOCKETLIB. * modules/sockets (configure.ac): AC_REQUIRE gl_SOCKETS. * modules/sys_socket (configure.ac): AC_REQUIRE gl_HEADER_SYS_SOCKET.
25 lines
231 B
Plaintext
25 lines
231 B
Plaintext
Description:
|
|
Access to socket primitives.
|
|
|
|
Files:
|
|
m4/socketlib.m4
|
|
m4/sys_socket_h.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_SOCKETLIB])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
Link:
|
|
$(LIBSOCKET)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|