aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kim Alvefur2012-07-291-0/+2
| | | | fallocate()
* 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
| | | | later on the command-line
* configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting ↵Matthew Wild2010-07-131-1/+1
| | | | and n0nsense for testing the fix!)
* configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the ↵Matthew Wild2010-07-011-1/+11
| | | | other one))
* 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 ↵Brian Cully2009-12-041-17/+25
|/ | | | expectations.
* configure: Change --data-dir to --datadir to make consistent with help and ↵Matthew Wild2009-05-011-1/+1
| | | | other dir flags
* 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 ↵Matthew Wild2009-02-141-0/+16
| | | | script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch!
* 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, ↵Matthew Wild2008-11-291-1/+1
| | | | modulemanager and connectionlisteners to obey these paths.
* Add a top-level Makefile and ./configure script. Update util-src Makefile ↵Matthew Wild2008-11-291-0/+243
for this.