csharpcomp*, csharpexec*: Remove support for pnet.
commit744e2d520d6f5cf93f1a9d2bc36b6a6d90f7ea95
authorBruno Haible <bruno@clisp.org>
Mon, 8 Oct 2018 23:44:07 +0000 (9 01:44 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 8 Oct 2018 23:45:47 +0000 (9 01:45 +0200)
tree679d80b883bddb263b8c64ef29720dcbb9a85f77
parentfd04e11fce4658e01685815c10060858ccf0bb25
csharpcomp*, csharpexec*: Remove support for pnet.

* m4/csharpcomp.m4 (gt_CSHARPCOMP): Don't test for cscc. Don't set
HAVE_CSCC.
* build-aux/csharpcomp.sh.in (options_cscc): Remove variable.
Don't test HAVE_CSCC.
* lib/csharpcomp.c (compile_csharp_using_pnet): Remove function.
(compile_csharp_class): Don't invoke it.
* m4/csharpexec.m4 (gt_CSHARPEXEC): Don't test for ilrun. Don't set
HAVE_ILRUN.
* build-aux/csharpexec.sh.in (options_ilrun): Remove variable.
Don't test HAVE_ILRUN.
* lib/csharpexec.c (execute_csharp_using_pnet): Remove function.
(execute_csharp_program): Don't invoke it.
* m4/csharp.m4 (gt_CSHARP_CHOICE): Don't recognize --enable-csharp=pnet
any more.
ChangeLog
build-aux/csharpcomp.sh.in
build-aux/csharpexec.sh.in
lib/csharpcomp.c
lib/csharpexec.c
m4/csharp.m4
m4/csharpcomp.m4
m4/csharpexec.m4