Avoid some possibly wrong configure test results.
[gnulib.git] / modules / javacomp
blobd93cde52e313d579ab8da54eed5280a2051c5201
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 spawn-pipe
14 wait-process
15 classpath
16 xsetenv
17 sh-quote
18 binary-io
19 open
20 safe-read
21 xalloc
22 xmalloca
23 getline
24 xconcat-filename
25 fwriteerror
26 fopen-gnu
27 clean-temp
28 stat
29 error
30 xvasprintf
31 verify
32 c-strstr
33 gettext-h
34 javacomp-script
35 sh-filename
37 configure.ac:
39 Makefile.am:
40 lib_SOURCES += javacomp.h javacomp.c
42 Include:
43 "javacomp.h"
45 Link:
46 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
47 $(MBRTOWC_LIB)
48 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
49 $(GETRANDOM_LIB)
50 $(LIBTHREAD)
52 License:
53 GPL
55 Maintainer:
56 all