blob: bf1a47be3810c55b11b5de59a5225fb16f40bd40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Description:
Determine the Java version supported by javaexec.
Files:
lib/javaversion.h
lib/javaversion.c
lib/javaversion.java
lib/javaversion.class
Depends-on:
javaexec
stdbool
spawn-pipe
wait-process
getline
gettext-h
configmake
configure.ac:
Makefile.am:
lib_SOURCES += javaversion.h javaversion.c
pkgdata_DATA += javaversion.class
Include:
"javaversion.h"
License:
GPL
Maintainer:
Bruno Haible
|