summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2006-12-21Removed a pointless check in ./configure --clean that made it only work with ...special
2006-12-17Use $^O rather than chomp(`uname`); - use perl's neat detection of the OS nam...brain
2006-12-13Fix configure stuff AGAIN.brain
2006-12-13On now-ancient freebsd 5.2.1, fix the compile by forcing the $(CC) var down t...brain
2006-12-10Removal of AES, this is no longer required. (This also eliminates code that i...brain
2006-12-04Fix for bug #177, generate the version string at configure time and write it ...brain
2006-11-19Apply CXXFLAGS patch from darixbrain
2006-11-19Remove unused /usr/local/lib from helperfuncs.cpp include dirs etc, its not b...brain
2006-11-19Add -fno-strict-aliasing to shut up gcc when building with -O2. We know what ...brain
2006-11-18Add CXXFLAGS appending thing from darixbrain
2006-11-11Enable removal of debug info for tiny systemsbrain
2006-11-02More pipe. Everyone likes pipebrain
2006-10-31Fix the makefile confusion removal of these headers createsbrain
2006-10-31Update configure, remove a bunch of deprecated makefiles that have been just ...brain
2006-10-31Test commit 2brain
2006-10-31Test commitbrain
2006-10-29Test commitbrain
2006-10-26Added unsupported warning for non-interactive configure. WE DONT SUPPORT NON-...brain
2006-10-26Allow configuring of MAX_DESCRIPTORS by picking max number of clientsbrain
2006-10-26Remove the fucking optimization directive from configure, it's not supported,...w00t
2006-10-23Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags.brain
2006-10-01Apply patch for bug#155 submitted by jamiebrain
2006-09-26Dont let people enable gnutls/openssl when they dont have it... imho people s...brain
2006-09-26Make svshold case insensitive, fix ./configure -update and ./configure -modup...brain
2006-09-25Fix (broken) ./configure -update and ./configure -modupdatebrain
2006-09-24Fixed the reversal of update and modupdate in ./configurespecial
2006-09-19More detail in system detectionbrain
2006-09-19More help text stuffbrain
2006-09-19Hard requirement on 5.6.0 and above of perlbrain
2006-09-19Tidy up configure to display better in 80x25brain
2006-09-19Tidy up help textbrain
2006-09-19clarify -- and - stuffbrain
2006-09-19Fix old interactive opts and -update etcbrain
2006-09-19Fix typobrain
2006-09-19Allow -help as well as --helpbrain
2006-09-19Skip certificate generation if we're running non-interactivebrain
2006-09-19optional non-interactive configure (woo yay, ./configure --help for info)brain
2006-09-13Patch from jamie to detect malformed openssl versionsbrain
2006-09-11Remove execinfo and threaded dns detectionbrain
2006-09-11What TWONK made uname be /bin/uname, its NOT in /bin on bsd.brain
2006-09-10Remove -Ldl from c++ opts in freebsd... its always been a non-op (all it does...brain
2006-09-05We were printing a command instead of exec'ing it :pbrain
2006-09-03Obtaining of ssl cert in gnutls module and placing it into a class which is e...brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-09-02cmd_* files are now shared object. This lets make -j optimize the build proce...brain
2006-08-30Remove -v argument from install (openbsd doesnt like it) - thanks wyleniauybrain
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-19Changed modes/ makefile (not yet tested)brain
2006-08-10#define IS_MINGW on..MinGW (*shock*)om