freopen-safer: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / csharpcomp
index c37b98371117bc88e5955d36b6e8e33412dd3a7f..853ad84ad15500626140ca3336c7dcd69e6ceb2c 100644 (file)
@@ -4,28 +4,25 @@ Compile a C# program.
 Files:
 lib/csharpcomp.h
 lib/csharpcomp.c
-lib/csharpcomp.sh.in
-m4/csharpcomp.m4
-m4/csharp.m4
 
 Depends-on:
 stdbool
-xallocsa
+xmalloca
 execute
-pipe
+spawn-pipe
 wait-process
 getline
 sh-quote
 safe-read
 error
 gettext-h
+memcmp
+csharpcomp-script
 
 configure.ac:
-gt_CSHARPCOMP
 
 Makefile.am:
 lib_SOURCES += csharpcomp.h csharpcomp.c
-EXTRA_DIST += csharpcomp.sh.in
 
 Include:
 "csharpcomp.h"