Mercurial > hg > octave-kai > gnulib-hg
annotate modules/javaversion @ 8054:aa8abb5db935
Enforce the use of gnulib modules for unportable <string.h> functions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 01 Feb 2007 00:29:52 +0000 |
parents | 6a764f23e302 |
children | 5be0c314f2f8 |
rev | line source |
---|---|
7018 | 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 pipe | |
14 wait-process | |
15 getline | |
16 gettext-h | |
7324 | 17 configmake |
7018 | 18 |
19 configure.ac: | |
20 | |
21 Makefile.am: | |
22 lib_SOURCES += javaversion.h javaversion.c | |
7089
537f18903d33
Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.
Bruno Haible <bruno@clisp.org>
parents:
7082
diff
changeset
|
23 pkgdata_DATA += javaversion.class |
7018 | 24 |
25 Include: | |
26 "javaversion.h" | |
27 | |
28 License: | |
29 GPL | |
30 | |
31 Maintainer: | |
32 Bruno Haible | |
33 |