view modules/posix_spawnattr_setflags @ 15187:8f6c698d0789

crc: Move AC_LIBOBJ invocations to module description. * m4/crc.m4: Remove file. * modules/crc (Files): Remove it. (configure.ac): Remove gl_CRC call. (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 22:51:09 +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