summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numberGrzegorz Nosek2013-02-031-1/+1
|
* Correct invalid defintion in configuring systemd supportDave Reisner2012-09-081-2/+1
| | | | | | | This was an unfortunate copypasta error that slipped in with 9836d6d22. The HAVE_SYSTEMD macro should only be defined based on the presence of the library, not the unit files, since the units are useless without the library support.
* add systemd unit files for installationDave Reisner2012-08-211-0/+8
| | | | | These are automatically installed iff systemd support is compiled into fcgiwrap.
* Add support for socket activation via systemdDave Reisner2012-08-191-0/+17
| | | | | | This prevents the need for starting fcgiwrap explicitly, or using a tool such as spawn-fcgi. The type of socket does not matter, we merely accept a single FD passed from pid 1 and listen on it.
* [GH-2] Advance configure.ac version to 1.0.3Grzegorz Nosek2010-08-231-1/+1
|
* fcgiwrap to rely on definitions provided by autoconf/autoreconfW-Mark Kubacki2010-05-251-1/+4
|
* grammarW-Mark Kubacki2010-03-221-1/+1
|
* oldest possible autoconf is 2.61, with separation of troublesome functionsW-Mark Kubacki2010-03-221-2/+3
|
* abort configuration if something is missingW-Mark Kubacki2010-03-221-3/+4
|
* input files and substitution variables for autoconfW-Mark Kubacki2010-03-181-0/+37