1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/sockets
Paul Eggert 8415b6792e socketlib, sockets, sys_socket: Use AC_REQUIRE to pacify autoconf.
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.
2014-10-24 10:48:00 -07:00

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