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.
33 lines
347 B
Plaintext
33 lines
347 B
Plaintext
Description:
|
|
General facilities for using sockets
|
|
|
|
Files:
|
|
lib/sockets.c
|
|
lib/sockets.h
|
|
lib/w32sock.h
|
|
m4/sockets.m4
|
|
|
|
Depends-on:
|
|
socketlib
|
|
sys_socket
|
|
fd-hook
|
|
msvc-nothrow
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_SOCKETS])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += sockets.h sockets.c
|
|
|
|
Include:
|
|
"sockets.h"
|
|
|
|
Link:
|
|
$(LIBSOCKET)
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|