mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/fwritable.m4 (gl_FUNC_FWRITABLE): Move AC_LIBOBJ invocation from here... * modules/fwritable (configure.ac): ... to here.
30 lines
375 B
Plaintext
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
|
|
|