Commit Graph

74 Commits (f0d34acdccd0d9d20ae1571d3e9894de03e22ffe)

Author SHA1 Message Date
Kim Alvefur 7c0cd1c22e configure: Remove unused OS and architecture detection that would most likely fail on systems without gcc 9 years ago
Kim Alvefur 61f33a3588 configure: Remove unused "require config" option 9 years ago
Kim Alvefur 83407d056a configure: Add new but undocumented flags to --help 9 years ago
Kim Alvefur 17e7512c9f configure: Set runtime in debian preset to allow building without interperter installed 9 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 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 10 years ago
Kim Alvefur 7e302e2b0e configure: Use $() and quotes instead of `` [shellcheck] 10 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 13 years ago
James Callahan 262580f590 configure: Fix poor layout 13 years ago
Kim Alvefur 9438df82cf configure: Replaces tabs with spaces in --help 13 years ago
Kim Alvefur 1771d490b6 configure: Add RUNWITH to --help 13 years ago
Kim Alvefur 259f3e40c1 configure: Set to run with lua5.1 in the debian preset 13 years ago
Kim Alvefur aa1fe37ca5 configure, Makefile: Allow runtime to be overridden. 14 years ago
Kim Alvefur 38ce1b2b86 configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux fallocate() 14 years ago
Matthew Wild 960450680b configure: Add 'openbsd' preset (thanks xavier) 15 years ago
Matthew Wild a4ab78295d configure: Remove obsolete option '--require-config' 15 years ago
Matthew Wild 084742587e configure: Don't add -llua to LDFLAGS, it's unnecessary 16 years ago
Tobias Markmann 8f4671cca2 Make libidn default when not specifiying a IDN lib. 16 years ago
Tobias Markmann c1efda1ffd Make libidn default when not specifiying a IDN lib. 16 years ago