mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
315 B
Plaintext
24 lines
315 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])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPLed build tool
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|