summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Collapse)AuthorAgeFilesLines
* acinclude.m4: add local copy of PKG_CHECK_VARZdenek Kabelac2023-02-131-0/+18
| | | | | Just in case an old distro tries to autoreconf and doesn't come with newer pkg_ macros.
* [build] uncomment 'serial 3' in an m4 file.Joe Thornber2018-04-301-1/+1
| | | | Squashes another autoreconf warning
* configure: just move new macro to right fileZdenek Kabelac2016-12-131-0/+171
| | | | | aclocal is regenerated while acinclude is permanent. Move new macro to permanent file.
* configure: detect st_ctimZdenek Kabelac2015-03-181-0/+4
| | | | Check stat has nanosecond precision for ctim.
* configure: also LDFLAGS, not LDLAGS for proper restorePeter Rajnoha2013-12-041-1/+1
|
* configure: check compiler/linker support for RELRO and PIE optionsPeter Rajnoha2013-12-041-0/+21
| | | | Also, add AC_TRY_LDFLAGS m4 macro to help with checking ld flags.
* configure: check more compile flagsZdenek Kabelac2013-10-251-1/+0
| | | | Check for clobbered (and put few others into same league)
* configure: detect compiler flagZdenek Kabelac2013-10-251-0/+39
Use m4 macro AC_TRY_CCFLAG to detect presence of some compiler option. Use it to detect -Wjump-misses-init.