1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Files
gnulib/modules/freadable
Bruno Haible 33efecf695 freadable: Move AC_LIBOBJ invocations to module description.
* m4/freadable.m4 (gl_FUNC_FREADABLE): Move AC_LIBOBJ invocation from
here...
* modules/freadable (configure.ac): ... to here.
2011-06-16 00:05:59 +02:00

30 lines
375 B
Plaintext

Description:
freadable() function: Determine whether a FILE stream supports reading.
Files:
lib/freadable.h
lib/freadable.c
lib/stdio-impl.h
m4/freadable.m4
Depends-on:
stdbool
configure.ac:
gl_FUNC_FREADABLE
if test $ac_cv_func___freadable = no; then
AC_LIBOBJ([freadable])
fi
Makefile.am:
Include:
"freadable.h"
License:
LGPL
Maintainer:
Bruno Haible, Eric Blake