summaryrefslogtreecommitdiff
path: root/aclocal/ax_boost_base.m4
Commit message (Collapse)AuthorAgeFilesLines
* Update a couple of our m4 files for autoconfJames E. King III2018-12-171-3/+3
|
* THRIFT-4295: rework the docker build images, updating them and tuning the ↵James E. King, III2017-09-041-109/+138
| | | | | | travis builds This closes #1340
* THRIFT-2127: Autoconf scripting does not properly account for cross-compilejfarrell2014-10-081-2/+2
| | | | | | | Client: build Patch: Frank Earl Updated patch to add lt_sysroot to help with cross-compiling
* THRIFT-1771 "make check" fails on x64 for libboost_unit_test_framework.aRoger Meier2014-05-111-170/+235
| | | | | update ax_boost_base.m4 from http://www.gnu.org/software/autoconf-archive/ Patch: Roger Meier
* Thrift-1680:Make install requires GNU makeJake Farrell2012-09-291-1/+1
| | | | | | | | | | | Client: build patch: Jake Farrell Updates boost and libevent configure messages, updates thrift help to display error and smaller message, moves help to --help or -help and takes care of // TODO(dreiss): Delete these when everyone is using the new hotness. Welcome to the new hotness everyone. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1391705 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-953: Fix compilation of TransportTest.cpp on Mac (actual tests still ↵Christian Lavoie2010-11-041-0/+8
| | | | | | fail) and fix boost m4 macros for Mac. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1031148 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-507. Only use Boost for building the C++ libraryDavid Reiss2010-08-311-2/+3
| | | | | | | | - Make AX_BOOST_BASE warn instead of fataling if Boost is not found. - If Boost is not found, disable compilation of the C++ library. - Do not use CPPFLAGS or LDFLAGS from Boost when building the compiler. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991253 13f79535-47bb-0310-9956-ffa450edef68
* Update to the latest version of AX_BOOST_BASE.David Reiss2008-03-261-26/+38
| | | | | | | It now has the license right in the file. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665583 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Revamp build to use a single configure.ac.David Reiss2007-12-281-0/+186
Summary: Ben Maurer suggested that it would make sense for Thrift to build as a single project, with one configure.ac and multiple Makefile.am. He was also kind enough to do the heavy lifting, and this commit is the application of his patch (with minor modifications). The most significant visible change from this diff is that in order to buidl one of the thrift sub-projects (i.e.: the compiler, the C++ library, or the Python library) you must run bootstrap.sh and configure in the Thrift root, then make in the specific project. Users who want to build and install the Python library but can't run configure because they don't have Boost can simply run setup.py directly. Reviewed By: mcslee Test Plan: Built Thrift from scratch. Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665409 13f79535-47bb-0310-9956-ffa450edef68