Hash :
f8d9634f
Author :
Date :
2011-07-26T00:01:49
fclose: Move AC_LIBOBJ invocation to module description. * m4/fclose.m4 (gl_REPLACE_FCLOSE): Remove macro. (gl_FUNC_FCLOSE): Instead of gl_REPLACE_FCLOSE, just set REPLACE_FCLOSE to 1. * modules/fclose (configure.ac): Invoke AC_LIBOBJ.
Description:
fclose() function: close a stream.
Files:
lib/fclose.c
m4/fclose.m4
Depends-on:
stdio
close [test $REPLACE_FCLOSE = 1]
fflush [test $REPLACE_FCLOSE = 1]
freading [test $REPLACE_FCLOSE = 1]
lseek [test $REPLACE_FCLOSE = 1]
configure.ac:
gl_FUNC_FCLOSE
if test $REPLACE_FCLOSE = 1; then
AC_LIBOBJ([fclose])
fi
gl_STDIO_MODULE_INDICATOR([fclose])
Makefile.am:
Include:
<stdio.h>
License:
LGPLv2+
Maintainer:
Bruno Haible