Avoid some possibly wrong configure test results.
[gnulib.git] / modules / posix_spawn-internal
blob34a4aaa5f036d856e29aa7f06e822cc7cdf48072
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 free-posix      [test $HAVE_POSIX_SPAWN = 0]
22 malloca         [test $HAVE_POSIX_SPAWN = 0]
23 stdbool         [test $HAVE_POSIX_SPAWN = 0]
24 windows-spawn   [test $HAVE_POSIX_SPAWN = 0]
26 configure.ac:
27 gl_POSIX_SPAWN
28 gl_CONDITIONAL([GL_COND_OBJ_SPAWNI],
29                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1])
30 AM_COND_IF([GL_COND_OBJ_SPAWNI], [
31   gl_PREREQ_POSIX_SPAWN_INTERNAL
34 Makefile.am:
35 if GL_COND_OBJ_SPAWNI
36 lib_SOURCES += spawni.c
37 endif
39 Include:
41 License:
42 LGPLv2+
44 Maintainer:
45 glibc