summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Release libbsd 0.11.30.11.3Guillem Jover1-1/+1
2021-02-09Switch libmd wrapper to use dlsym()Guillem Jover1-3/+7
2021-02-09build: Use a single variable to track libraries to link againstGuillem Jover1-4/+6
2021-02-09build: Fix message digest library checksGuillem Jover1-3/+10
2021-02-08Release libbsd 0.11.20.11.2Guillem Jover1-1/+1
2021-02-07Release libbsd 0.11.10.11.1Guillem Jover1-1/+1
2021-02-07Release libbsd 0.11.00.11.0Guillem Jover1-1/+1
2021-02-07Use libmd hashing function implementations instead of embedding our ownGuillem Jover1-0/+11
2021-02-07Import pwcache module from OpenBSDGuillem Jover1-1/+1
2020-12-21build: Detect support for --version-script in ldGuillem Jover1-0/+19
2019-08-08Release libbsd 0.10.00.10.0Guillem Jover1-2/+2
2019-08-08build: Detect Windows/MinGW at configure timeAaron Dierking1-0/+5
2019-08-08build: Use __register_atfork() only if really availableGuillem Jover1-0/+17
2019-08-07build: Fix check for clock_gettime() within librtGuillem Jover1-1/+5
2018-06-18Protect C language extensions with two leading and trailing underscoresGuillem Jover1-1/+1
2018-06-18Don't require <grp.h>Aaron Dierking1-1/+1
2018-05-22Release libbsd 0.9.10.9.1Guillem Jover1-1/+1
2018-05-21Release libbsd 0.9.00.9.0Guillem Jover1-2/+2
2018-01-13Release libbsd 0.8.70.8.7Guillem Jover1-1/+1
2017-07-17Release libbsd 0.8.60.8.6Guillem Jover1-1/+1
2017-06-24Release libbsd 0.8.50.8.5Guillem Jover1-1/+1
2017-06-19Release libbsd 0.8.40.8.4Guillem Jover1-1/+1
2017-06-09build: Match any glibc and musl ABIs on the host_os AS_CASEGuillem Jover1-2/+2
2017-06-09build: Quote the arguments to AC_CONDITIONALGuillem Jover1-1/+1
2017-06-09build: Move AC_TYPE_UID_T close to the other AC_TYPE_* checksGuillem Jover1-1/+1
2017-06-09build: Move configure.ac comment into actual AC_CASEGuillem Jover1-1/+1
2017-06-09build: Use src/strlcpy.c in AC_CONFIG_SRCDIRGuillem Jover1-1/+1
2017-06-05Do not provide funopen() on muslGuillem Jover1-1/+5
2017-06-05Fix the __progname check to avoid the optimizer discarding the symbolGuillem Jover1-3/+2
2016-04-23Release libbsd 0.8.30.8.3Guillem Jover1-1/+1
2016-02-13build: Support clock_gettime() provided in librtGuillem Jover1-0/+10
2016-01-27Release libbsd 0.8.20.8.2Guillem Jover1-1/+1
2015-12-14Release libbsd 0.8.10.8.1Guillem Jover1-1/+1
2015-11-30Release libbsd 0.8.00.8.0Guillem Jover1-1/+1
2015-11-30Update arc4random module from OpenBSD and LibreSSLGuillem Jover1-1/+1
2015-11-30Add private getentropy module from OpenBSD and LibreSSLGuillem Jover1-1/+3
2015-11-30test: Add unit test for arc4random()Guillem Jover1-0/+5
2015-09-23Update closefrom() functionGuillem Jover1-2/+3
2014-07-29Release libbsd 0.7.00.7.0Guillem Jover1-1/+1
2014-07-20build: Remove hard requirement for GNU .init_array section supportGuillem Jover1-3/+2
2013-10-21Add funopen() functionGuillem Jover1-1/+1
2013-10-21build: Set subdir-objects automake optionGuillem Jover1-1/+1
2013-07-14Release libbsd 0.6.00.6.0Guillem Jover1-2/+2
2013-07-14Move setproctitle() automatic initialization to its own libraryGuillem Jover1-0/+1
2013-07-14build: Move version ABI from Makefile to configure.acGuillem Jover1-0/+7
2013-06-08Force setproctitle() into .init_array sectionGuillem Jover1-0/+45
2013-05-27build: Compress the distribution tarball with xz instead of gzipGuillem Jover1-1/+1
2013-05-27Make setproctitle() available in 0.2 and 0.5 version nodesGuillem Jover1-0/+1
2013-05-27Modify setproctitle() to conform to project coding styleGuillem Jover1-1/+1
2012-06-03build: Set default compiler variables from configureGuillem Jover1-0/+8