gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / fopen-gnu
blob8903508986dee16cdf9b037077099f14123f172d
1 Description:
2 fopen() function: open a stream to a file, with GNU extensions.
4 Files:
5 lib/fopen.c
7 Depends-on:
8 fopen
9 open            [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
10 fcntl-h         [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
11 stdbool         [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
12 unistd          [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
13 close           [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
14 fstat           [test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1]
16 configure.ac:
17 gl_FUNC_FOPEN_GNU
18 if test $REPLACE_FOPEN_FOR_FOPEN_GNU = 1; then
19   AC_LIBOBJ([fopen])
20   gl_PREREQ_FOPEN
22 gl_MODULE_INDICATOR([fopen-gnu])
23 gl_STDIO_MODULE_INDICATOR([fopen-gnu])
25 Makefile.am:
27 Include:
28 <stdio.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 all