mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
* m4/sh-filename.m4: New file. * modules/sh-filename: New file. * lib/spawni.c (_PATH_BSHELL): Use BOURNE_SHELL instead of hardcoding "/bin/sh". * tests/test-posix_spawn1.c (main): Likewise. * tests/test-posix_spawn2.c (main): Likewise. * lib/javacomp.c (compile_using_envjavac, is_envjavac_gcj, is_envjavac_gcj43): Likewise. * lib/javaexec.c (execute_java_class): Likewise. * modules/posix_spawn-internal (Depends-on): Add sh-filename. * modules/posix_spawnp-tests (Depends-on): Likewise. * modules/javacomp (Depends-on): Likewise. * modules/javaexec (Depends-on): Likewise.
36 lines
358 B
Plaintext
36 lines
358 B
Plaintext
Description:
|
|
Execute a Java program.
|
|
|
|
Files:
|
|
lib/javaexec.h
|
|
lib/javaexec.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
execute
|
|
classpath
|
|
xsetenv
|
|
sh-quote
|
|
xconcat-filename
|
|
xalloc
|
|
xmalloca
|
|
error
|
|
gettext-h
|
|
javaexec-script
|
|
sh-filename
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
|
lib_SOURCES += javaexec.h javaexec.c
|
|
|
|
Include:
|
|
"javaexec.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|