Commit Graph

85 Commits (dc1690029d807c815be87f0f94de383decef52b0)

Author SHA1 Message Date
Matthew Wild 1780925946 configure: Suppress warning about '~' [SC2088] 7 years ago
Matthew Wild 4549aa1dd6 configure: Replace use of '-o' with '||' [SC2166] 7 years ago
Matthew Wild 7116337fdb configure: Fix incorrect syntax of '&&' in previous commit 7 years ago
Matthew Wild 0bccffdf0b configure: Replace usage of '-a' with '&&' [SC2166] 7 years ago
Matthew Wild a0be8f59f5 configure: Add shellcheck directives to suppress warnings on harmless lines 7 years ago
Matthew Wild 6733f15180 configure: Replace logic constructs with explicit if/else statements 7 years ago
Matthew Wild 4b6b6d82be configure: Remove unnecessary 'echo' 7 years ago
Matthew Wild 7ddaf0627a configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms 7 years ago
Matthew Wild 1240797d3e configure: Replace backticks with $() 7 years ago
Matthew Wild 087eaf5186 configure: Remove unused function 7 years ago
Kim Alvefur 7c0cd1c22e configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc 8 years ago
Kim Alvefur 61f33a3588 configure: Remove unused "require config" option 8 years ago
Kim Alvefur 83407d056a configure: Add new but undocumented flags to --help 8 years ago
Kim Alvefur 17e7512c9f configure: Set runtime in debian preset to allow building without interperter installed 8 years ago
Kim Alvefur beb3a577e2 configure: --add-ldflags to amend $LDFLAGS without overriding previous value #858 9 years ago
Kim Alvefur 1dea93bfed configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #858 9 years ago
Kim Alvefur b176da9b89 configure: Skip some interpreter checks if --runwith is set 9 years ago
Kim Alvefur f90ebb05c5 configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron) 9 years ago
Kim Alvefur 49ac287d45 util.crand: Make it possible to use arc4random on Linux (needs libbsd) 8 years ago
Kim Alvefur fb586ecffc configure: Move name and directory name into a variable for easier comparison with similar scripts 9 years ago
Kim Alvefur d92bf06221 configure: Fix Lua suffix in FreeBSD preset 9 years ago
Kim Alvefur c284110cb4 configure: Fix setting libdir if prefix changed 9 years ago
Kim Alvefur fdf81e53aa configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #721, #777) 9 years ago
Kim Alvefur 5e95987f97 configure: Merge with configure from LuaRocks (which it was originally based on apparently) 9 years ago
Kim Alvefur 49d55538f7 configure: Set C standard to C99 9 years ago
Kim Alvefur 2652d5d058 util.pposix, configure: Move _GNU_SOURCE macro into source files 9 years ago
Kim Alvefur 8f3f909b30 configure: Fix quote on the correct side of the equals sign 9 years ago
Kim Alvefur 7e302e2b0e configure: Use $() and quotes instead of `` [shellcheck] 9 years ago
Kim Alvefur 8370703ece configure: Add --compiler-wrapper flag for using things like ccache or distcc 10 years ago
Kim Alvefur 74635e9edb configure: Add initial attempt at pkg-config preset 10 years ago
Kim Alvefur bfb6b3b7e0 configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian 10 years ago
Kim Alvefur cf3f198a22 configure: Move -ggdb flag here from util-src/Make 10 years ago
Kim Alvefur 22b52c77ce configure: Add C compiler flag to indicate C89 10 years ago
Kim Alvefur 0606152051 Move C compiler flag -pedantic from Makefile to configure 10 years ago
Kim Alvefur 565a640638 configure: Remove unused 'find_helper' function 10 years ago
Kim Alvefur 8e3f4f30e8 configure: Indicate that LUA_INCDIR is set in openbsd preset 10 years ago
Kim Alvefur 4725db3f2f configure: Quote strings 10 years ago
Kim Alvefur 4a913a573e configure: Respect Lua suffix in Debian preset if already set 10 years ago
Kim Alvefur 75e3245592 configure: Normalize whitespace 10 years ago
Kim Alvefur d28e584ecc configure: Remove C++ compiler variable, not used 10 years ago
Kim Alvefur 6ee4f6f618 util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG 10 years ago
Kim Alvefur 01328b1495 configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS) 11 years ago
Kim Alvefur 9234cc7541 configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure 11 years ago
Matthew Wild 388fa0cd28 configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea) 11 years ago
Kim Alvefur 36352ec3c1 configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias) 11 years ago
Kim Alvefur a39f72b633 configure: Mention openbsd preset in --help 11 years ago
Holger Weiss 266c9ad4eb configure: Add ostype preset for NetBSD 11 years ago
Matthew Wild 0ecfb4e79a configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics) 11 years ago
Matthew Wild 3425d38067 configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470. 11 years ago
Kim Alvefur 358af54bfe Makefile, configure: Add option for disabling generation of example certificates 12 years ago