Hash :
c17a3e56
Author :
Date :
2011-05-22T20:51:00
write: Move AC_LIBOBJ invocations to module description. * m4/write.m4 (gl_FUNC_WRITE): Move AC_LIBOBJ invocation from here... * modules/write (configure.ac): ... to here.
Description:
POSIX compatible write() function: write data to a file descriptor
Files:
lib/write.c
m4/write.m4
Depends-on:
unistd
raise [test $REPLACE_WRITE = 1]
configure.ac:
gl_FUNC_WRITE
if test $REPLACE_WRITE = 1; then
AC_LIBOBJ([write])
fi
gl_UNISTD_MODULE_INDICATOR([write])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
Bruno Haible