1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/posix_spawn
Bruno Haible b7f31973b5 posix_spawn*: Move AC_LIBOBJ invocations to module description.
* 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.
2011-06-16 00:06:37 +02:00

32 lines
506 B
Plaintext

Description:
posix_spawn() function: create a child process.
Files:
lib/spawn.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([spawn])
AC_LIBOBJ([spawni])
gl_PREREQ_POSIX_SPAWN_INTERNAL
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawn])
Makefile.am:
Include:
<spawn.h>
License:
LGPLv2+
Maintainer:
Bruno Haible, glibc