1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-05-13 15:13:36 +00:00
Files
gnulib/modules/javaexec
Bruno Haible c50044d684 mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB.
* m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB.
All uses changed.
* NEWS: Mention the change.
2023-01-07 18:06:51 +01:00

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