summaryrefslogtreecommitdiff
path: root/aclocal/ax_lib_event.m4
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-3113 m4 C++11 macro issueGustavo Zacarias2015-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it cross-compile happy the hard way, there's no clean way. Make zlib version detection cross-compile happy. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Romain Naour <romain.naour@openwide.fr> autotools: update ax_cxx_compile_stdcxx_11.m4 to version 10 The ax_cxx_compile_stdcxx_11 macro bundled in thrift package is brocken [1] and out of date. Since Thrift actually doesn't use that particular C++11 feature, make C++11 support optional. [1] https://savannah.gnu.org/patch/index.php?8287 Fixes: [thrift] http://autobuild.buildroot.net/results/21e/21e3fff1e0d714f94ac7e621289d1a59bc02a05f/build-end.log [host-thrift] http://autobuild.buildroot.net/results/b89/b89ffc2bff699eb10bb6abd92369a43d4900354d/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> This closes: #462
* THRIFT-2127: Autoconf scripting does not properly account for cross-compilejfarrell2014-10-081-1/+1
| | | | | | | Client: build Patch: Frank Earl Updated patch to add lt_sysroot to help with cross-compiling
* 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-916 do not mix declarations and codeRoger Meier2011-08-041-2/+2
| | | | | | issue detected with -Werror git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1154040 13f79535-47bb-0310-9956-ffa450edef68
* Make ax_lib_event.m4 set a per-version variable on successDavid Reiss2009-07-291-0/+1
| | | | | | | This makes it a little bit easier to check for several versions of libevent and see which succeeded. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@799017 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-523. Make ax_lib_event.m4 work with newer versions of libeventDavid Reiss2009-07-291-2/+22
| | | | | | | | | libevent changed is minor version numbering scheme with version 1.4.0, and the simplistic comparison function used by ax_lib_event.m4 did not work with the new scheme. This patch introduced a more accurate comparison function that works with all existing versions of libevent. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@799016 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license statements to some autoconf macro filesDavid Reiss2009-03-301-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760216 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-271: allows build to locate libevent on osxT Jake Luciani2009-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@734878 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Revamp build to use a single configure.ac.David Reiss2007-12-281-0/+169
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