Mercurial > hg > octave-shane > gnulib-hg
annotate modules/csharpexec-script @ 16434:4f9beada6ccb
New module 'frexpf-ieee'.
* modules/frexpf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 15:08:36 +0100 |
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 |