Accept Bison's NEWS format.
[gnulib.git] / modules / execute
1 Description:
2 Creation of autonomous subprocesses.
3
4 Files:
5 lib/execute.h
6 lib/execute.c
7 lib/w32spawn.h
8 m4/execute.m4
9 m4/posix_spawn.m4
10
11 Depends-on:
12 error
13 exit
14 fatal-signal
15 wait-process
16 gettext-h
17 stdbool
18 strpbrk
19 unistd
20 environ
21
22 configure.ac:
23 gl_EXECUTE
24
25 Makefile.am:
26 lib_SOURCES += execute.h execute.c w32spawn.h
27
28 Include:
29 "execute.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Bruno Haible