Mercurial > hg > octave-shane > gnulib-hg
view modules/posix_spawn_file_actions_addopen @ 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 | 1f810b97845d |
line wrap: on
line source
Description: posix_spawn_file_actions_addopen() function: augment a child process actions specification. Files: lib/spawn_faction_addopen.c lib/spawn_int.h m4/posix_spawn.m4 Depends-on: spawn getdtablesize [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_faction_addopen]) fi gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_addopen]) Makefile.am: Include: <spawn.h> License: LGPLv2+ Maintainer: Bruno Haible, glibc