Set cut_dir properly, and add mode line for Emacs.
[gnulib/ericb.git] / modules / javacomp
blob3bc33b81fe3cfd56423dd2f9590a62c26636cf3d
1 Description:
2 Compile a Java program.
4 Files:
5 lib/javacomp.h
6 lib/javacomp.c
8 Depends-on:
9 stdbool
10 unistd
11 javaversion
12 execute
13 pipe
14 wait-process
15 classpath
16 xsetenv
17 sh-quote
18 binary-io
19 safe-read
20 xalloc
21 xmalloca
22 getline
23 xconcat-filename
24 fwriteerror
25 clean-temp
26 error
27 xvasprintf
28 c-strstr
29 gettext-h
30 javacomp-script
32 configure.ac:
34 Makefile.am:
35 lib_SOURCES += javacomp.h javacomp.c
37 Include:
38 "javacomp.h"
40 License:
41 GPL
43 Maintainer:
44 Bruno Haible