mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* m4/freadable.m4 (gl_FUNC_FREADABLE): Move AC_LIBOBJ invocation from here... * modules/freadable (configure.ac): ... to here.
30 lines
375 B
Plaintext
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
|
|
|