Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/javaversion @ 17448:b3516a31a386
regex: port to --with-included-regex --enable-gcc-warnings non-threaded
* lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid
gcc warnings in the non-threaded case. Reported by Charlie Brown in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Jul 2013 11:35:01 -0700 (2013-07-09) |
parents | 5be0c314f2f8 |
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: | |
32 Bruno Haible | |
33 |