view modules/wait-process @ 15142:5d4def55e128

wcscat: Move AC_LIBOBJ invocations to module description. * m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here... * modules/wcscat (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:08:09 +0200
parents d214c42cc3fe
children
line wrap: on
line source

Description:
Waiting for a subprocess to finish.

Files:
lib/wait-process.h
lib/wait-process.c
m4/wait-process.m4
m4/sig_atomic_t.m4

Depends-on:
fatal-signal
error
xalloc
gettext-h
stdbool
stdlib
sys_wait
unistd
atexit
waitpid

configure.ac:
gl_WAIT_PROCESS

Makefile.am:
lib_SOURCES += wait-process.h wait-process.c

Include:
"wait-process.h"

License:
GPL

Maintainer:
Bruno Haible