Support programs like Emacs that use gnulib but not gettext.
[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
10 Depends-on:
11 error
12 exit
13 fatal-signal
14 wait-process
15 gettext-h
16 stdbool
17 strpbrk
18
19 configure.ac:
20 gl_EXECUTE
21
22 Makefile.am:
23 lib_SOURCES += execute.h execute.c w32spawn.h
24
25 Include:
26 "execute.h"
27
28 License:
29 GPL
30
31 Maintainer:
32 Bruno Haible