Update and improve help for --without-included-regex.
[gnulib.git] / modules / wait-process
1 Description:
2 Waiting for a subprocess to finish.
3
4 Files:
5 lib/wait-process.h
6 lib/wait-process.c
7 m4/wait-process.m4
8 m4/sig_atomic_t.m4
9
10 Depends-on:
11 fatal-signal
12 error
13 exit
14 xalloc
15 gettext-h
16 stdbool
17 sys_wait
18 unistd
19 atexit
20
21 configure.ac:
22 gl_WAIT_PROCESS
23
24 Makefile.am:
25 lib_SOURCES += wait-process.h wait-process.c
26
27 Include:
28 "wait-process.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Bruno Haible
35