aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* configure: Change --data-dir to --datadir to make consistent with help and ↵Matthew Wild2009-05-011-1/+1
| | | | other dir flags
* configure: Honour --sysconfdir parameter; thanks to Michael SchererMatthew Wild2009-04-281-0/+4
|
* Allow setting LFLAGS with ./configure --lflags=Matthew Wild2009-04-141-0/+3
|
* Add -Wall to default CFLAGSMatthew Wild2009-02-151-2/+2
|
* Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure ↵Matthew Wild2009-02-141-0/+16
| | | | script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch!
* Fix configure to save LFLAGS, and also set proper defaults for all sensible OSesMatthew Wild2008-12-031-1/+3
|
* Using new LFLAGS variable.Tobias Markmann2008-12-031-1/+2
|
* Fix macosx ostype targetMatthew Wild2008-11-301-0/+2
|
* Fix debian ostype targetMatthew Wild2008-11-301-0/+2
|
* Potential fixes for building on Mac OSXMatthew Wild2008-11-301-1/+28
|
* Installation improvements (auto-creation of data directories)Matthew Wild2008-11-301-1/+17
|
* Update Makefile to now pass config paths to prosody. Update prosody, ↵Matthew Wild2008-11-291-1/+1
| | | | modulemanager and connectionlisteners to obey these paths.
* Add a top-level Makefile and ./configure script. Update util-src Makefile ↵Matthew Wild2008-11-291-0/+243
for this.