X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcsharpexec;h=69e0c70f6c9f3f110870a71284144074e1d8c4ad;hb=5bfd96668f76dfc827930b1f3fb610be20676d3a;hp=d86d2687114f71faee1961c665c56b6662d0a766;hpb=0cfb69c89ce7afd778f76377154723edea085748;p=gnulib.git diff --git a/modules/csharpexec b/modules/csharpexec index d86d26871..69e0c70f6 100644 --- a/modules/csharpexec +++ b/modules/csharpexec @@ -2,13 +2,10 @@ Description: Execute a C# program. Files: -build-aux/csharpexec.sh.in lib/csharpexec.h lib/csharpexec.c lib/classpath.h lib/classpath.c -m4/csharpexec.m4 -m4/csharp.m4 Depends-on: stdbool @@ -16,18 +13,16 @@ execute xsetenv sh-quote xalloc -xallocsa +xmalloca error gettext-h +csharpexec-script configure.ac: -# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments. -AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in]) Makefile.am: -DEFS += -DEXEEXT=\"$(EXEEXT)\" +DEFS += -DEXEEXT=\"@EXEEXT@\" lib_SOURCES += csharpexec.h csharpexec.c -EXTRA_DIST += classpath.h classpath.c Include: "csharpexec.h"