aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* make the path to ar(1) configurable, needed by NixOS;Ingo Schwarze2021-09-201-1/+3
* Test availability of mkstemps(3) and provide a fallback implementationIngo Schwarze2021-09-191-2/+9
* do not use the echo(1) -n option, it is not portable;Ingo Schwarze2021-09-191-3/+3
* Rename the compile-time configuration variable $HOMEBREWDIR toIngo Schwarze2021-08-071-3/+4
* Switch the default pager from "more -s" to "less".Ingo Schwarze2020-07-201-7/+25
* Provide a real feature test for __attribute__().Ingo Schwarze2020-06-221-5/+4
* Only compile compat_*.c implementations that are actually needed.Ingo Schwarze2020-06-151-29/+60
* Make the ./configure script simpler, more robust, and 23 lines shorter:Ingo Schwarze2020-06-141-94/+68
* Make the "make depend" maintainer target more convenientIngo Schwarze2020-03-131-4/+15
* No longer try to ask make(1) what the default compiler is, just use "cc".Ingo Schwarze2020-02-051-2/+2
* delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze2019-07-011-2/+2
* while $() is more modern than ``, it does not work with theIngo Schwarze2019-03-061-2/+2
* autoconfiguration test whether less(1) supports the -T option;Ingo Schwarze2019-03-061-1/+17
* When the -S option is given to man(1) and the requested manual pageIngo Schwarze2019-03-041-2/+24
* Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; theIngo Schwarze2018-08-151-42/+60
* more 1.14.4 release preparations:Ingo Schwarze2018-07-311-36/+72
* Add strndup(3) compat implementation.Ingo Schwarze2018-02-271-2/+9
* Basic reporting of .Xrs to manual pages that don't existIngo Schwarze2017-07-011-1/+3
* Implement automatic line breakingIngo Schwarze2017-06-121-2/+9
* Debian needs relative symlinks not only for manual pages,Ingo Schwarze2017-03-041-8/+11
* proper test for O_DIRECTORYIngo Schwarze2017-02-181-1/+4
* Make the directory explicit where source files are located.Ingo Schwarze2017-02-171-2/+5
* add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org>Ingo Schwarze2017-02-161-2/+4
* Provide a variable BINM_CATMAN.Ingo Schwarze2017-02-161-1/+4
* config glue for recvmsg(2) and CMSG_FIRSTHDR(3);Ingo Schwarze2017-02-081-2/+37
* experimental mandocd(8) and catman(8)Ingo Schwarze2017-02-041-2/+7
* Put compiler arguments that may contain -l at the end; according toIngo Schwarze2017-01-121-3/+3
* Do not install libmandoc.a by default.Ingo Schwarze2016-11-191-2/+4
* typo in informational message: s/UTF_LOCALE/UTF8_LOCALE/Ingo Schwarze2016-10-201-2/+2
* Compat glue for the FreeBSD comparison function prototype for fts_open(3)Ingo Schwarze2016-10-181-15/+24
* When trying to figure out which C compiler make(1) wants to use,Ingo Schwarze2016-08-101-2/+2
* The concept of endianness seems to be somewhat newfangled, so theIngo Schwarze2016-08-051-1/+22
* POSIX allows PATH_MAX to not be defined, meaning "unlimited".Ingo Schwarze2016-08-021-1/+4
* Autodetect a suitable locale for -Tutf8 mode,Ingo Schwarze2016-07-311-2/+29
* Autodetect if -lrt is needed for nanosleep(3).Ingo Schwarze2016-07-201-1/+19
* Linux compatibility: Work around the lack of EFTYPE and protect <err.h>.Ingo Schwarze2016-07-201-0/+3
* Now that our man.conf(5) format is mature and extremely simple,Ingo Schwarze2016-07-191-19/+1
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-65/+5
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-5/+3
* add missing prototypes, no code change;Ingo Schwarze2016-07-151-1/+2
* Sanitize the environment when calling make(1) to autodetect ${CC}.Ingo Schwarze2016-07-151-1/+1
* 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