Merge commit 'stable/20110609'
[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   gl_POSIX_SPAWN_INTERNAL
17 fi
18 gl_SPAWN_MODULE_INDICATOR([posix_spawn])
19
20 Makefile.am:
21
22 Include:
23 <spawn.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Bruno Haible, glibc
30