view modules/javaversion @ 7324:9e3f92eb6ea2

Use the configmake module.
author Bruno Haible <bruno@clisp.org>
date Mon, 18 Sep 2006 13:08:56 +0000
parents 537f18903d33
children 6a764f23e302
line wrap: on
line source

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
EXTRA_DIST += javaversion.java javaversion.class
pkgdata_DATA += javaversion.class

Include:
"javaversion.h"

License:
GPL

Maintainer:
Bruno Haible