aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* configure: Handle lua being found in /bin (workaround for #1353)Kim Alvefur2019-05-041-0/+7
* 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
* configure: Add C compiler flag to indicate C89Kim Alvefur2016-08-191-1/+1
* Move C compiler flag -pedantic from Makefile to configureKim Alvefur2016-08-191-1/+1
* configure: Remove unused 'find_helper' functionKim Alvefur2016-08-191-20/+0
* configure: Indicate that LUA_INCDIR is set in openbsd presetKim Alvefur2016-08-191-0/+1
* configure: Quote stringsKim Alvefur2016-08-191-8/+8
* configure: Respect Lua suffix in Debian preset if already setKim Alvefur2016-08-191-4/+6
* configure: Normalize whitespaceKim Alvefur2016-08-191-40/+40
* configure: Remove C++ compiler variable, not usedKim Alvefur2016-08-101-2/+0
* util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4ran...Kim Alvefur2016-02-221-0/+20
* configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (li...Kim Alvefur2015-09-271-1/+3
* configure, util-src/Makefile: Move OS X deployment flag to an C compiler argu...Kim Alvefur2015-09-261-0/+1
* configure, Makefile: Make compatible with plain Bourne shell as used on Solar...Matthew Wild2015-09-021-6/+6
* configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)Kim Alvefur2015-04-261-0/+2
* configure: Mention openbsd preset in --helpKim Alvefur2015-04-261-1/+1
* Merge 0.9->0.10Matthew Wild2015-02-241-0/+6
|\
| * configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and...Matthew Wild2015-02-241-0/+6