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