about summary refs log tree commit diff
path: root/configure (follow)
Commit message (Collapse)AuthorAge
* Default to MANDIR=${PREFIX}/man, support BINDIRJune McEnroe2021-05-02
| | | | | | | | I originally avoided defaulting MANDIR to /usr/local/man because I thought that might not work on GNU/Linux, but I checked and it turns out man-db not only defaults to including /usr/local/man (if /usr/local/bin is in PATH), it also includes /usr/man. So more reason to default to ${PREFIX}/man.
* Only link litterbox with -ltlsJune McEnroe2021-05-02
|
* Remove rc script 1.6June McEnroe2020-08-27
| | | | | The rc script kinda just sucks for running this, and catsit exists now. Probably no one but me was ever using it anyway.
* Don't bother with --sysconfdirJune McEnroe2020-07-24
| | | | It's only used on FreeBSD anyway.
* Rewrite configure script for all platforms, add OpenBSDJune McEnroe2020-07-24
|
* Don't install rc scripts on other platformsJune McEnroe2020-05-20
| | | | Oops, meant to do this in the last commit.
* Rewrite build and install like pounce 1.3June McEnroe2020-05-20
| | | | man pages are no longer compressed!
* Use . as ${LDLIBS.$@} separatorJune McEnroe2020-04-20
|
* Only set RCS on FreeBSDJune McEnroe2020-04-05
|
* Replace .mk files with configure scriptJune McEnroe2020-03-02