Mercurial > hg > octave-jordi > gnulib-hg
view modules/select @ 15222:62089e9fcc47
modechange: Move AC_LIBOBJ invocations to module description.
* m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation.
* modules/modechange (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 00:57:31 +0200 |
parents | b4000fa9527e |
children | 13505a7899dc |
line wrap: on
line source
Description: select() function: synchronous I/O multiplexing. Files: lib/select.c m4/select.m4 Depends-on: sys_select alloca [test $REPLACE_SELECT = 1] sockets [test $REPLACE_SELECT = 1] configure.ac: gl_FUNC_SELECT if test $REPLACE_SELECT = 1; then AC_LIBOBJ([select]) fi gl_SYS_SELECT_MODULE_INDICATOR([select]) Makefile.am: Include: <sys/select.h> Link: $(LIBSOCKET) License: LGPLv2+ Maintainer: Simon Josefsson