* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / posix_spawn_file_actions_addchdir
blob8f02bb5f2750d3ea5529d839815c2c3d8a6f690c
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 gl_CONDITIONAL([GL_COND_OBJ_SPAWN_FACTION_ADDCHDIR],
17                [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])
18 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addchdir])
20 Makefile.am:
21 if GL_COND_OBJ_SPAWN_FACTION_ADDCHDIR
22 lib_SOURCES += spawn_faction_addchdir.c
23 endif
25 Include:
26 <spawn.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 all