readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / javaexec
blobe54dcffd228554fa650f99e34b354fc6d8ca5345
1 Description:
2 Execute a Java program.
4 Files:
5 lib/javaexec.h
6 lib/javaexec.c
8 Depends-on:
9 stdbool
10 execute
11 classpath
12 xsetenv
13 sh-quote
14 xconcat-filename
15 xalloc
16 xmalloca
17 error
18 gettext-h
19 javaexec-script
20 sh-filename
22 configure.ac:
24 Makefile.am:
25 DEFS += -DEXEEXT=\"@EXEEXT@\"
26 lib_SOURCES += javaexec.h javaexec.c
28 Include:
29 "javaexec.h"
31 Link:
32 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
33 $(MBRTOWC_LIB)
34 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
35 $(LIBTHREAD)
37 License:
38 GPL
40 Maintainer:
41 all