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