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