From 5e589da3fab3a9a67ccda117d65e2cdc4b6ef80e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 16 Jan 2007 13:22:24 +0000 Subject: [PATCH] New module 'csharpexec-script'. --- ChangeLog | 5 +++++ modules/csharpexec | 6 +----- modules/csharpexec-script | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 modules/csharpexec-script diff --git a/ChangeLog b/ChangeLog index 535bacd274..5795196267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-16 Bruno Haible + + * modules/csharpexec-script: New, created from... + * modules/csharpexec: ... this. + 2007-01-16 Paolo Bonzini * modules/javaexec-script: New, created from... diff --git a/modules/csharpexec b/modules/csharpexec index 61fcb673c9..f2e1721793 100644 --- a/modules/csharpexec +++ b/modules/csharpexec @@ -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 @@ -19,10 +16,9 @@ xalloc 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)\" diff --git a/modules/csharpexec-script b/modules/csharpexec-script new file mode 100644 index 0000000000..f34e8b3d83 --- /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 -- 2.30.2