aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-121-0/+3
* support LDFLAGS;Ingo Schwarze2016-07-101-0/+2
* Various people (among others Maxim Belooussov and Carsten Kunze)Ingo Schwarze2016-05-181-32/+33
* No point in trying to go on when elementary database operationsIngo Schwarze2015-11-261-0/+1
* The sh(1) "test" builtin on Solaris 10 doesn't have -e,Ingo Schwarze2015-11-071-3/+3
* provide a simple stand-alone implementation of getline(3)Ingo Schwarze2015-11-071-1/+8
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-8/+1
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze2015-11-071-15/+4
* garbage collect unused EXAMPLEDIR, forgotten in the CSS cleanup;Ingo Schwarze2015-11-071-3/+0
* In ./configure, select a RE syntax for word boundaries supported by libc;Ingo Schwarze2015-11-061-0/+6
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-061-0/+3
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-1/+5
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-0/+13
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-191-2/+2
* * remove FreeBSDismsIngo Schwarze2015-05-201-3/+9
* Add man.conf(5). After adding some additional functionality,Ingo Schwarze2015-03-271-0/+3
* make MANPATH_DEFAULT compile-time configurableIngo Schwarze2015-03-221-0/+2
* Compat glue needed for Solaris 9 and 10.Ingo Schwarze2015-03-191-0/+19
* Pass the CC set in configure.local to Makefile.local.Ingo Schwarze2015-03-181-0/+1
* When manpath(1) is available, enable HAVE_MANPATH even when buildingIngo Schwarze2015-03-111-3/+1
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-161-6/+0
* strtonum(3) compat glueIngo Schwarze2015-02-161-0/+6
* Support homebrew-style linking on Mac OS X.Ingo Schwarze2015-01-211-1/+3
* version 1.13.2VERSION_1_13_2Ingo Schwarze2014-12-131-1/+1
* Support choosing alternative binary and manual names from configure.local,Ingo Schwarze2014-12-091-0/+24
* Integrate the makewhatis binary into the mandoc binaryIngo Schwarze2014-12-091-2/+5
* On Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_SOURCE for simplicity.Ingo Schwarze2014-08-281-1/+1
* Do not require getsubopt() to provide extern char *suboptarg.Ingo Schwarze2014-08-171-3/+1
* When BUILD_DB is active, link apropos(1) into the mandoc binary.Ingo Schwarze2014-08-161-0/+4
* Improve build system and autodetection.Ingo Schwarze2014-08-161-24/+364
* work around lack of d_namlen and ALIGN/ALIGNBYTES on LinuxIngo Schwarze2014-08-111-0/+1
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-0/+1
* Clarifications in comments and standard output suggested byIngo Schwarze2014-08-101-0/+2
* Do not hardcode stuff in ./configure that is actually user-configurableIngo Schwarze2014-08-081-3/+2
* Since old SQLite versions do not have sqlite3_errstr(),Ingo Schwarze2014-08-051-0/+2
* remove strnlen(3) compat, we no longer use itIngo Schwarze2014-08-041-1/+0
* let the build system cope with the recent ohash changesIngo Schwarze2014-06-201-3/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-0/+1
* Even though strnlen(3) is required by POSIX 2008,Ingo Schwarze2014-01-041-0/+1
* Clean up feature tests:Ingo Schwarze2014-01-041-0/+45