Mercurial > hg > octave-jordi > gnulib-hg
view modules/javaexec @ 7084:901806ac9d51
Comment out macro invocation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 31 Jul 2006 14:44:16 +0000 |
parents | 4c0b2f2f590e |
children | 76f9d13945cd |
line wrap: on
line source
Description: Execute a Java program. Files: build-aux/javaexec.sh.in lib/javaexec.h lib/javaexec.c m4/javaexec.m4 Depends-on: stdbool execute classpath xsetenv sh-quote pathname xalloc xallocsa error gettext-h configure.ac: # You need to invoke gt_JAVAEXEC yourself, possibly with arguments. AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in]) Makefile.am: DEFS += -DEXEEXT=\"$(EXEEXT)\" lib_SOURCES += javaexec.h javaexec.c Include: "javaexec.h" License: GPL Maintainer: Bruno Haible