posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / posix_spawnattr_getflags
blobec8c0206836f05937fee6a3e083049d27bb0b84b
1 Description:
2 posix_spawnattr_getflags() function: get bitmask of attributes specified for
3 child process.
5 Files:
6 lib/spawnattr_getflags.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([spawnattr_getflags])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getflags])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 glibc