gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / modules / csharpexec
index 7ca7ce1..69e0c70 100644 (file)
@@ -2,13 +2,10 @@ Description:
 Execute a C# program.
 
 Files:
-build-aux/csharpexec.sh.in
 lib/csharpexec.h
 lib/csharpexec.c
 lib/classpath.h
 lib/classpath.c
-m4/csharpexec.m4
-m4/csharp.m4
 
 Depends-on:
 stdbool
@@ -16,18 +13,16 @@ execute
 xsetenv
 sh-quote
 xalloc
-xallocsa
+xmalloca
 error
 gettext-h
+csharpexec-script
 
 configure.ac:
-gt_CSHARPEXEC
-AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
 
 Makefile.am:
-DEFS += -DEXEEXT=\"$(EXEEXT)\"
+DEFS += -DEXEEXT=\"@EXEEXT@\"
 lib_SOURCES += csharpexec.h csharpexec.c
-EXTRA_DIST += classpath.h classpath.c
 
 Include:
 "csharpexec.h"