configure
Sat, 04 May 2019 22:48:59 +0200 Kim Alvefur configure: Handle lua being found in /bin (workaround for #1353) 0.11
Sat, 16 Mar 2019 18:51:02 +0100 Kim Alvefur configure: Enable more compiler warnings
Sat, 16 Mar 2019 18:43:11 +0100 Kim Alvefur configure: Separate flags related to compiler warnings
Mon, 03 Dec 2018 23:06:41 +0000 Matthew Wild configure: Refactor header search to make it more portable
Mon, 03 Dec 2018 19:38:19 +0000 Matthew Wild configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)
Thu, 29 Nov 2018 16:19:39 +0100 Kim Alvefur configure: Recognise 5.4 as a valid Lua version
Thu, 29 Nov 2018 16:16:09 +0100 Kim Alvefur configure: Split list of possible suffixes into a line per Lua version
Mon, 01 Oct 2018 16:23:57 +0100 Matthew Wild configure: Suppress warning about '~' [SC2088]
Mon, 01 Oct 2018 16:18:56 +0100 Matthew Wild configure: Replace use of '-o' with '||' [SC2166]
Mon, 01 Oct 2018 16:13:28 +0100 Matthew Wild configure: Fix incorrect syntax of '&&' in previous commit
Mon, 01 Oct 2018 15:59:16 +0100 Matthew Wild configure: Replace usage of '-a' with '&&' [SC2166]
Mon, 01 Oct 2018 15:33:10 +0100 Matthew Wild configure: Add shellcheck directives to suppress warnings on harmless lines
Mon, 01 Oct 2018 15:32:47 +0100 Matthew Wild configure: Replace logic constructs with explicit if/else statements
Mon, 01 Oct 2018 15:31:14 +0100 Matthew Wild configure: Remove unnecessary 'echo'
Mon, 01 Oct 2018 15:30:49 +0100 Matthew Wild configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms
Mon, 01 Oct 2018 15:29:54 +0100 Matthew Wild configure: Replace backticks with $()
Mon, 01 Oct 2018 15:27:43 +0100 Matthew Wild configure: Remove unused function
Sun, 03 Dec 2017 15:21:12 +0100 Kim Alvefur util.crand: Make it possible to use arc4random on Linux (needs libbsd)
Thu, 28 Sep 2017 12:30:43 +0200 Kim Alvefur configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc
Thu, 28 Sep 2017 12:15:26 +0200 Kim Alvefur configure: Remove unused "require config" option
Thu, 28 Sep 2017 12:11:56 +0200 Kim Alvefur configure: Add new but undocumented flags to --help
Thu, 28 Sep 2017 07:25:54 +0200 Kim Alvefur configure: Set runtime in debian preset to allow building without interperter installed
Tue, 25 Apr 2017 21:48:24 +0200 Kim Alvefur configure: --add-ldflags to amend $LDFLAGS without overriding previous value #858
Tue, 25 Apr 2017 21:46:46 +0200 Kim Alvefur configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #858
Sat, 15 Apr 2017 02:10:49 +0200 Kim Alvefur configure: Skip some interpreter checks if --runwith is set
Sat, 15 Apr 2017 02:06:42 +0200 Kim Alvefur configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron)
Sat, 18 Mar 2017 18:50:17 +0100 Kim Alvefur configure: Move name and directory name into a variable for easier comparison with similar scripts
Tue, 07 Mar 2017 21:48:05 +0100 Kim Alvefur configure: Fix Lua suffix in FreeBSD preset
Fri, 03 Mar 2017 11:51:32 +0100 Kim Alvefur configure: Fix setting libdir if prefix changed
Thu, 02 Mar 2017 23:01:12 +0100 Kim Alvefur configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #721, #777)
Thu, 02 Mar 2017 22:58:34 +0100 Kim Alvefur configure: Merge with configure from LuaRocks (which it was originally based on apparently)
Thu, 02 Mar 2017 00:27:46 +0100 Kim Alvefur configure: Set C standard to C99
Wed, 01 Mar 2017 22:27:11 +0100 Kim Alvefur util.pposix, configure: Move _GNU_SOURCE macro into source files
Mon, 28 Nov 2016 06:55:48 +0100 Kim Alvefur configure: Fix quote on the correct side of the equals sign
Sun, 27 Nov 2016 20:46:55 +0100 Kim Alvefur configure: Use $() and quotes instead of `` [shellcheck]
Fri, 17 Apr 2015 12:03:15 +0200 Holger Weiss configure: Add ostype preset for NetBSD
Fri, 19 Aug 2016 16:25:15 +0200 Kim Alvefur configure: Add --compiler-wrapper flag for using things like ccache or distcc
Fri, 19 Aug 2016 16:06:07 +0200 Kim Alvefur configure: Add initial attempt at pkg-config preset
Fri, 19 Aug 2016 16:05:36 +0200 Kim Alvefur configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian
Fri, 19 Aug 2016 16:03:10 +0200 Kim Alvefur configure: Move -ggdb flag here from util-src/Make
Fri, 19 Aug 2016 16:00:12 +0200 Kim Alvefur configure: Add C compiler flag to indicate C89
Fri, 19 Aug 2016 15:59:12 +0200 Kim Alvefur Move C compiler flag -pedantic from Makefile to configure
Fri, 19 Aug 2016 15:55:55 +0200 Kim Alvefur configure: Remove unused 'find_helper' function
Fri, 19 Aug 2016 15:50:57 +0200 Kim Alvefur configure: Indicate that LUA_INCDIR is set in openbsd preset
Fri, 19 Aug 2016 15:46:38 +0200 Kim Alvefur configure: Quote strings
Fri, 19 Aug 2016 15:30:42 +0200 Kim Alvefur configure: Respect Lua suffix in Debian preset if already set
Fri, 19 Aug 2016 14:43:38 +0200 Kim Alvefur configure: Normalize whitespace
Wed, 10 Aug 2016 13:56:27 +0200 Kim Alvefur configure: Remove C++ compiler variable, not used
Mon, 22 Feb 2016 18:44:43 +0100 Kim Alvefur util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG
Sun, 27 Sep 2015 00:28:46 +0200 Kim Alvefur configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS)
Sat, 26 Sep 2015 23:42:46 +0200 Kim Alvefur configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure
Wed, 02 Sep 2015 18:54:34 +0100 Matthew Wild configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea)
Sun, 26 Apr 2015 23:25:47 +0200 Kim Alvefur configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
Sun, 26 Apr 2015 23:23:33 +0200 Kim Alvefur configure: Mention openbsd preset in --help
Tue, 24 Feb 2015 15:22:09 +0000 Matthew Wild Merge 0.9->0.10
Tue, 24 Feb 2015 15:19:20 +0000 Matthew Wild configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics)
Sat, 21 Feb 2015 10:34:56 +0100 Kim Alvefur Merge 0.9->0.10
Fri, 20 Feb 2015 15:51:05 +0000 Matthew Wild configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470.
Wed, 11 Dec 2013 22:31:48 +0000 Matthew Wild Merge 0.9->0.10
Sat, 30 Nov 2013 22:26:20 +0100 Kim Alvefur Makefile, configure: Add option for disabling generation of example certificates 0.9.2
less more (0) -60 tip