Commit graph

29 commits

Author SHA1 Message Date
Kim Alvefur
870e087fd7 configure: Set to run with lua5.1 in the debian preset 2013-03-31 20:04:09 +02:00
Kim Alvefur
2b1cd1a3ae configure, Makefile: Allow runtime to be overridden. 2012-09-28 12:04:07 +02:00
Kim Alvefur
56ac0ec656 configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux fallocate() 2012-07-29 01:37:15 +02:00
Matthew Wild
dcec3ba639 configure: Add 'openbsd' preset (thanks xavier) 2011-12-11 17:08:34 +00:00
Matthew Wild
73e55a9af4 configure: Remove obsolete option '--require-config' 2011-12-08 07:41:28 +00:00
Matthew Wild
084742587e configure: Don't add -llua to LDFLAGS, it's unnecessary 2010-12-26 05:00:45 +00:00
Tobias Markmann
c1efda1ffd Make libidn default when not specifiying a IDN lib. 2010-12-14 18:54:55 +01:00
Tobias Markmann
798aeefcfb Fix lua lib name in LDFLAGS. 2010-12-14 18:35:05 +01:00
Tobias Markmann
93b0dcf56a util.encodings: Support for ICU for IDNA operations. 2010-12-14 15:03:37 +01:00
Matthew Wild
e48fd00794 configure: Make it possible to override ostype presets with values specified later on the command-line 2010-07-13 08:59:00 +01:00
Matthew Wild
8752ffbad4 configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!) 2010-07-13 01:16:15 +01:00
Matthew Wild
91779a5718 configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the other one)) 2010-07-01 13:27:51 +01:00
Matthew Wild
8aa6c5fbd3 Merge 0.6->0.7 2010-05-18 23:29:21 +01:00
Matthew Wild
5df3474dd2 configure: Fix to allow option values containing '=' (thanks Jakub) 2010-05-18 23:28:36 +01:00
Matthew Wild
413499eda8 configure: fix typo of 'yes' -> 'yet' 2009-12-04 02:51:43 +00:00
Brian Cully
5a986a4426 configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations. 2009-12-04 02:51:03 +00:00
Matthew Wild
ef775d52e4 configure: Change --data-dir to --datadir to make consistent with help and other dir flags 2009-05-01 19:25:03 +01:00
Matthew Wild
d5d6bf5e7f configure: Honour --sysconfdir parameter; thanks to Michael Scherer 2009-04-28 22:53:51 +01:00
Matthew Wild
0e68454380 Allow setting LFLAGS with ./configure --lflags= 2009-04-14 20:07:45 +01:00
Matthew Wild
f28bae1905 Add -Wall to default CFLAGS 2009-02-15 11:47:43 +00:00
Matthew Wild
6f1ac0657b Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch! 2009-02-14 15:38:37 +00:00
Matthew Wild
87703412c1 Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes 2008-12-03 19:55:57 +00:00
Tobias Markmann
f202e25009 Using new LFLAGS variable. 2008-12-03 19:43:59 +01:00
Matthew Wild
8349294988 Fix macosx ostype target 2008-11-30 19:59:28 +00:00
Matthew Wild
c26a933765 Fix debian ostype target 2008-11-30 19:58:41 +00:00
Matthew Wild
da2f3ee85a Potential fixes for building on Mac OSX 2008-11-30 19:02:00 +00:00
Matthew Wild
90aca9cd5c Installation improvements (auto-creation of data directories) 2008-11-30 04:22:43 +00:00
Matthew Wild
7271c148ce Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths. 2008-11-29 03:27:50 +00:00
Matthew Wild
dcf87bb7c9 Add a top-level Makefile and ./configure script. Update util-src Makefile for this. 2008-11-29 02:07:33 +00:00