aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* nxproxy: use ax_pthread.m4.Mihai Moldovan2017-10-271-0/+11
| | | | | Works around libtool bug related to using both -nostdlib and -pthread (with the former dropping latter usage.)
* nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup ↵Mihai Moldovan2017-10-271-0/+6
| | | | | | | | | | optional C++11 support. Use AX_CXX_COMPILE_STDCXX(_11) from autotools archive. Note: should only be used in tandem. Make sure that each component either uses the C++11 ABI or none uses it. Mixing and matching libraries and binaries with different C++ ABIs might lead to weird errors.
* nx*/configure.ac: Use newly introduced macro NX_DEFAULT_OPTIONS instead of ↵Mike Gabriel2017-08-111-1/+1
| | | | NX_COMPILER_FLAGS.
* nxproxy/configure.ac: Have AC_LANG before NX_COMPILER_BRAND. Thanks to Ionic ↵Mike Gabriel2017-07-131-1/+1
| | | | for spotting this same flaw in nxcompshad.
* nxproxy: Switch to autoreconf.Mike Gabriel2017-07-121-0/+32
This also solves the last remnant of overlinking as described in GH issue #133. Fixes ArcticaProject/nx-libs#133.