THRIFT-450. java: Propagate CLASSPATH from ./configure to make and ant
authorDavid Reiss <dreiss@apache.org>
Fri, 22 May 2009 19:50:33 +0000 (19:50 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 22 May 2009 19:50:33 +0000 (19:50 +0000)
commitfff84d1466d1848cc19054a56f1d4dc91f6d8326
tree3f24afe93a73323775aebf4bfc31ad936b4635cf
parent089164a2e9ad58d44c7e841e25f02360fe8bd047
THRIFT-450. java: Propagate CLASSPATH from ./configure to make and ant

- Put "AC_SUBST(CLASSPATH)" configure.ac so the CLASSPATH used to run
  ./configure is passed in to make.
- Put "export CLASSPATH" in lib/java/Makefile.am so that the CLASSPATH
  passed to make is passed to ant.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@777678 13f79535-47bb-0310-9956-ffa450edef68
configure.ac
lib/java/Makefile.am