Log

configure @ 7548:69d8e1477c43

description author age
configure: Remove C++ compiler variable, not used Kim Alvefur Wed, 10 Aug 2016 13:56:27 +0200
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG Kim Alvefur Mon, 22 Feb 2016 18:44:43 +0100
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS) Kim Alvefur Sun, 27 Sep 2015 00:28:46 +0200
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure Kim Alvefur Sat, 26 Sep 2015 23:42:46 +0200
configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea) Matthew Wild Wed, 02 Sep 2015 18:54:34 +0100
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias) Kim Alvefur Sun, 26 Apr 2015 23:25:47 +0200
configure: Mention openbsd preset in --help Kim Alvefur Sun, 26 Apr 2015 23:23:33 +0200
Merge 0.9->0.10 Matthew Wild Tue, 24 Feb 2015 15:22:09 +0000
configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics) Matthew Wild Tue, 24 Feb 2015 15:19:20 +0000
Merge 0.9->0.10 Kim Alvefur Sat, 21 Feb 2015 10:34:56 +0100
configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470. Matthew Wild Fri, 20 Feb 2015 15:51:05 +0000
Merge 0.9->0.10 Matthew Wild Wed, 11 Dec 2013 22:31:48 +0000
Makefile, configure: Add option for disabling generation of example certificates 0.9.2 Kim Alvefur Sat, 30 Nov 2013 22:26:20 +0100
configure: Fix poor layout James Callahan Mon, 03 Jun 2013 12:50:37 -0400
configure: Replaces tabs with spaces in --help Kim Alvefur Wed, 03 Apr 2013 15:48:49 +0200
configure: Add RUNWITH to --help Kim Alvefur Wed, 03 Apr 2013 15:38:18 +0200
configure: Set to run with lua5.1 in the debian preset Kim Alvefur Sun, 31 Mar 2013 20:04:09 +0200
configure, Makefile: Allow runtime to be overridden. Kim Alvefur Fri, 28 Sep 2012 12:04:07 +0200
configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux fallocate() Kim Alvefur Sun, 29 Jul 2012 01:37:15 +0200
configure: Add 'openbsd' preset (thanks xavier) Matthew Wild Sun, 11 Dec 2011 17:08:34 +0000
configure: Remove obsolete option '--require-config' Matthew Wild Thu, 08 Dec 2011 07:41:28 +0000
configure: Don't add -llua to LDFLAGS, it's unnecessary Matthew Wild Sun, 26 Dec 2010 05:00:45 +0000
Make libidn default when not specifiying a IDN lib. Tobias Markmann Tue, 14 Dec 2010 18:54:55 +0100
Fix lua lib name in LDFLAGS. Tobias Markmann Tue, 14 Dec 2010 18:35:05 +0100
util.encodings: Support for ICU for IDNA operations. Tobias Markmann Tue, 14 Dec 2010 15:03:37 +0100
configure: Make it possible to override ostype presets with values specified later on the command-line Matthew Wild Tue, 13 Jul 2010 08:59:00 +0100
configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!) Matthew Wild Tue, 13 Jul 2010 01:16:15 +0100
configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the other one)) Matthew Wild Thu, 01 Jul 2010 13:27:51 +0100
Merge 0.6->0.7 Matthew Wild Tue, 18 May 2010 23:29:21 +0100
configure: Fix to allow option values containing '=' (thanks Jakub) Matthew Wild Tue, 18 May 2010 23:28:36 +0100
configure: fix typo of 'yes' -> 'yet' Matthew Wild Fri, 04 Dec 2009 02:51:43 +0000
configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations. Brian Cully Fri, 04 Dec 2009 02:51:03 +0000
configure: Change --data-dir to --datadir to make consistent with help and other dir flags Matthew Wild Fri, 01 May 2009 19:25:03 +0100
configure: Honour --sysconfdir parameter; thanks to Michael Scherer Matthew Wild Tue, 28 Apr 2009 22:53:51 +0100
Allow setting LFLAGS with ./configure --lflags= Matthew Wild Tue, 14 Apr 2009 20:07:45 +0100
Add -Wall to default CFLAGS Matthew Wild Sun, 15 Feb 2009 11:47:43 +0000
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! Matthew Wild Sat, 14 Feb 2009 15:38:37 +0000
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes Matthew Wild Wed, 03 Dec 2008 19:55:57 +0000
Using new LFLAGS variable. Tobias Markmann Wed, 03 Dec 2008 19:43:59 +0100
Fix macosx ostype target Matthew Wild Sun, 30 Nov 2008 19:59:28 +0000
Fix debian ostype target Matthew Wild Sun, 30 Nov 2008 19:58:41 +0000
Potential fixes for building on Mac OSX Matthew Wild Sun, 30 Nov 2008 19:02:00 +0000
Installation improvements (auto-creation of data directories) Matthew Wild Sun, 30 Nov 2008 04:22:43 +0000
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths. Matthew Wild Sat, 29 Nov 2008 03:27:50 +0000
Add a top-level Makefile and ./configure script. Update util-src Makefile for this. Matthew Wild Sat, 29 Nov 2008 02:07:33 +0000