Fix gnulib-tool error when some modules occur in tests/.
[gnulib.git] / modules / fopen-gnu
blob9252c749b3d78d7ae377ec5fdc9e82abf443fe0d
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 = 1]
11 configure.ac:
12 gl_FUNC_FOPEN_GNU
13 if test $REPLACE_FOPEN = 1; then
14   AC_LIBOBJ([fopen])
15   gl_PREREQ_FOPEN
17 gl_MODULE_INDICATOR([fopen-gnu])
19 Makefile.am:
21 Include:
22 <stdio.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all