warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / freopen
blob41236bd533786391490ec8058920371e35a14b86
1 Description:
2 freopen() function: open a stream to a file.
4 Files:
5 lib/freopen.c
6 m4/freopen.m4
8 Depends-on:
9 fcntl-h        [test $REPLACE_FREOPEN = 1]
10 open           [test $REPLACE_FREOPEN = 1]
11 stdio
12 largefile
14 configure.ac:
15 gl_FUNC_FREOPEN
16 if test $REPLACE_FREOPEN = 1; then
17   AC_LIBOBJ([freopen])
18   gl_PREREQ_FREOPEN
20 gl_STDIO_MODULE_INDICATOR([freopen])
22 Makefile.am:
24 Include:
25 <stdio.h>
27 License:
28 LGPL
30 Maintainer:
31 all