warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / close-stream
blobdd5522f596db71dd5a9668cdeb0d7ccdec3f3635
1 Description:
2 Close a stream, with nicer error checking than fclose's.
4 Files:
5 lib/close-stream.h
6 lib/close-stream.c
7 m4/close-stream.m4
9 Depends-on:
10 fpending
11 stdbool
13 configure.ac:
14 gl_CLOSE_STREAM
15 gl_MODULE_INDICATOR([close-stream])
17 Makefile.am:
18 lib_SOURCES += close-stream.c
20 Include:
21 "close-stream.h"
23 License:
24 GPL
26 Maintainer:
27 Jim Meyering