Support programs like Emacs that use gnulib but not gettext.
[gnulib.git] / modules / csharpexec
1 Description:
2 Execute a C# program.
3
4 Files:
5 lib/csharpexec.h
6 lib/csharpexec.c
7 lib/csharpexec.sh.in
8 lib/classpath.h
9 lib/classpath.c
10 m4/csharpexec.m4
11 m4/csharp.m4
12
13 Depends-on:
14 stdbool
15 execute
16 xsetenv
17 sh-quote
18 xalloc
19 xallocsa
20 error
21 gettext-h
22
23 configure.ac:
24 gt_CSHARPEXEC
25
26 Makefile.am:
27 DEFS += -DEXEEXT=\"$(EXEEXT)\"
28 lib_SOURCES += csharpexec.h csharpexec.c
29 EXTRA_DIST += csharpexec.sh.in classpath.h classpath.c
30
31 Include:
32 "csharpexec.h"
33
34 License:
35 GPL
36
37 Maintainer:
38 Bruno Haible