mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
34 lines
400 B
Plaintext
34 lines
400 B
Plaintext
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
|
|
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
|
|
|