Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nx-xtrans.m4: reintroduce HAS_STICKY_DIR_BIT | Ulrich Sibiller | 2020-10-17 | 1 | -0/+11 |
| | | | | Fixes ArcticaProject/nx-libs#781 | ||||
* | m4/ax_pthread.m4: implement workaround for libtool bug #13550. | Mihai Moldovan | 2019-04-04 | 1 | -0/+37 |
| | | | | | | | Find the first available pthread library and use it together with the -pthread flag if the C compiler is set to GCC. Fixes: ArcticaProject/nx-libs#756 | ||||
* | m4/: update external macros from autoconf-archive. | Mihai Moldovan | 2019-04-04 | 2 | -40/+10 |
| | |||||
* | nxproxy: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -4/+4 |
| | |||||
* | m4/nx-macros.m4: add NX_TARGET_USE_ELF macro, setting TARGET_ELF automake ↵ | Mihai Moldovan | 2018-02-25 | 1 | -0/+17 |
| | | | | conditional if target compiler is generating ELF binaries. | ||||
* | Support building with legacy zlib versions that do not ship a pkg-config file. | Mihai Moldovan | 2017-12-16 | 1 | -0/+18 |
| | |||||
* | nxcomp/m4/ax_pthread.m4: move to top-level m4/ directory, use symlink. | Mihai Moldovan | 2017-10-27 | 1 | -0/+485 |
| | |||||
* | nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup ↵ | Mihai Moldovan | 2017-10-27 | 2 | -0/+1021 |
| | | | | | | | | | | 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. | ||||
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 2 | -0/+215 |
| | |||||
* | m4/nx-macros.m4: Add NX_STRICT_OPTION and NX_DEFAULT_OPTIONS macros ↵ | Mike Gabriel | 2017-08-11 | 1 | -0/+56 |
| | | | | (borrowed from X.org's xorg-macros.m4). | ||||
* | nxcomp/configure.ac: Don't rely on pkg-config alone when it comes to testing ↵ | Mike Gabriel | 2017-08-08 | 1 | -0/+18 |
| | | | | | | | | | | for presence of libjpeg shared lib and header files. Especially systems still using the IJG libjpeg implementation are likely to lack the libjpeg.pc file. . So this adds some alternative way of detecting if all libjpeg related build-dependencies are in place. | ||||
* | nxcomp/configure.ac,m4/nx-macros.m4,nxcomp/src/Socket.h: Use AC_CHECK_TYPES ↵ | Mike Gabriel | 2017-07-26 | 1 | -9/+0 |
| | | | | to detect if type 'in_addr_t' is available. | ||||
* | m4/nx-macros.m4: Add autotools macros derived from X.org and nxcomp* ↵ | Mike Gabriel | 2017-07-12 | 1 | -0/+314 |
configure.in files. |