THRIFT-300. A reimplementation of ax_java
authorDavid Reiss <dreiss@apache.org>
Fri, 13 Mar 2009 21:25:29 +0000 (21:25 +0000)
committerDavid Reiss <dreiss@apache.org>
Fri, 13 Mar 2009 21:25:29 +0000 (21:25 +0000)
commitd9cdf42ec5edce6572265240276bce013d9b3ebc
tree600e88eef97b28230fee8e3be0103205e5d71463
parent42336c19b2a34708feb4bcddd5cde083cabb0d0d
THRIFT-300. A reimplementation of ax_java

Completely replace ax_java.m4 with ax_javac_and_java, which is
a clean-room implementation of an autoconf macro to detect Java.
It has some limitations compared to the ax_java macros in
The Autoconf Macro archive, but it has two key advantages.
It is not GPL-licensed.  It doesn't abort configure if Java is
not found.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@753428 13f79535-47bb-0310-9956-ffa450edef68
aclocal/ax_java.m4 [deleted file]
aclocal/ax_javac_and_java.m4 [new file with mode: 0644]
configure.ac