1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/fwritable
Bruno Haible 44cfacd039 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.
2011-06-16 00:06:02 +02:00

30 lines
375 B
Plaintext

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