summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2007-01-18Commit #999999, Brain learns to spell.brain
2007-01-18$(FLAGS) was omitted from build line of a directory based modulebrain
2007-01-18Fix the dependency checking to not rebuild an entire module dir when one file...brain
2007-01-18Change stuff aroundbrain
2007-01-18YAY I FIXED IT!brain
2007-01-18Reverting this back to normalitybrain
2007-01-18Revert this back to sanity, still doesnt work thobrain
2007-01-18why wont this fucking thing find the includes?!brain
2007-01-18Whoops, wrong include dirbrain
2007-01-18Folder -> Directorybrain
2007-01-18Add output to ./configure -update to show when it finds a directory in the mo...brain
2007-01-18Module splitting now works!brain
2007-01-18Fixesbrain
2007-01-18Stuff to detect split modules in dirs - not tested yetbrain
2007-01-14If you have a broken config, rerun full configure to fixbrain
2007-01-14Move showhelp() into make/configure.pmbrain
2007-01-14Slightly decraqed configurebrain
2007-01-14Starting tidying up the configure script, and moving a lot of stuff into func...brain
2007-01-14Fix broken ./configure macros broken by introduction of an evalbrain
2007-01-14Improved detail in configure, and two new functions exec() and eval() are mor...brain
2007-01-13Extra stuff to improve buildsystem, calculate lib and include dirs at configu...brain
2007-01-09Someone forgot to make correct deps for timer.h. Fixed.brain
2007-01-04Merge buildsystem tweaks from darix:brain
2006-12-31Part 1 of my plan to take over the world. pay it no attention.brain
2006-12-26have configure detect SOMAXCONN and store it in a string define, SOMAXCONN_Sbrain
2006-12-26Add defaults for a ton of config vars, fix indentation, and add MAXCLIENTS_S ...brain
2006-12-24Fix --with-max-clients not taking a parameter (reported by erich)brain
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