glob: Declare variables at the very start of their scope.
[gnulib/ericb.git] / modules / posix_spawn
blob6bd7a4497d957d755765379c9f95577e309ba31a
1 Description:
2 posix_spawn() function: create a child process.
4 Files:
5 lib/spawn.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([spawn])
16   AC_LIBOBJ([spawni])
17   gl_PREREQ_POSIX_SPAWN_INTERNAL
19 gl_SPAWN_MODULE_INDICATOR([posix_spawn])
21 Makefile.am:
23 Include:
24 <spawn.h>
26 Link:
27 $(LIB_POSIX_SPAWN)
29 License:
30 LGPLv2+
32 Maintainer:
33 glibc