aboutsummaryrefslogtreecommitdiff
path: root/m4/nx-macros.m4
Commit message (Collapse)AuthorAgeFilesLines
* nxproxy: fix spelling errors as reported by codespellUlrich Sibiller2018-05-241-4/+4
|
* m4/nx-macros.m4: add NX_TARGET_USE_ELF macro, setting TARGET_ELF automake ↵Mihai Moldovan2018-02-251-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 Moldovan2017-12-161-0/+18
|
* Convert nx-X11/lib/ build flow from imake to autotools.Mike Gabriel2017-08-251-0/+47
|
* m4/nx-macros.m4: Add NX_STRICT_OPTION and NX_DEFAULT_OPTIONS macros ↵Mike Gabriel2017-08-111-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 Gabriel2017-08-081-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 Gabriel2017-07-261-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 Gabriel2017-07-121-0/+314
configure.in files.