Commit Graph

97 Commits (020cd46f0341663d71ebdbd02f67032ddcb4a677)

Author SHA1 Message Date
Kim Alvefur 9eb8214030 configure: Pass compiler flag to enable ICU only when building util.encodings 6 years ago
Kim Alvefur e0000f5fa6 configure: Handle lua being found in /bin (workaround for #1353) 7 years ago
Kim Alvefur 61d02f3599 configure: Respect previously set paths in macosx preset 7 years ago
Kim Alvefur 371260638d configure: Remove preset settings that are autodiscovered 7 years ago
Kim Alvefur e65093b5de configure: Handle ostype preset after argument processing 7 years ago
Matthew Wild 8caaa21a58 configure: Suppress warning about '~' [SC2088] 7 years ago
Matthew Wild 1fce045489 configure: Replace use of '-o' with '||' [SC2166] 7 years ago
Matthew Wild 8d68f9c4eb configure: Fix incorrect syntax of '&&' in previous commit 7 years ago
Matthew Wild 949ba9551d configure: Replace usage of '-a' with '&&' [SC2166] 7 years ago
Matthew Wild 32a0e9805a configure: Add shellcheck directives to suppress warnings on harmless lines 7 years ago
Matthew Wild d736a358fe configure: Replace logic constructs with explicit if/else statements 7 years ago
Matthew Wild 4c51271865 configure: Remove unnecessary 'echo' 7 years ago
Matthew Wild edba284071 configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms 7 years ago
Matthew Wild 72c9822ae0 configure: Replace backticks with $() 7 years ago
Matthew Wild 15b35ed42b configure: Remove unused function 7 years ago
Kim Alvefur 37d1497aed configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc 8 years ago
Kim Alvefur ae9e01acd8 configure: Remove unused "require config" option 8 years ago
Kim Alvefur bfb1fb4d26 configure: Add new but undocumented flags to --help 8 years ago
Kim Alvefur 6dc4386c71 configure: Set runtime in debian preset to allow building without interperter installed 8 years ago
Kim Alvefur 34a3e7327e configure: --add-ldflags to amend $LDFLAGS without overriding previous value #858 9 years ago
Kim Alvefur 7dd7ec8541 configure: --add-cflags to amend $CFLAGS without replacing existing value(s) #858 9 years ago
Kim Alvefur 098b1c9663 configure: Skip some interpreter checks if --runwith is set 9 years ago
Kim Alvefur 368d066955 configure: Fix explanation of where it looked for an interpreter (luarocks 3dcfa00, thanks Izaron) 9 years ago
Kim Alvefur abb425e70f util.crand: Make it possible to use arc4random on Linux (needs libbsd) 8 years ago
Kim Alvefur 1dc92981c7 configure: Move name and directory name into a variable for easier comparison with similar scripts 9 years ago
Kim Alvefur 5ca8621ef4 configure: Fix Lua suffix in FreeBSD preset 9 years ago
Kim Alvefur 140c6de026 configure: Fix setting libdir if prefix changed 9 years ago
Kim Alvefur c0937dcdb4 configure: Set RUNWITH to lua + lua-suffix unless --runwith is given (fixes #721, #777) 9 years ago
Kim Alvefur 33a4138411 configure: Merge with configure from LuaRocks (which it was originally based on apparently) 9 years ago
Kim Alvefur cd37249852 configure: Set C standard to C99 9 years ago
Kim Alvefur d205c78327 util.pposix, configure: Move _GNU_SOURCE macro into source files 9 years ago
Kim Alvefur 1d21e033f3 configure: Fix quote on the correct side of the equals sign 9 years ago
Kim Alvefur de17820626 configure: Use $() and quotes instead of `` [shellcheck] 9 years ago
Kim Alvefur 75ff5d1a05 configure: Add --compiler-wrapper flag for using things like ccache or distcc 10 years ago
Kim Alvefur 9a012201cb configure: Add initial attempt at pkg-config preset 10 years ago
Kim Alvefur 391804712c configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian 10 years ago
Kim Alvefur 5cc3f59002 configure: Move -ggdb flag here from util-src/Make 10 years ago
Kim Alvefur 5e8e7dacdd configure: Add C compiler flag to indicate C89 10 years ago
Kim Alvefur dfb9438ad7 Move C compiler flag -pedantic from Makefile to configure 10 years ago
Kim Alvefur b5296e5046 configure: Remove unused 'find_helper' function 10 years ago
Kim Alvefur 33f7c5e60a configure: Indicate that LUA_INCDIR is set in openbsd preset 10 years ago
Kim Alvefur b81ad10ffd configure: Quote strings 10 years ago
Kim Alvefur 2597061f23 configure: Respect Lua suffix in Debian preset if already set 10 years ago
Kim Alvefur b5955ba7af configure: Normalize whitespace 10 years ago
Kim Alvefur 64e5655468 configure: Remove C++ compiler variable, not used 10 years ago
Kim Alvefur ed8199402f util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG 10 years ago
Kim Alvefur 9a4c2f7e52 configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (like with IDNA_LIBS) 10 years ago
Kim Alvefur 1ea718fb81 configure, util-src/Makefile: Move OS X deployment flag to an C compiler argument set by configure 10 years ago
Matthew Wild 63f8291d16 configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea) 10 years ago
Kim Alvefur 2dcf1e1696 configure: Set default compiler and linker to cc and ld on *bsd (thanks Tobias) 11 years ago