annotate modules/csharpexec-script @ 17431:744044c581c4

getcwd-lgpl: port to Tru64 * lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc. Problem reported by Steven M. Schweda in <http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jun 2013 19:52:46 -0700
parents 1c6d7f8aff91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7887
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Script to execute a C# program.
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 build-aux/csharpexec.sh.in
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/csharpexec.m4
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/csharp.m4
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
7895
1c6d7f8aff91 revert unwanted commit
Paolo Bonzini <bonzini@gnu.org>
parents: 7894
diff changeset
13 AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
7887
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 License:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 GPLed build tool
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Maintainer:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Bruno Haible