warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / fpurge
blob54ab9ffd46529e620270f8385d9cead98e40ee3b
1 Description:
2 fpurge() function: Flush buffers.
4 Files:
5 lib/fpurge.c
6 lib/stdio-impl.h
7 m4/fpurge.m4
9 Depends-on:
10 stdio
12 configure.ac:
13 gl_FUNC_FPURGE
14 if test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1; then
15   AC_LIBOBJ([fpurge])
17 gl_STDIO_MODULE_INDICATOR([fpurge])
19 Makefile.am:
21 Include:
22 <stdio.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Eric Blake