posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pclose
blobb55ab970c8da42b8be73bff3d4be0d1f0b0f2171
1 Description:
2 pclose() function: close a stream to a shell command.
4 Files:
5 lib/pclose.c
6 m4/pclose.m4
8 Depends-on:
9 stdio
11 configure.ac:
12 gl_FUNC_PCLOSE
13 if test $HAVE_PCLOSE = 0; then
14   AC_LIBOBJ([pclose])
15   gl_PREREQ_PCLOSE
17 gl_STDIO_MODULE_INDICATOR([pclose])
19 Makefile.am:
21 Include:
22 <stdio.h>
24 License:
25 LGPL
27 Maintainer:
28 all