Mercurial > hg > octave-kai > gnulib-hg
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 |
rev | line source |
---|---|
7887 | 1 Description: |
2 Script to execute a C# program. | |
3 | |
4 Files: | |
5 build-aux/csharpexec.sh.in | |
6 m4/csharpexec.m4 | |
7 m4/csharp.m4 | |
8 | |
9 Depends-on: | |
10 | |
11 configure.ac: | |
12 # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments. | |
7895 | 13 AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in]) |
7887 | 14 |
15 Makefile.am: | |
16 | |
17 Include: | |
18 | |
19 License: | |
20 GPLed build tool | |
21 | |
22 Maintainer: | |
23 Bruno Haible |