]> git.evergreen-ils.org Git - OpenSRF.git/commit
Change OSRF_JAVA_DEPSDIR so building Java just works.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 31 Oct 2012 14:21:18 +0000 (10:21 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 14 Dec 2012 20:05:37 +0000 (15:05 -0500)
commit6a2d71f9a20ca62be8c74479e6d77d07d03ddbb5
tree92d3abe4bac430f8249c0d3a82cf06ca4a747779
parentcd1280c3e6a8981255762ad01c7dac4cf4c76da5
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>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
configure.ac