gnulib-tool: Ignore autom4te.cache when using GNULIB_TOOL_IMPL=sh+py.
[gnulib.git] / modules / fdopen
blobc3af75a013f16252f7c4cb1c5fc86342316f0b8d
1 Description:
2 fdopen() function: open a stream with a given file descriptor.
4 Files:
5 lib/fdopen.c
6 m4/fdopen.m4
8 Depends-on:
9 stdio
10 msvc-inval      [test $REPLACE_FDOPEN = 1]
12 configure.ac:
13 gl_FUNC_FDOPEN
14 gl_CONDITIONAL([GL_COND_OBJ_FDOPEN], [test $REPLACE_FDOPEN = 1])
15 AM_COND_IF([GL_COND_OBJ_FDOPEN], [
16   gl_PREREQ_FDOPEN
18 gl_STDIO_MODULE_INDICATOR([fdopen])
20 Makefile.am:
21 if GL_COND_OBJ_FDOPEN
22 lib_SOURCES += fdopen.c
23 endif
25 Include:
26 <stdio.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all