verify: new macro 'assume'
[gnulib.git] / modules / posix_spawn
1 Description:
2 posix_spawn() function: create a child process.
3
4 Files:
5 lib/spawn.c
6 m4/posix_spawn.m4
7
8 Depends-on:
9 spawn
10 posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
11
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawn])
16   AC_LIBOBJ([spawni])
17   gl_PREREQ_POSIX_SPAWN_INTERNAL
18 fi
19 gl_SPAWN_MODULE_INDICATOR([posix_spawn])
20
21 Makefile.am:
22
23 Include:
24 <spawn.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible, glibc
31