Commit graph

61 commits

Author SHA1 Message Date
Kim Alvefur
cd37249852 configure: Set C standard to C99 2017-03-02 00:27:46 +01:00
Kim Alvefur
d205c78327 util.pposix, configure: Move _GNU_SOURCE macro into source files 2017-03-01 22:27:11 +01:00
Kim Alvefur
1d21e033f3 configure: Fix quote on the correct side of the equals sign 2016-11-28 06:55:48 +01:00
Kim Alvefur
de17820626 configure: Use $() and quotes instead of `` [shellcheck] 2016-11-27 20:46:55 +01:00
Holger Weiss
6468ca11f9 configure: Add ostype preset for NetBSD 2015-04-17 12:03:15 +02:00
Kim Alvefur
75ff5d1a05 configure: Add --compiler-wrapper flag for using things like ccache or distcc 2016-08-19 16:25:15 +02:00
Kim Alvefur
9a012201cb configure: Add initial attempt at pkg-config preset 2016-08-19 16:06:07 +02:00
Kim Alvefur
391804712c configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian 2016-08-19 16:05:36 +02:00
Kim Alvefur
5cc3f59002 configure: Move -ggdb flag here from util-src/Make 2016-08-19 16:03:10 +02:00
Kim Alvefur
5e8e7dacdd configure: Add C compiler flag to indicate C89 2016-08-19 16:00:12 +02:00
Kim Alvefur
dfb9438ad7 Move C compiler flag -pedantic from Makefile to configure 2016-08-19 15:59:12 +02:00
Kim Alvefur
b5296e5046 configure: Remove unused 'find_helper' function 2016-08-19 15:55:55 +02:00
Kim Alvefur
33f7c5e60a configure: Indicate that LUA_INCDIR is set in openbsd preset 2016-08-19 15:50:57 +02:00
Kim Alvefur
b81ad10ffd configure: Quote strings 2016-08-19 15:46:38 +02:00
Kim Alvefur
2597061f23 configure: Respect Lua suffix in Debian preset if already set 2016-08-19 15:30:42 +02:00
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
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