iconv-h: Fix module description.
[gnulib.git] / modules / posix_spawn-internal
blob2aeb019578a41a71b585a717113e8d551b4b8dba
1 Description:
2 posix_spawn internals.
4 Files:
5 lib/spawni.c
6 lib/spawn_int.h
7 m4/posix_spawn.m4
9 Depends-on:
10 spawn
11 alloca-opt
12 dup2
13 errno
14 open
15 sh-filename
16 strchrnul
17 unistd
18 filename        [test $HAVE_POSIX_SPAWN = 0]
19 concat-filename [test $HAVE_POSIX_SPAWN = 0]
20 findprog-in     [test $HAVE_POSIX_SPAWN = 0]
21 malloca         [test $HAVE_POSIX_SPAWN = 0]
22 windows-spawn   [test $HAVE_POSIX_SPAWN = 0]
24 configure.ac:
25 gl_POSIX_SPAWN
26 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
27   AC_LIBOBJ([spawni])
28   gl_PREREQ_POSIX_SPAWN_INTERNAL
31 Makefile.am:
33 Include:
35 License:
36 LGPLv2+
38 Maintainer:
39 glibc