bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: no separate javaexec-script module?


From: Bruno Haible
Subject: Re: no separate javaexec-script module?
Date: Tue, 16 Jan 2007 14:17:53 +0100
User-agent: KMail/1.9.1

Thanks for this patch. I've applied a similar one for C# (in case Bison
also wants to generate a C# skeleton).

2007-01-16  Bruno Haible  <address@hidden>

        * modules/csharpexec-script: New, created from...
        * modules/csharpexec: ... this.

--- modules/csharpexec  13 Oct 2006 12:40:23 -0000      1.7
+++ modules/csharpexec  16 Jan 2007 13:19:41 -0000
@@ -2,13 +2,10 @@
 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
@@ -19,10 +16,9 @@
 xallocsa
 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)\"
=========================== modules/csharpexec-script =========================
Description:
Script to execute a C# program.

Files:
build-aux/csharpexec.sh.in
m4/csharpexec.m4
m4/csharp.m4

Depends-on:

configure.ac:
# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])

Makefile.am:

Include:

License:
GPLed build tool

Maintainer:
Bruno Haible




reply via email to

[Prev in Thread] Current Thread [Next in Thread]