posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / posix_spawn_file_actions_addchdir
blobad09334fa4318e0b6dacc78a3b3bd6219c0beecf
1 Description:
2 posix_spawn_file_actions_addchdir() function: augment a child process actions
3 specification.
5 Files:
6 lib/spawn_faction_addchdir.c
7 lib/spawn_int.h
8 m4/posix_spawn_faction_addchdir.m4
10 Depends-on:
11 spawn
12 posix_spawn_file_actions_init [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 1]
14 configure.ac:
15 gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR
16 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR = 1; then
17   AC_LIBOBJ([spawn_faction_addchdir])
19 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addchdir])
21 Makefile.am:
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all