Hash :
44cfacd0
Author :
Date :
2011-05-07T13:47:27
fwritable: Move AC_LIBOBJ invocations to module description. * m4/fwritable.m4 (gl_FUNC_FWRITABLE): Move AC_LIBOBJ invocation from here... * modules/fwritable (configure.ac): ... to here.
Description:
fwritable() function: Determine whether a FILE stream supports writing.
Files:
lib/fwritable.h
lib/fwritable.c
lib/stdio-impl.h
m4/fwritable.m4
Depends-on:
stdbool
configure.ac:
gl_FUNC_FWRITABLE
if test $ac_cv_func___fwritable = no; then
AC_LIBOBJ([fwritable])
fi
Makefile.am:
Include:
"fwritable.h"
License:
LGPL
Maintainer:
Bruno Haible, Eric Blake