warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / posix_spawnattr_getpgroup
blob38786ad5460b55cf8476d91cd671dbebfa5e932d
1 Description:
2 posix_spawnattr_getpgroup() function: get process group specified for child
3 process.
5 Files:
6 lib/spawnattr_getpgroup.c
7 m4/posix_spawn.m4
9 Depends-on:
10 spawn
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawnattr_getpgroup])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getpgroup])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 glibc