aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge 0.9->0.10Kim Alvefur2015-02-211-0/+7
|\|
| * configure, Makefile: Add --libdir option to ./configure, allowing you to over...Matthew Wild2015-02-201-0/+7
* | 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 f...Kim Alvefur2012-07-291-0/+2
* 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
* util.encodings: Support for ICU for IDNA operations.Tobias Markmann2010-12-141-1/+25
* configure: Make it possible to override ostype presets with values specified ...Matthew Wild2010-07-131-36/+32
* configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and...Matthew Wild2010-07-131-1/+1
* configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the ot...Matthew Wild2010-07-011-1/+11
* Merge 0.6->0.7Matthew Wild2010-05-181-1/+1
|\
| * configure: Fix to allow option values containing '=' (thanks Jakub)Matthew Wild2010-05-181-1/+1
* | configure: fix typo of 'yes' -> 'yet'Matthew Wild2009-12-041-2/+2
* | configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectati...Brian Cully2009-12-041-17/+25
|/
* configure: Change --data-dir to --datadir to make consistent with help and ot...Matthew Wild2009-05-011-1/+1
* configure: Honour --sysconfdir parameter; thanks to Michael SchererMatthew Wild2009-04-281-0/+4
* Allow setting LFLAGS with ./configure --lflags=Matthew Wild2009-04-141-0/+3
* Add -Wall to default CFLAGSMatthew Wild2009-02-151-2/+2
* Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure scr...Matthew Wild2009-02-141-0/+16
* Fix configure to save LFLAGS, and also set proper defaults for all sensible OSesMatthew Wild2008-12-031-1/+3
* Using new LFLAGS variable.Tobias Markmann2008-12-031-1/+2
* Fix macosx ostype targetMatthew Wild2008-11-301-0/+2
* Fix debian ostype targetMatthew Wild2008-11-301-0/+2
* Potential fixes for building on Mac OSXMatthew Wild2008-11-301-1/+28
* Installation improvements (auto-creation of data directories)Matthew Wild2008-11-301-1/+17