Log

configure @ 9579:185eed6cbab0

description author age
configure: Suppress warning about '~' [SC2088] Matthew Wild Mon, 01 Oct 2018 16:23:57 +0100
configure: Replace use of '-o' with '||' [SC2166] Matthew Wild Mon, 01 Oct 2018 16:18:56 +0100
configure: Fix incorrect syntax of '&&' in previous commit Matthew Wild Mon, 01 Oct 2018 16:13:28 +0100
configure: Replace usage of '-a' with '&&' [SC2166] Matthew Wild Mon, 01 Oct 2018 15:59:16 +0100
configure: Add shellcheck directives to suppress warnings on harmless lines Matthew Wild Mon, 01 Oct 2018 15:33:10 +0100
configure: Replace logic constructs with explicit if/else statements Matthew Wild Mon, 01 Oct 2018 15:32:47 +0100
configure: Remove unnecessary 'echo' Matthew Wild Mon, 01 Oct 2018 15:31:14 +0100
configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms Matthew Wild Mon, 01 Oct 2018 15:30:49 +0100
configure: Replace backticks with $() Matthew Wild Mon, 01 Oct 2018 15:29:54 +0100
configure: Remove unused function Matthew Wild Mon, 01 Oct 2018 15:27:43 +0100
util.crand: Make it possible to use arc4random on Linux (needs libbsd) Kim Alvefur Sun, 03 Dec 2017 15:21:12 +0100
configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc Kim Alvefur Thu, 28 Sep 2017 12:30:43 +0200
configure: Remove unused "require config" option Kim Alvefur Thu, 28 Sep 2017 12:15:26 +0200
configure: Add new but undocumented flags to --help Kim Alvefur Thu, 28 Sep 2017 12:11:56 +0200
configure: Set runtime in debian preset to allow building without interperter installed Kim Alvefur Thu, 28 Sep 2017 07:25:54 +0200
configure: --add-ldflags to amend $LDFLAGS without overriding previous value #858 Kim Alvefur Tue, 25 Apr 2017 21:48:24 +0200
configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #858 Kim Alvefur Tue, 25 Apr 2017 21:46:46 +0200
configure: Skip some interpreter checks if --runwith is set Kim Alvefur Sat, 15 Apr 2017 02:10:49 +0200
configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron) Kim Alvefur Sat, 15 Apr 2017 02:06:42 +0200
configure: Move name and directory name into a variable for easier comparison with similar scripts Kim Alvefur Sat, 18 Mar 2017 18:50:17 +0100
configure: Fix Lua suffix in FreeBSD preset Kim Alvefur Tue, 07 Mar 2017 21:48:05 +0100
configure: Fix setting libdir if prefix changed Kim Alvefur Fri, 03 Mar 2017 11:51:32 +0100
configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #721, #777) Kim Alvefur Thu, 02 Mar 2017 23:01:12 +0100
configure: Merge with configure from LuaRocks (which it was originally based on apparently) Kim Alvefur Thu, 02 Mar 2017 22:58:34 +0100
configure: Set C standard to C99 Kim Alvefur Thu, 02 Mar 2017 00:27:46 +0100
util.pposix, configure: Move _GNU_SOURCE macro into source files Kim Alvefur Wed, 01 Mar 2017 22:27:11 +0100
configure: Fix quote on the correct side of the equals sign Kim Alvefur Mon, 28 Nov 2016 06:55:48 +0100
configure: Use $() and quotes instead of `` [shellcheck] Kim Alvefur Sun, 27 Nov 2016 20:46:55 +0100
configure: Add ostype preset for NetBSD Holger Weiss Fri, 17 Apr 2015 12:03:15 +0200
configure: Add --compiler-wrapper flag for using things like ccache or distcc Kim Alvefur Fri, 19 Aug 2016 16:25:15 +0200
configure: Add initial attempt at pkg-config preset Kim Alvefur Fri, 19 Aug 2016 16:06:07 +0200
configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian Kim Alvefur Fri, 19 Aug 2016 16:05:36 +0200
configure: Move -ggdb flag here from util-src/Make Kim Alvefur Fri, 19 Aug 2016 16:03:10 +0200
configure: Add C compiler flag to indicate C89 Kim Alvefur Fri, 19 Aug 2016 16:00:12 +0200
Move C compiler flag -pedantic from Makefile to configure Kim Alvefur Fri, 19 Aug 2016 15:59:12 +0200
configure: Remove unused 'find_helper' function Kim Alvefur Fri, 19 Aug 2016 15:55:55 +0200
configure: Indicate that LUA_INCDIR is set in openbsd preset Kim Alvefur Fri, 19 Aug 2016 15:50:57 +0200
configure: Quote strings Kim Alvefur Fri, 19 Aug 2016 15:46:38 +0200
configure: Respect Lua suffix in Debian preset if already set Kim Alvefur Fri, 19 Aug 2016 15:30:42 +0200
configure: Normalize whitespace Kim Alvefur Fri, 19 Aug 2016 14:43:38 +0200
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