Mercurial > hg > octave-nkf > gnulib-hg
view modules/listen @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | efab6978105e |
children | f60ae63f5f6c |
line wrap: on
line source
Description: listen() function: make a server socket ready for accepting connections. Files: lib/listen.c lib/w32sock.h Depends-on: sys_socket errno [test "$ac_cv_header_winsock2_h" = yes] configure.ac: AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([listen]) fi gl_SYS_SOCKET_MODULE_INDICATOR([listen]) Makefile.am: Include: <sys/socket.h> License: LGPLv2+ Maintainer: Paolo Bonzini, Simon Josefsson