New module 'csharpexec'.
[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 m4/csharpexec.m4
9 m4/csharp.m4
10
11 Depends-on:
12 stdbool
13 execute
14 classpath
15 xsetenv
16 sh-quote
17 xalloc
18 xallocsa
19 error
20 gettext
21
22 configure.ac:
23 gt_CSHARPEXEC
24
25 Makefile.am:
26 DEFS += -DEXEEXT=\"$(EXEEXT)\"
27 lib_SOURCES += csharpexec.h csharpexec.c
28 EXTRA_DIST += csharpexec.sh.in
29
30 Include:
31 "csharpexec.h"
32
33 License:
34 GPL
35
36 Maintainer:
37 Bruno Haible
38