Mercurial > hg > octave-kai > gnulib-hg
annotate modules/csharpcomp @ 5965:cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
* MODULES.html.sh (Internationalization functions): Add gettext-h.
* modules/gettext-h: New file.
* modules/gettext (Files): Remove lib/gettext.h.
(Depends-on): Add gettext-h.
(Makefile.am): Remove lib_SOURCES.
* modules/argmatch, modules/c-stack, modules/closeout:
* modules/copy-file, modules/csharpcomp, modules/csharpexec:
* modules/execute, modules/file-type, modules/getaddrinfo:
* modules/getopt, modules/human, modules/javacomp:
* modules/javaexec, modules/mkdir-p, modules/obstack:
* modules/openat, modules/pagealign_alloc, modules/pipe:
* modules/quotearg, modules/regex, modules/rpmatch:
* modules/unicodeio, modules/userspec, modules/version-etc:
* modules/wait-process, modules/xalloc-die, modules/xmemcoll:
* modules/xsetenv:
Depend on gettext-h, not gettext.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 06 Jul 2005 15:58:47 +0000 |
parents | 3b9706263c44 |
children | 9e0ec6858ac9 |
rev | line source |
---|---|
5913 | 1 Description: |
2 Compile a C# program. | |
3 | |
4 Files: | |
5 lib/csharpcomp.h | |
6 lib/csharpcomp.c | |
7 lib/csharpcomp.sh.in | |
8 m4/csharpcomp.m4 | |
9 m4/csharp.m4 | |
10 | |
11 Depends-on: | |
12 stdbool | |
13 xallocsa | |
14 execute | |
15 pipe | |
16 wait-process | |
17 getline | |
18 sh-quote | |
19 safe-read | |
20 error | |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5913
diff
changeset
|
21 gettext-h |
5913 | 22 |
23 configure.ac: | |
24 gt_CSHARPCOMP | |
25 | |
26 Makefile.am: | |
27 lib_SOURCES += csharpcomp.h csharpcomp.c | |
28 EXTRA_DIST += csharpcomp.sh.in | |
29 | |
30 Include: | |
31 "csharpcomp.h" | |
32 | |
33 License: | |
34 GPL | |
35 | |
36 Maintainer: | |
37 Bruno Haible |