aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure, Makefile: Add --libdir option to ./configure, allowing you to over...Matthew Wild2015-02-201-0/+7
* Makefile, configure: Add option for disabling generation of example certificates0.9.2Kim Alvefur2013-11-301-0/+6
* configure: Replaces tabs with spaces in --helpKim Alvefur2013-04-031-3/+3
* configure: Add RUNWITH to --helpKim Alvefur2013-04-031-0/+2
* configure: Set to run with lua5.1 in the debian presetKim Alvefur2013-03-311-0/+1
* configure, Makefile: Allow runtime to be overridden.Kim Alvefur2012-09-281-0/+5
* configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux f...Kim Alvefur2012-07-291-0/+2
* configure: Add 'openbsd' preset (thanks xavier)Matthew Wild2011-12-111-1/+10
* configure: Remove obsolete option '--require-config'Matthew Wild2011-12-081-6/+0
* configure: Don't add -llua to LDFLAGS, it's unnecessaryMatthew Wild2010-12-261-2/+0
* Make libidn default when not specifiying a IDN lib.Tobias Markmann2010-12-141-8/+6
* Fix lua lib name in LDFLAGS.Tobias Markmann2010-12-141-1/+1
* util.encodings: Support for ICU for IDNA operations.Tobias Markmann2010-12-141-1/+25
* configure: Make it possible to override ostype presets with values specified ...Matthew Wild2010-07-131-36/+32
* configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and...Matthew Wild2010-07-131-1/+1
* configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the ot...Matthew Wild2010-07-011-1/+11
* Merge 0.6->0.7Matthew Wild2010-05-181-1/+1
|\
| * configure: Fix to allow option values containing '=' (thanks Jakub)Matthew Wild2010-05-181-1/+1
* | configure: fix typo of 'yes' -> 'yet'Matthew Wild2009-12-041-2/+2
* | configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectati...Brian Cully2009-12-041-17/+25
|/
* configure: Change --data-dir to --datadir to make consistent with help and ot...Matthew Wild2009-05-011-1/+1
* configure: Honour --sysconfdir parameter; thanks to Michael SchererMatthew Wild2009-04-281-0/+4
* Allow setting LFLAGS with ./configure --lflags=Matthew Wild2009-04-141-0/+3
* Add -Wall to default CFLAGSMatthew Wild2009-02-151-2/+2
* Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure scr...Matthew Wild2009-02-141-0/+16
* Fix configure to save LFLAGS, and also set proper defaults for all sensible OSesMatthew Wild2008-12-031-1/+3
* Using new LFLAGS variable.Tobias Markmann2008-12-031-1/+2
* Fix macosx ostype targetMatthew Wild2008-11-301-0/+2
* Fix debian ostype targetMatthew Wild2008-11-301-0/+2
* Potential fixes for building on Mac OSXMatthew Wild2008-11-301-1/+28
* Installation improvements (auto-creation of data directories)Matthew Wild2008-11-301-1/+17
* Update Makefile to now pass config paths to prosody. Update prosody, modulema...Matthew Wild2008-11-291-1/+1
* Add a top-level Makefile and ./configure script. Update util-src Makefile for...Matthew Wild2008-11-291-0/+243