X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcsharpexec;h=69e0c70f6c9f3f110870a71284144074e1d8c4ad;hb=56093e4d947bcc87bbc05ac3e8645509274f57b4;hp=7ca7ce19581bb9acc259bfe91d6d8c03db7fdf7b;hpb=f01f97dba7d40d2d703e6fc4b5225fef97a8a43f;p=gnulib.git diff --git a/modules/csharpexec b/modules/csharpexec index 7ca7ce195..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: -gt_CSHARPEXEC -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"