# HG changeset patch # User Bruno Haible # Date 1133530619 0 # Node ID e0434cf9e69de84cba422876d2fcb10c92a6c9fa # Parent 78465468f8a898301b44d8e75bf000cdf799367a Build tool portion of csharpcomp. diff --git a/modules/csharpcomp-script b/modules/csharpcomp-script new file mode 100644 --- /dev/null +++ b/modules/csharpcomp-script @@ -0,0 +1,21 @@ +Description: +Script to compile a C# program. + +Files: +lib/csharpcomp.sh.in +m4/csharpcomp.m4 +m4/csharp.m4 + +Depends-on: + +configure.ac: +gt_CSHARPCOMP + +Makefile.am: +EXTRA_DIST += csharpcomp.sh.in + +License: +GPLed build tool + +Maintainer: +Bruno Haible