unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / modules / posix_spawn-internal
blob920b4c4ead106117a778f554a98d39f36220d4e2
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
19 configure.ac:
20 gl_POSIX_SPAWN
21 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
22   AC_LIBOBJ([spawni])
23   gl_PREREQ_POSIX_SPAWN_INTERNAL
26 Makefile.am:
28 Include:
30 License:
31 LGPLv2+
33 Maintainer:
34 glibc