altosui: Need to have JVM include path substituted into libaltos Makefile
authorKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 00:49:37 +0000 (17:49 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 10 Sep 2010 00:57:13 +0000 (17:57 -0700)
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 <keithp@keithp.com>
configure.ac

index d376af3f6dc66826f521bbffd49afc70146adb08..61c03b183c40d9b3191749b6155cb3062b34a3be 100644 (file)
@@ -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