repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
javaexec
blob
8322a4842b2cfeed93dce812070a3e10b0bc7ea0
1
Description:
2
Execute a Java program.
3
4
Files:
5
lib/javaexec.h
6
lib/javaexec.c
7
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
21
22
configure.ac:
23
24
Makefile.am:
25
DEFS += -DEXEEXT=\"@EXEEXT@\"
26
lib_SOURCES += javaexec.h javaexec.c
27
28
Include:
29
"javaexec.h"
30
31
Link:
32
$(LIB_MBRTOWC)
33
$(LIBTHREAD)
34
35
License:
36
GPL
37
38
Maintainer:
39
all