mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* m4/posix_spawn.m4 (gl_PREREQ_POSIX_SPAWN_INTERNAL): Renamed from gl_POSIX_SPAWN_INTERNAL. Move AC_LIBOBJ invocation from here... * modules/posix_spawn (configure.ac): ... to here. * modules/posix_spawnp (configure.ac): ... and here.
32 lines
510 B
Plaintext
32 lines
510 B
Plaintext
Description:
|
|
posix_spawnp() function: create a child process.
|
|
|
|
Files:
|
|
lib/spawnp.c
|
|
m4/posix_spawn.m4
|
|
|
|
Depends-on:
|
|
spawn
|
|
posix_spawn-internal [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1]
|
|
|
|
configure.ac:
|
|
gl_POSIX_SPAWN
|
|
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
|
|
AC_LIBOBJ([spawnp])
|
|
AC_LIBOBJ([spawni])
|
|
gl_PREREQ_POSIX_SPAWN_INTERNAL
|
|
fi
|
|
gl_SPAWN_MODULE_INDICATOR([posix_spawnp])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<spawn.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible, glibc
|
|
|