summaryrefslogtreecommitdiff
path: root/autoconf/m4
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: update check for gcc inlinesH. Peter Anvin (Intel)2019-08-161-1/+1
| | | | | | | Old versions of gcc didn't define either __GNUC_STDC_INLINE__ or __GNUC_GNU_INLINE__, but imply the latter. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
* config.h: separate function and function pointer attributes; automateH. Peter Anvin (Intel)2019-08-163-5/+71
| | | | | | | | | | | | Separate out function and function pointer attributes, as not all versions of all compilers support both. Have macros related to function attributes auto-generated by autoheader. As a result, rename config.h.in to unconfig.h, to make it more obvious that it is really intended to be included from some C programs. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
* fix pa_add_headers.m4 for development versions of autoconf (bug 3392471)Ozkan Sezer2019-08-071-1/+2
| | | | Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
* build: Add missing PA_ADD_LDFLAGS helperCyrill Gorcunov2018-12-231-0/+9
| | | | | | Fixes b0121dc312a83ab4912769e36c9f2cbe9493545d Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
* autoconf: use librarized autoconf setupH. Peter Anvin2018-12-2212-0/+191
I have been setting up a cross-project librarized autoconf setup; use it for NASM as well. Signed-off-by: H. Peter Anvin <hpa@zytor.com>