Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/javaversion @ 17833:e57fa2127ab9
unicase/locale-language-tests: fix LOCALE_FR test
* tests/unicase/test-locale-language.sh: Really use $LOCALE_FR for
a French locale with traditional encoding.
Reported by umerqayam in:
http://lists.gnu.org/archive/html/bug-libunistring/2014-12/msg00000.html
author | Daiki Ueno <ueno@gnu.org> |
---|---|
date | Fri, 12 Dec 2014 09:20:59 +0900 |
parents | 1f14c6dd175d |
children |
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 | |
13924
5be0c314f2f8
Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents:
7497
diff
changeset
|
13 spawn-pipe |
7018 | 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: | |
17713
1f14c6dd175d
Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents:
13924
diff
changeset
|
32 all |