Commit Graph

34 Commits (5c1d94de1b67353da7e2c348379c8a8509a9e66a)

Author SHA1 Message Date
Matthew Wild dee60b3659 configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics) 11 years ago
Matthew Wild 83ca1bd5d1 configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470. 11 years ago
Kim Alvefur addfb8275a Makefile, configure: Add option for disabling generation of example certificates 12 years ago
Kim Alvefur 901b5981d0 configure: Replaces tabs with spaces in --help 13 years ago
Kim Alvefur 4b105e01bb configure: Add RUNWITH to --help 13 years ago
Kim Alvefur 870e087fd7 configure: Set to run with lua5.1 in the debian preset 13 years ago
Kim Alvefur 2b1cd1a3ae configure, Makefile: Allow runtime to be overridden. 13 years ago
Kim Alvefur 56ac0ec656 configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux fallocate() 14 years ago
Matthew Wild dcec3ba639 configure: Add 'openbsd' preset (thanks xavier) 14 years ago
Matthew Wild 73e55a9af4 configure: Remove obsolete option '--require-config' 14 years ago
Matthew Wild 33ff689973 configure: Don't add -llua to LDFLAGS, it's unnecessary 15 years ago
Tobias Markmann 8f4671cca2 Make libidn default when not specifiying a IDN lib. 15 years ago
Tobias Markmann 52b97c49a8 Fix lua lib name in LDFLAGS. 15 years ago
Tobias Markmann 211cf6c775 util.encodings: Support for ICU for IDNA operations. 15 years ago
Matthew Wild 084742587e configure: Don't add -llua to LDFLAGS, it's unnecessary 15 years ago
Tobias Markmann c1efda1ffd Make libidn default when not specifiying a IDN lib. 15 years ago
Tobias Markmann 798aeefcfb Fix lua lib name in LDFLAGS. 15 years ago
Tobias Markmann 93b0dcf56a util.encodings: Support for ICU for IDNA operations. 15 years ago
Matthew Wild e48fd00794 configure: Make it possible to override ostype presets with values specified later on the command-line 16 years ago
Matthew Wild 8752ffbad4 configure: Fix ostype=freebsd for ./configure (thanks dersd for reporting and n0nsense for testing the fix!) 16 years ago
Matthew Wild 91779a5718 configure: Add ostype preset for FreeBSD (thanks dersd and tobias (no, the other one)) 16 years ago
Matthew Wild 5df3474dd2 configure: Fix to allow option values containing '=' (thanks Jakub) 16 years ago
Matthew Wild 413499eda8 configure: fix typo of 'yes' -> 'yet' 16 years ago
Brian Cully 5a986a4426 configure: Add 'linux' ostype and rename lflags to LDFLAGS to match expectations. 16 years ago
Matthew Wild ef775d52e4 configure: Change --data-dir to --datadir to make consistent with help and other dir flags 17 years ago
Matthew Wild d5d6bf5e7f configure: Honour --sysconfdir parameter; thanks to Michael Scherer 17 years ago
Matthew Wild 0e68454380 Allow setting LFLAGS with ./configure --lflags= 17 years ago
Matthew Wild f28bae1905 Add -Wall to default CFLAGS 17 years ago
Matthew Wild 6f1ac0657b 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! 17 years ago
Matthew Wild 87703412c1 Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes 17 years ago
Tobias Markmann f202e25009 Using new LFLAGS variable. 17 years ago
Matthew Wild 8349294988 Fix macosx ostype target 17 years ago
Matthew Wild c26a933765 Fix debian ostype target 17 years ago
Matthew Wild da2f3ee85a Potential fixes for building on Mac OSX 17 years ago
Matthew Wild 90aca9cd5c Installation improvements (auto-creation of data directories) 17 years ago
Matthew Wild 7271c148ce Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths. 17 years ago
Matthew Wild dcf87bb7c9 Add a top-level Makefile and ./configure script. Update util-src Makefile for this. 17 years ago