mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* modules/csharpcomp-script, modules/csharpexec-script, modules/javacomp-script, modules/javaexec-script: Add chmod +x in the configure.ac section.
24 lines
339 B
Plaintext
24 lines
339 B
Plaintext
Description:
|
|
Execute a Java program.
|
|
|
|
Files:
|
|
build-aux/javaexec.sh.in
|
|
m4/javaexec.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
# You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
|
|
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in], [chmod +x javaexec.sh])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPLed build tool
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|