view modules/posix_spawnattr_setflags @ 15070:221318b8a54e

random_r: Move AC_LIBOBJ invocations to module description. * m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and gl_PREREQ_RANDOM_R invocations from here... * modules/random_r (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 17:50:27 +0200
parents f7f11056a86e
children
line wrap: on
line source

Description:
posix_spawnattr_setflags() function: specify bitmask of attributes for child
process.

Files:
lib/spawnattr_setflags.c
m4/posix_spawn.m4

Depends-on:
spawn

configure.ac:
gl_POSIX_SPAWN
if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
  AC_LIBOBJ([spawnattr_setflags])
fi
gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setflags])

Makefile.am:

Include:
<spawn.h>

License:
LGPLv2+

Maintainer:
Bruno Haible, glibc