From 1e4c18777d982061f5e507a4d4f4f1cd4d685268 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 9 Sep 2010 17:49:37 -0700 Subject: [PATCH] altosui: Need to have JVM include path substituted into libaltos Makefile The libaltos Makefile needs to find the relevant jni.h file, which is found in the JVM_INCLUDE path, all nicely located by the configure.ac script. Signed-off-by: Keith Packard --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index d376af3f..61c03b18 100644 --- a/configure.ac +++ b/configure.ac @@ -56,6 +56,8 @@ if test "x$JVM_INCLUDE" = "xauto"; then AC_MSG_RESULT([$JVM_INCLUDE]) fi +AC_SUBST(JVM_INCLUDE) + AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S -- 2.30.2