getopt-posix, getopt-gnu tests: Avoid test failure on mingw.
[gnulib.git] / modules / posix_spawn_file_actions_addfchdir
blob4f15fdf2df6a6b299770d6444c71818879a78291
1 Description:
2 posix_spawn_file_actions_addfchdir() function: augment a child process actions
3 specification.
5 Files:
6 lib/spawn_faction_addfchdir.c
7 lib/spawn_int.h
8 m4/posix_spawn_faction_addfchdir.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_ADDFCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR = 1]
14 configure.ac:
15 gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR
16 gl_CONDITIONAL([GL_COND_OBJ_SPAWN_FACTION_ADDFCHDIR],
17                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1 || test $HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR = 0 || test $REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR = 1])
18 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addfchdir])
20 Makefile.am:
21 if GL_COND_OBJ_SPAWN_FACTION_ADDFCHDIR
22 lib_SOURCES += spawn_faction_addfchdir.c
23 endif
25 Include:
26 <spawn.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all