af_alg: minor style improvements
[gnulib.git] / modules / posix_spawnp
blobd9ef2ecafa0c668c2723f0353ee85dfeb17340a2
1 Description:
2 posix_spawnp() function: create a child process.
4 Files:
5 lib/spawnp.c
6 m4/posix_spawn.m4
8 Depends-on:
9 spawn
10 posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawnp])
16   AC_LIBOBJ([spawni])
17   gl_PREREQ_POSIX_SPAWN_INTERNAL
19 gl_SPAWN_MODULE_INDICATOR([posix_spawnp])
21 Makefile.am:
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc