| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Respect previously set paths in macosx preset | Kim Alvefur | 2019-05-13 | 1 | -4/+8 |
* | configure: Remove preset settings that are autodiscovered | Kim Alvefur | 2019-05-13 | 1 | -14/+0 |
* | configure: Handle ostype preset after argument processing | Kim Alvefur | 2019-05-13 | 1 | -67/+71 |
* | Merge 0.11->trunk | Kim Alvefur | 2019-05-05 | 1 | -0/+7 |
|\ |
|
| * | configure: Handle lua being found in /bin (workaround for #1353) | Kim Alvefur | 2019-05-04 | 1 | -0/+7 |
* | | configure: Enable more compiler warnings | Kim Alvefur | 2019-03-16 | 1 | -1/+1 |
* | | configure: Separate flags related to compiler warnings | Kim Alvefur | 2019-03-16 | 1 | -1/+2 |
* | | configure: Refactor header search to make it more portable | Matthew Wild | 2018-12-03 | 1 | -7/+10 |
* | | configure: Also look for lua.h in a directory with the same suffix as the int... | Matthew Wild | 2018-12-03 | 1 | -11/+24 |
* | | configure: Recognise 5.4 as a valid Lua version | Kim Alvefur | 2018-11-29 | 1 | -2/+6 |
* | | configure: Split list of possible suffixes into a line per Lua version | Kim Alvefur | 2018-11-29 | 1 | -1/+3 |
|/ |
|
* | configure: Suppress warning about '~' [SC2088] | Matthew Wild | 2018-10-01 | 1 | -0/+1 |
* | configure: Replace use of '-o' with '||' [SC2166] | Matthew Wild | 2018-10-01 | 1 | -3/+3 |
* | configure: Fix incorrect syntax of '&&' in previous commit | Matthew Wild | 2018-10-01 | 1 | -10/+10 |
* | configure: Replace usage of '-a' with '&&' [SC2166] | Matthew Wild | 2018-10-01 | 1 | -10/+10 |
* | configure: Add shellcheck directives to suppress warnings on harmless lines | Matthew Wild | 2018-10-01 | 1 | -1/+3 |
* | configure: Replace logic constructs with explicit if/else statements | Matthew Wild | 2018-10-01 | 1 | -2/+10 |
* | configure: Remove unnecessary 'echo' | Matthew Wild | 2018-10-01 | 1 | -1/+1 |
* | configure: Rename OSTYPE variable due to conflict with magic variable with sa... | Matthew Wild | 2018-10-01 | 1 | -9/+8 |
* | configure: Replace backticks with $() | Matthew Wild | 2018-10-01 | 1 | -7/+7 |
* | configure: Remove unused function | Matthew Wild | 2018-10-01 | 1 | -19/+0 |
* | util.crand: Make it possible to use arc4random on Linux (needs libbsd) | Kim Alvefur | 2017-12-03 | 1 | -0/+2 |
* | 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 |