| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Remove unused OS and architecture detection that would most likely... | Kim Alvefur | 2017-09-28 | 1 | -29/+0 |
* | configure: Remove unused "require config" option | Kim Alvefur | 2017-09-28 | 1 | -6/+0 |
* | configure: Add new but undocumented flags to --help | Kim Alvefur | 2017-09-28 | 1 | -0/+6 |
* | configure: Set runtime in debian preset to allow building without interperter... | Kim Alvefur | 2017-09-28 | 1 | -0/+4 |
* | configure: --add-ldflags to amend $LDFLAGS without overriding previous value ... | Kim Alvefur | 2017-04-25 | 1 | -0/+3 |
* | configure: --add-cflags to amend $CFLAGS without replacing existing value(s) ... | Kim Alvefur | 2017-04-25 | 1 | -0/+3 |
* | configure: Skip some interpreter checks if --runwith is set | Kim Alvefur | 2017-04-15 | 1 | -10/+13 |
* | configure: Fix explanation of where it looked for an interpreter (luarocks 3d... | Kim Alvefur | 2017-04-15 | 1 | -1/+1 |
* | configure: Move name and directory name into a variable for easier comparison... | Kim Alvefur | 2017-03-18 | 1 | -12/+14 |
* | configure: Fix Lua suffix in FreeBSD preset | Kim Alvefur | 2017-03-07 | 1 | -1/+1 |
* | configure: Fix setting libdir if prefix changed | Kim Alvefur | 2017-03-03 | 1 | -0/+5 |
* | configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #... | Kim Alvefur | 2017-03-02 | 1 | -2/+5 |
* | configure: Merge with configure from LuaRocks (which it was originally based ... | Kim Alvefur | 2017-03-02 | 1 | -96/+266 |
* | configure: Set C standard to C99 | Kim Alvefur | 2017-03-02 | 1 | -1/+1 |
* | util.pposix, configure: Move _GNU_SOURCE macro into source files | Kim Alvefur | 2017-03-01 | 1 | -3/+3 |
* | configure: Fix quote on the correct side of the equals sign | Kim Alvefur | 2016-11-28 | 1 | -1/+1 |
* | configure: Use $() and quotes instead of `` [shellcheck] | Kim Alvefur | 2016-11-27 | 1 | -8/+8 |
* | configure: Add ostype preset for NetBSD | Holger Weiss | 2015-04-17 | 1 | -2/+11 |
* | configure: Add --compiler-wrapper flag for using things like ccache or distcc | Kim Alvefur | 2016-08-19 | 1 | -0/+4 |
* | configure: Add initial attempt at pkg-config preset | Kim Alvefur | 2016-08-19 | 1 | -0/+14 |
* | configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian | Kim Alvefur | 2016-08-19 | 1 | -2/+1 |
* | configure: Move -ggdb flag here from util-src/Make | Kim Alvefur | 2016-08-19 | 1 | -1/+1 |
* | configure: Add C compiler flag to indicate C89 | Kim Alvefur | 2016-08-19 | 1 | -1/+1 |
* | Move C compiler flag -pedantic from Makefile to configure | Kim Alvefur | 2016-08-19 | 1 | -1/+1 |
* | configure: Remove unused 'find_helper' function | Kim Alvefur | 2016-08-19 | 1 | -20/+0 |
* | configure: Indicate that LUA_INCDIR is set in openbsd preset | Kim Alvefur | 2016-08-19 | 1 | -0/+1 |
* | configure: Quote strings | Kim Alvefur | 2016-08-19 | 1 | -8/+8 |
* | configure: Respect Lua suffix in Debian preset if already set | Kim Alvefur | 2016-08-19 | 1 | -4/+6 |
* | configure: Normalize whitespace | Kim Alvefur | 2016-08-19 | 1 | -40/+40 |
* | configure: Remove C++ compiler variable, not used | Kim Alvefur | 2016-08-10 | 1 | -2/+0 |
* | util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4ran... | Kim Alvefur | 2016-02-22 | 1 | -0/+20 |
* | configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (li... | Kim Alvefur | 2015-09-27 | 1 | -1/+3 |
* | configure, util-src/Makefile: Move OS X deployment flag to an C compiler argu... | Kim Alvefur | 2015-09-26 | 1 | -0/+1 |
* | configure, Makefile: Make compatible with plain Bourne shell as used on Solar... | Matthew Wild | 2015-09-02 | 1 | -6/+6 |
* | configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias) | Kim Alvefur | 2015-04-26 | 1 | -0/+2 |
* | configure: Mention openbsd preset in --help | Kim Alvefur | 2015-04-26 | 1 | -1/+1 |
* | Merge 0.9->0.10 | Matthew Wild | 2015-02-24 | 1 | -0/+6 |
|\ |
|
| * | configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and... | Matthew Wild | 2015-02-24 | 1 | -0/+6 |
* | | Merge 0.9->0.10 | Kim Alvefur | 2015-02-21 | 1 | -0/+7 |
|\| |
|
| * | configure, Makefile: Add --libdir option to ./configure, allowing you to over... | Matthew Wild | 2015-02-20 | 1 | -0/+7 |
* | | Merge 0.9->0.10 | Matthew Wild | 2013-12-11 | 1 | -0/+6 |
|\| |
|
| * | Makefile, configure: Add option for disabling generation of example certificates0.9.2 | Kim Alvefur | 2013-11-30 | 1 | -0/+6 |
* | | configure: Fix poor layout | James Callahan | 2013-06-03 | 1 | -27/+26 |
|/ |
|
* | configure: Replaces tabs with spaces in --help | Kim Alvefur | 2013-04-03 | 1 | -3/+3 |
* | configure: Add RUNWITH to --help | Kim Alvefur | 2013-04-03 | 1 | -0/+2 |
* | configure: Set to run with lua5.1 in the debian preset | Kim Alvefur | 2013-03-31 | 1 | -0/+1 |
* | configure, Makefile: Allow runtime to be overridden. | Kim Alvefur | 2012-09-28 | 1 | -0/+5 |
* | configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux f... | Kim Alvefur | 2012-07-29 | 1 | -0/+2 |
* | configure: Add 'openbsd' preset (thanks xavier) | Matthew Wild | 2011-12-11 | 1 | -1/+10 |
* | configure: Remove obsolete option '--require-config' | Matthew Wild | 2011-12-08 | 1 | -6/+0 |