summaryrefslogtreecommitdiff
path: root/aclocal/ax_javac_and_java.m4
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-4232 ./configure does bad ant version checkNasko Vasilev2017-09-211-1/+1
| | | | This closes #1354
* THRIFT-3271 "Could not find or load main class configtest_ax_javac_and_java" ↵Jens Geyer2015-07-271-0/+8
| | | | | | | | | on some non-english systems Client: Build process / Java Patch: Jens Geyer This closes #565
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
| | | | | | | Client: All Patch: Anatol Pomozov This closes #281
* Thrift-731: configure doesn't check for ant >= 1.7Jake Farrell2011-05-251-0/+14
| | | | | | | | | | | | Client: java, build process Patch: Harlan Lieberman-Berg, Jake Farrell Adds a configure check to verify that the current version of ant is >= 1.7 otherwise sets WITH_JAVA to no. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1127686 13f79535-47bb-0310-9956-ffa450edef68
* Extend ax_javac_and_java.m4 to test for specific classesDavid Reiss2009-05-121-5/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@774130 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-294. Remove @author tagsBryan Duxbury2009-03-201-1/+0
| | | | | | | | They're gone. Don't add any new ones! git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@756307 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-300. A reimplementation of ax_javaDavid Reiss2009-03-131-0/+85
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