Change OSRF_JAVA_DEPSDIR so building Java just works. user/dyrcona/java_depsdir
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 31 Oct 2012 14:21:18 +0000 (10:21 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 31 Oct 2012 14:21:18 +0000 (10:21 -0400)
commit4d745a321bca5ca77e428fc3ad605a045ecd7a12
tree73100763d2b21d9aa1d1ff3d45abe6d97865352f
parente64d3f81809718d0514039d9b8ef8174fdd85cec
Change OSRF_JAVA_DEPSDIR so building Java just works.

OSRF_JAVA_DEPSDIR was being set to /opt/java by configure without any
documentation to that effect. The src/java/deps.sh downloads the deps files
to src/java/deps. This means that you cannot just build java without either
copying the jars from src/java/deps or altering src/java/Makefile.

This edit changes the AC_SUBST call to replace OSRF_JAVA_DEPSDIR with deps,
so that you can at least build java without making any changes.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
configure.ac