+2007-01-16 Bruno Haible <bruno@clisp.org>
+
+ * modules/csharpexec-script: New, created from...
+ * modules/csharpexec: ... this.
+
2007-01-16 Paolo Bonzini <bonzini@gnu.org>
* modules/javaexec-script: New, created from...
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
xallocsa
error
gettext-h
+csharpexec-script
configure.ac:
-# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
-AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
Makefile.am:
DEFS += -DEXEEXT=\"$(EXEEXT)\"
--- /dev/null
+Description:
+Script to execute a C# program.
+
+Files:
+build-aux/csharpexec.sh.in
+m4/csharpexec.m4
+m4/csharp.m4
+
+Depends-on:
+
+configure.ac:
+# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
+AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
+
+Makefile.am:
+
+Include:
+
+License:
+GPLed build tool
+
+Maintainer:
+Bruno Haible