aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)Matthew Wild2022-12-291-1/+1
* configure: No longer accept Lua 5.1Kim Alvefur2022-06-301-14/+11
* configure: Silence warning about echo -n [shellcheck]Kim Alvefur2021-11-291-1/+2
* configure: Remove variable noop (thanks shellcheck)Kim Alvefur2021-11-291-1/+0
* configure: Make ICU the default library for IDNA and JID normalizationKim Alvefur2020-07-121-3/+3
* configure: Pass compiler flag to enable ICU only when building util.encodingsKim Alvefur2020-07-121-1/+2
* configure: Respect previously set paths in macosx presetKim Alvefur2019-05-131-4/+8
* configure: Remove preset settings that are autodiscoveredKim Alvefur2019-05-131-14/+0
* configure: Handle ostype preset after argument processingKim Alvefur2019-05-131-67/+71
* Merge 0.11->trunkKim Alvefur2019-05-051-0/+7
|\
| * configure: Handle lua being found in /bin (workaround for #1353)Kim Alvefur2019-05-041-0/+7
* | configure: Enable more compiler warningsKim Alvefur2019-03-161-1/+1
* | configure: Separate flags related to compiler warningsKim Alvefur2019-03-161-1/+2
* | configure: Refactor header search to make it more portableMatthew Wild2018-12-031-7/+10
* | configure: Also look for lua.h in a directory with the same suffix as the int...Matthew Wild2018-12-031-11/+24
* | configure: Recognise 5.4 as a valid Lua versionKim Alvefur2018-11-291-2/+6
* | configure: Split list of possible suffixes into a line per Lua versionKim Alvefur2018-11-291-1/+3
|/
* configure: Suppress warning about '~' [SC2088]Matthew Wild2018-10-011-0/+1
* configure: Replace use of '-o' with '||' [SC2166]Matthew Wild2018-10-011-3/+3
* configure: Fix incorrect syntax of '&&' in previous commitMatthew Wild2018-10-011-10/+10
* configure: Replace usage of '-a' with '&&' [SC2166]Matthew Wild2018-10-011-10/+10
* configure: Add shellcheck directives to suppress warnings on harmless linesMatthew Wild2018-10-011-1/+3
* configure: Replace logic constructs with explicit if/else statementsMatthew Wild2018-10-011-2/+10
* configure: Remove unnecessary 'echo'Matthew Wild2018-10-011-1/+1
* configure: Rename OSTYPE variable due to conflict with magic variable with sa...Matthew Wild2018-10-011-9/+8
* configure: Replace backticks with $()Matthew Wild2018-10-011-7/+7
* configure: Remove unused functionMatthew Wild2018-10-011-19/+0
* util.crand: Make it possible to use arc4random on Linux (needs libbsd)Kim Alvefur2017-12-031-0/+2
* configure: Remove unused OS and architecture detection that would most likely...Kim Alvefur2017-09-281-29/+0
* configure: Remove unused "require config" optionKim Alvefur2017-09-281-6/+0
* configure: Add new but undocumented flags to --helpKim Alvefur2017-09-281-0/+6
* configure: Set runtime in debian preset to allow building without interperter...Kim Alvefur2017-09-281-0/+4
* configure: --add-ldflags to amend $LDFLAGS without overriding previous value ...Kim Alvefur2017-04-251-0/+3
* configure: --add-cflags to amend $CFLAGS without replacing existing value(s) ...Kim Alvefur2017-04-251-0/+3
* configure: Skip some interpreter checks if --runwith is setKim Alvefur2017-04-151-10/+13
* configure: Fix explanation of where it looked for an interpreter (luarocks 3d...Kim Alvefur2017-04-151-1/+1
* configure: Move name and directory name into a variable for easier comparison...Kim Alvefur2017-03-181-12/+14
* configure: Fix Lua suffix in FreeBSD presetKim Alvefur2017-03-071-1/+1
* configure: Fix setting libdir if prefix changedKim Alvefur2017-03-031-0/+5
* configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #...Kim Alvefur2017-03-021-2/+5
* configure: Merge with configure from LuaRocks (which it was originally based ...Kim Alvefur2017-03-021-96/+266
* configure: Set C standard to C99Kim Alvefur2017-03-021-1/+1
* util.pposix, configure: Move _GNU_SOURCE macro into source filesKim Alvefur2017-03-011-3/+3
* configure: Fix quote on the correct side of the equals signKim Alvefur2016-11-281-1/+1
* configure: Use $() and quotes instead of `` [shellcheck]Kim Alvefur2016-11-271-8/+8
* configure: Add ostype preset for NetBSDHolger Weiss2015-04-171-2/+11
* configure: Add --compiler-wrapper flag for using things like ccache or distccKim Alvefur2016-08-191-0/+4
* configure: Add initial attempt at pkg-config presetKim Alvefur2016-08-191-0/+14
* configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debianKim Alvefur2016-08-191-2/+1
* configure: Move -ggdb flag here from util-src/MakeKim Alvefur2016-08-191-1/+1