aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* configure: Set runtime in debian preset to allow building without ↵Kim Alvefur2017-09-281-0/+4
| | | | interperter installed
* configure: --add-ldflags to amend $LDFLAGS without overriding previous value ↵Kim Alvefur2017-04-251-0/+3
| | | | #858
* configure: --add-cflags to amend $CFLAGS without replacing existing value(s) ↵Kim Alvefur2017-04-251-0/+3
| | | | #858
* 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 ↵Kim Alvefur2017-04-151-1/+1
| | | | 3dcfa00, thanks Izaron)
* configure: Move name and directory name into a variable for easier ↵Kim Alvefur2017-03-181-12/+14
| | | | comparison with similar scripts
* 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
| | | | #721, #777)
* configure: Merge with configure from LuaRocks (which it was originally based ↵Kim Alvefur2017-03-021-96/+266
| | | | on apparently)
* 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 ↵Kim Alvefur2016-02-221-0/+20
| | | | arc4random() CSPRNG
* configure,util-src/Makefile: Make a variable that includes -l for OpenSSL ↵Kim Alvefur2015-09-271-1/+3
| | | | (like with IDNA_LIBS)
* configure, util-src/Makefile: Move OS X deployment flag to an C compiler ↵Kim Alvefur2015-09-261-0/+1
| | | | argument set by configure
* configure, Makefile: Make compatible with plain Bourne shell as used on ↵Matthew Wild2015-09-021-6/+6
| | | | Solaris. Fixes #418 (thanks jcea)
* 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 ↵Matthew Wild2015-02-241-0/+6
| | | | | | | | and --libdir isn't (thanks Medics)
* | Merge 0.9->0.10Kim Alvefur2015-02-211-0/+7
|\|
| * configure, Makefile: Add --libdir option to ./configure, allowing you to ↵Matthew Wild2015-02-201-0/+7
| | | | | | | | override the $PREFIX/lib/ default. Fixes #470.
* | Merge 0.9->0.10Matthew Wild2013-12-111-0/+6
|\|
| * Makefile, configure: Add option for disabling generation of example certificates0.9.2Kim Alvefur2013-11-301-0/+6
| |
* | configure: Fix poor layoutJames Callahan2013-06-031-27/+26
|/
* configure: Replaces tabs with spaces in --helpKim Alvefur2013-04-031-3/+3
|
* configure: Add RUNWITH to --helpKim Alvefur2013-04-031-0/+2
|
* configure: Set to run with lua5.1 in the debian presetKim Alvefur2013-03-311-0/+1
|
* configure, Makefile: Allow runtime to be overridden.Kim Alvefur2012-09-281-0/+5
|
* configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux ↵Kim Alvefur2012-07-291-0/+2
| | | | fallocate()
* configure: Add 'openbsd' preset (thanks xavier)Matthew Wild2011-12-111-1/+10
|
* configure: Remove obsolete option '--require-config'Matthew Wild2011-12-081-6/+0
|
* configure: Don't add -llua to LDFLAGS, it's unnecessaryMatthew Wild2010-12-261-2/+0
|
* Make libidn default when not specifiying a IDN lib.Tobias Markmann2010-12-141-8/+6
|
* Fix lua lib name in LDFLAGS.Tobias Markmann2010-12-141-1/+1
|