posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / posix_spawn
blob3e2dce759178a8aa3f07c8b20a73b4125ae9e710
1 Description:
2 posix_spawn() function: create a child process.
4 Files:
5 lib/spawn.c
6 m4/posix_spawn.m4
8 Depends-on:
9 spawn
10 posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawn])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawn])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 Link:
25 $(LIB_POSIX_SPAWN)
27 License:
28 LGPLv2+
30 Maintainer:
31 glibc