gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / csharpexec
blobcb30c938fb4e0152d6ffa2bfc6c3eeca1cf1a771
1 Description:
2 Execute a C# program.
4 Files:
5 lib/csharpexec.h
6 lib/csharpexec.c
7 lib/classpath.h
8 lib/classpath.c
10 Depends-on:
11 stdbool
12 execute
13 xsetenv
14 sh-quote
15 xalloc
16 xmalloca
17 error
18 gettext-h
19 csharpexec-script
21 configure.ac:
23 Makefile.am:
24 DEFS += -DEXEEXT=\"@EXEEXT@\"
25 lib_SOURCES += csharpexec.h csharpexec.c
27 Include:
28 "csharpexec.h"
30 Link:
31 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
32 $(MBRTOWC_LIB)
33 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
34 $(LIBTHREAD)
36 License:
37 GPL
39 Maintainer:
40 all