Hash :
f159f0b2
Author :
Date :
2011-05-21T18:03:38
read: Move AC_LIBOBJ invocations to module description. * m4/read.m4 (gl_FUNC_READ): Move AC_LIBOBJ invocation from here... * modules/read (configure.ac): ... to here.
Description:
POSIX compatible read() function: read data from a file descriptor
Files:
lib/read.c
m4/read.m4
Depends-on:
unistd
configure.ac:
gl_FUNC_READ
if test $REPLACE_READ = 1; then
AC_LIBOBJ([read])
fi
gl_UNISTD_MODULE_INDICATOR([read])
Makefile.am:
Include:
<unistd.h>
License:
LGPLv2+
Maintainer:
Bruno Haible