New module 'csharpexec-script'.
authorBruno Haible <bruno@clisp.org>
Tue, 16 Jan 2007 13:22:24 +0000 (13:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 16 Jan 2007 13:22:24 +0000 (13:22 +0000)
ChangeLog
modules/csharpexec
modules/csharpexec-script [new file with mode: 0644]

index 535bacd..5795196 100644 (file)
--- 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...
 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
 
        * modules/javaexec-script: New, created from...
index 61fcb67..f2e1721 100644 (file)
@@ -2,13 +2,10 @@ Description:
 Execute a C# program.
 
 Files:
 Execute a C# program.
 
 Files:
-build-aux/csharpexec.sh.in
 lib/csharpexec.h
 lib/csharpexec.c
 lib/classpath.h
 lib/classpath.c
 lib/csharpexec.h
 lib/csharpexec.c
 lib/classpath.h
 lib/classpath.c
-m4/csharpexec.m4
-m4/csharp.m4
 
 Depends-on:
 stdbool
 
 Depends-on:
 stdbool
@@ -19,10 +16,9 @@ xalloc
 xallocsa
 error
 gettext-h
 xallocsa
 error
 gettext-h
+csharpexec-script
 
 configure.ac:
 
 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)\"
 
 Makefile.am:
 DEFS += -DEXEEXT=\"$(EXEEXT)\"
diff --git a/modules/csharpexec-script b/modules/csharpexec-script
new file mode 100644 (file)
index 0000000..f34e8b3
--- /dev/null
@@ -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