Commit graph

102 commits

Author SHA1 Message Date
Kim Alvefur
b5955ba7af configure: Normalize whitespace 2016-08-19 14:43:38 +02:00
Kim Alvefur
64e5655468 configure: Remove C++ compiler variable, not used 2016-08-10 13:56:27 +02:00
Kim Alvefur
ed8199402f util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG 2016-02-22 18:44:43 +01:00
Kim Alvefur
9a4c2f7e52 configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS) 2015-09-27 00:28:46 +02:00
Kim Alvefur
1ea718fb81 configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure 2015-09-26 23:42:46 +02:00
Matthew Wild
63f8291d16 configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea) 2015-09-02 18:54:34 +01:00
Kim Alvefur
2dcf1e1696 configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias) 2015-04-26 23:25:47 +02:00
Kim Alvefur
dc0fa2ef1d configure: Mention openbsd preset in --help 2015-04-26 23:23:33 +02:00
Matthew Wild
f9b9268e61 Merge 0.9->0.10 2015-02-24 15:22:09 +00:00
Matthew Wild
dee60b3659 configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics) 2015-02-24 15:19:20 +00:00
Kim Alvefur
f67cdc6ec6 Merge 0.9->0.10 2015-02-21 10:34:56 +01:00
Matthew Wild
83ca1bd5d1 configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470. 2015-02-20 15:51:05 +00:00
Matthew Wild
02a0ea1c2a Merge 0.9->0.10 2013-12-11 22:31:48 +00:00
Kim Alvefur
addfb8275a Makefile, configure: Add option for disabling generation of example certificates 2013-11-30 22:26:20 +01:00
James Callahan
3389da653e configure: Fix poor layout 2013-06-03 12:50:37 -04:00
Kim Alvefur
901b5981d0 configure: Replaces tabs with spaces in --help 2013-04-03 15:48:49 +02:00
Kim Alvefur
4b105e01bb configure: Add RUNWITH to --help 2013-04-03 15:38:18 +02:00
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
cfbebf9baa configure: Enable more compiler warnings 2019-03-16 18:51:02 +01:00
Kim Alvefur
d22354c8aa configure: Separate flags related to compiler warnings
This should make it more obvious that these are related
2019-03-16 18:43:11 +01:00
Matthew Wild
f1ada80c23 configure: Refactor header search to make it more portable 2018-12-03 23:06:41 +00:00
Matthew Wild
d2b0158dcc configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly) 2018-12-03 19:38:19 +00:00
Kim Alvefur
1331a867a7 configure: Recognise 5.4 as a valid Lua version 2018-11-29 16:19:39 +01:00
Kim Alvefur
0974ed9811 configure: Split list of possible suffixes into a line per Lua version 2018-11-29 16:16:09 +01: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