Merge 0.12->trunk
|
Kim Alvefur |
24 months ago |
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)
0.12
|
Matthew Wild |
24 months ago |
configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash)
|
Matthew Wild |
24 months ago |
configure: No longer accept Lua 5.1
|
Kim Alvefur |
2022-06-30 |
configure: Silence warning about echo -n [shellcheck]
|
Kim Alvefur |
2021-11-29 |
configure: Remove variable noop (thanks shellcheck)
|
Kim Alvefur |
2021-11-29 |
configure: Make ICU the default library for IDNA and JID normalization
|
Kim Alvefur |
2020-07-12 |
configure: Pass compiler flag to enable ICU only when building util.encodings
|
Kim Alvefur |
2020-07-12 |
configure: Respect previously set paths in macosx preset
|
Kim Alvefur |
2019-05-13 |
configure: Remove preset settings that are autodiscovered
|
Kim Alvefur |
2019-05-13 |
configure: Handle ostype preset after argument processing
|
Kim Alvefur |
2019-05-13 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-05-05 |
configure: Handle lua being found in /bin (workaround for #1353)
0.11
|
Kim Alvefur |
2019-05-04 |
configure: Enable more compiler warnings
|
Kim Alvefur |
2019-03-16 |
configure: Separate flags related to compiler warnings
|
Kim Alvefur |
2019-03-16 |
configure: Refactor header search to make it more portable
|
Matthew Wild |
2018-12-03 |
configure: Also look for lua.h in a directory with the same suffix as the interpreter (FreeBSD-friendly)
|
Matthew Wild |
2018-12-03 |
configure: Recognise 5.4 as a valid Lua version
|
Kim Alvefur |
2018-11-29 |
configure: Split list of possible suffixes into a line per Lua version
|
Kim Alvefur |
2018-11-29 |
configure: Suppress warning about '~' [SC2088]
|
Matthew Wild |
2018-10-01 |
configure: Replace use of '-o' with '||' [SC2166]
|
Matthew Wild |
2018-10-01 |
configure: Fix incorrect syntax of '&&' in previous commit
|
Matthew Wild |
2018-10-01 |
configure: Replace usage of '-a' with '&&' [SC2166]
|
Matthew Wild |
2018-10-01 |
configure: Add shellcheck directives to suppress warnings on harmless lines
|
Matthew Wild |
2018-10-01 |
configure: Replace logic constructs with explicit if/else statements
|
Matthew Wild |
2018-10-01 |
configure: Remove unnecessary 'echo'
|
Matthew Wild |
2018-10-01 |
configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms
|
Matthew Wild |
2018-10-01 |
configure: Replace backticks with $()
|
Matthew Wild |
2018-10-01 |
configure: Remove unused function
|
Matthew Wild |
2018-10-01 |
util.crand: Make it possible to use arc4random on Linux (needs libbsd)
|
Kim Alvefur |
2017-12-03 |
configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc
|
Kim Alvefur |
2017-09-28 |
configure: Remove unused "require config" option
|
Kim Alvefur |
2017-09-28 |
configure: Add new but undocumented flags to --help
|
Kim Alvefur |
2017-09-28 |
configure: Set runtime in debian preset to allow building without interperter installed
|
Kim Alvefur |
2017-09-28 |
configure: --add-ldflags to amend $LDFLAGS without overriding previous value #858
|
Kim Alvefur |
2017-04-25 |
configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #858
|
Kim Alvefur |
2017-04-25 |
configure: Skip some interpreter checks if --runwith is set
|
Kim Alvefur |
2017-04-15 |
configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron)
|
Kim Alvefur |
2017-04-15 |
configure: Move name and directory name into a variable for easier comparison with similar scripts
|
Kim Alvefur |
2017-03-18 |
configure: Fix Lua suffix in FreeBSD preset
|
Kim Alvefur |
2017-03-07 |
configure: Fix setting libdir if prefix changed
|
Kim Alvefur |
2017-03-03 |
configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #721, #777)
|
Kim Alvefur |
2017-03-02 |
configure: Merge with configure from LuaRocks (which it was originally based on apparently)
|
Kim Alvefur |
2017-03-02 |
configure: Set C standard to C99
|
Kim Alvefur |
2017-03-01 |
util.pposix, configure: Move _GNU_SOURCE macro into source files
|
Kim Alvefur |
2017-03-01 |
configure: Fix quote on the correct side of the equals sign
|
Kim Alvefur |
2016-11-28 |
configure: Use $() and quotes instead of `` [shellcheck]
|
Kim Alvefur |
2016-11-27 |
configure: Add ostype preset for NetBSD
|
Holger Weiss |
2015-04-17 |
configure: Add --compiler-wrapper flag for using things like ccache or distcc
|
Kim Alvefur |
2016-08-19 |
configure: Add initial attempt at pkg-config preset
|
Kim Alvefur |
2016-08-19 |
configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian
|
Kim Alvefur |
2016-08-19 |
configure: Move -ggdb flag here from util-src/Make
|
Kim Alvefur |
2016-08-19 |
configure: Add C compiler flag to indicate C89
|
Kim Alvefur |
2016-08-19 |
Move C compiler flag -pedantic from Makefile to configure
|
Kim Alvefur |
2016-08-19 |
configure: Remove unused 'find_helper' function
|
Kim Alvefur |
2016-08-19 |
configure: Indicate that LUA_INCDIR is set in openbsd preset
|
Kim Alvefur |
2016-08-19 |
configure: Quote strings
|
Kim Alvefur |
2016-08-19 |
configure: Respect Lua suffix in Debian preset if already set
|
Kim Alvefur |
2016-08-19 |
configure: Normalize whitespace
|
Kim Alvefur |
2016-08-19 |
configure: Remove C++ compiler variable, not used
|
Kim Alvefur |
2016-08-10 |
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG
|
Kim Alvefur |
2016-02-22 |
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS)
|
Kim Alvefur |
2015-09-26 |
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure
|
Kim Alvefur |
2015-09-26 |
configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea)
|
Matthew Wild |
2015-09-02 |
configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias)
|
Kim Alvefur |
2015-04-26 |
configure: Mention openbsd preset in --help
|
Kim Alvefur |
2015-04-26 |
Merge 0.9->0.10
|
Matthew Wild |
2015-02-24 |
configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics)
|
Matthew Wild |
2015-02-24 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-02-21 |
configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470.
|
Matthew Wild |
2015-02-20 |
Merge 0.9->0.10
|
Matthew Wild |
2013-12-11 |
Makefile, configure: Add option for disabling generation of example certificates
0.9.2
|
Kim Alvefur |
2013-11-30 |
configure: Fix poor layout
|
James Callahan |
2013-06-03 |
configure: Replaces tabs with spaces in --help
|
Kim Alvefur |
2013-04-03 |
configure: Add RUNWITH to --help
|
Kim Alvefur |
2013-04-03 |
configure: Set to run with lua5.1 in the debian preset
|
Kim Alvefur |
2013-03-31 |
configure, Makefile: Allow runtime to be overridden.
|
Kim Alvefur |
2012-09-28 |
configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux fallocate()
|
Kim Alvefur |
2012-07-28 |
configure: Add 'openbsd' preset (thanks xavier)
|
Matthew Wild |
2011-12-11 |
configure: Remove obsolete option '--require-config'
|
Matthew Wild |
2011-12-08 |
configure: Don't add -llua to LDFLAGS, it's unnecessary
|
Matthew Wild |
2010-12-26 |
Make libidn default when not specifiying a IDN lib.
|
Tobias Markmann |
2010-12-14 |
Fix lua lib name in LDFLAGS.
|
Tobias Markmann |
2010-12-14 |
util.encodings: Support for ICU for IDNA operations.
|
Tobias Markmann |
2010-12-14 |
configure: Make it possible to override ostype presets with values specified later on the command-line
|
Matthew Wild |
2010-07-13 |
configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!)
|
Matthew Wild |
2010-07-13 |
configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the other one))
|
Matthew Wild |
2010-07-01 |
Merge 0.6->0.7
|
Matthew Wild |
2010-05-18 |
configure: Fix to allow option values containing '=' (thanks Jakub)
|
Matthew Wild |
2010-05-18 |
configure: fix typo of 'yes' -> 'yet'
|
Matthew Wild |
2009-12-04 |
configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations.
|
Brian Cully |
2009-12-04 |
configure: Change --data-dir to --datadir to make consistent with help and other dir flags
|
Matthew Wild |
2009-05-01 |
configure: Honour --sysconfdir parameter; thanks to Michael Scherer
|
Matthew Wild |
2009-04-28 |
Allow setting LFLAGS with ./configure --lflags=
|
Matthew Wild |
2009-04-14 |
Add -Wall to default CFLAGS
|
Matthew Wild |
2009-02-15 |
Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch!
|
Matthew Wild |
2009-02-14 |
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes
|
Matthew Wild |
2008-12-03 |
Using new LFLAGS variable.
|
Tobias Markmann |
2008-12-03 |
Fix macosx ostype target
|
Matthew Wild |
2008-11-30 |
Fix debian ostype target
|
Matthew Wild |
2008-11-30 |
Potential fixes for building on Mac OSX
|
Matthew Wild |
2008-11-30 |
Installation improvements (auto-creation of data directories)
|
Matthew Wild |
2008-11-30 |
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths.
|
Matthew Wild |
2008-11-29 |
Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
|
Matthew Wild |
2008-11-29 |