getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / posix_spawnattr_setpgroup
blob70f78684c1f6ad917a41e212892babd5051a7627
1 Description:
2 posix_spawnattr_setpgroup() function: specify process group for child process.
4 Files:
5 lib/spawnattr_setpgroup.c
6 m4/posix_spawn.m4
8 Depends-on:
9 spawn
11 configure.ac:
12 gl_POSIX_SPAWN
13 gl_CONDITIONAL([GL_COND_OBJ_SPAWNATTR_SETPGROUP],
14                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1])
15 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setpgroup])
17 Makefile.am:
18 if GL_COND_OBJ_SPAWNATTR_SETPGROUP
19 lib_SOURCES += spawnattr_setpgroup.c
20 endif
22 Include:
23 <spawn.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 glibc