changeset 7887:87ea438b0662

New module 'csharpexec-script'.
author Bruno Haible <bruno@clisp.org>
date Tue, 16 Jan 2007 13:22:24 +0000
parents 76f9d13945cd
children b6376840b47b
files ChangeLog modules/csharpexec modules/csharpexec-script
diffstat 3 files changed, 29 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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...
--- a/modules/csharpexec
+++ b/modules/csharpexec
@@ -2,13 +2,10 @@
 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
@@ -19,10 +16,9 @@
 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)\"
new file mode 100644
--- /dev/null
+++ b/modules/csharpexec-script
@@ -0,0 +1,23 @@
+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