doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / javacomp
index 4a483c2..6cb6845 100644 (file)
@@ -4,29 +4,35 @@ Compile a Java program.
 Files:
 lib/javacomp.h
 lib/javacomp.c
-lib/javacomp.sh.in
-m4/javacomp.m4
 
 Depends-on:
 stdbool
-xallocsa
+unistd
+javaversion
 execute
-pipe
+spawn-pipe
 wait-process
 classpath
 xsetenv
 sh-quote
+binary-io
 safe-read
 xalloc
+xmalloca
+getline
+xconcat-filename
+fwriteerror
+clean-temp
 error
+xvasprintf
+c-strstr
 gettext-h
+javacomp-script
 
 configure.ac:
-gt_JAVACOMP
 
 Makefile.am:
 lib_SOURCES += javacomp.h javacomp.c
-EXTRA_DIST += javacomp.sh.in
 
 Include:
 "javacomp.h"