* srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
[gnulib.git] / modules / javacomp
1 Description:
2 Compile a Java program.
3
4 Files:
5 lib/javacomp.h
6 lib/javacomp.c
7 lib/javacomp.sh.in
8 m4/javacomp.m4
9
10 Depends-on:
11 stdbool
12 xallocsa
13 execute
14 pipe
15 wait-process
16 classpath
17 xsetenv
18 sh-quote
19 safe-read
20 xalloc
21 error
22 gettext-h
23
24 configure.ac:
25 gt_JAVACOMP
26
27 Makefile.am:
28 lib_SOURCES += javacomp.h javacomp.c
29 EXTRA_DIST += javacomp.sh.in
30
31 Include:
32 "javacomp.h"
33
34 License:
35 GPL
36
37 Maintainer:
38 Bruno Haible
39