mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB. All uses changed. * NEWS: Mention the change.
40 lines
393 B
Plaintext
40 lines
393 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"
|
|
|
|
Link:
|
|
$(MBRTOWC_LIB)
|
|
$(LIBTHREAD)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|