summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Use $^O rather than chomp(`uname`); - use perl's neat detection of the OS nam...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6031 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-171-29/+16
* Fix configure stuff AGAIN.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5983 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-131-16/+20
* On now-ancient freebsd 5.2.1, fix the compile by forcing the $(CC) var down t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5982 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-131-2/+2
* Removal of AES, this is no longer required. (This also eliminates code that i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5915 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-101-14/+7
* Fix for bug #177, generate the version string at configure time and write it ...•••then when running the ./inspircd, output the string, this way we dont need the source code to hand to report the version. (btw special, the doctor has cured you of perlprogramophobia) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5841 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-12-041-0/+13
* Apply CXXFLAGS patch from darix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5774 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-191-1/+1
* Remove unused /usr/local/lib from helperfuncs.cpp include dirs etc, its not b...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5773 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-191-3/+3
* Add -fno-strict-aliasing to shut up gcc when building with -O2. We know what ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5771 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-191-4/+4
* Add CXXFLAGS appending thing from darix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5769 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-181-0/+2
* Enable removal of debug info for tiny systems•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5699 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-111-1/+15
* More pipe. Everyone likes pipe•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5629 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-11-021-27/+27
* Fix the makefile confusion removal of these headers creates•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5601 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-311-2/+2
* Update configure, remove a bunch of deprecated makefiles that have been just ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5600 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-311-2/+2
* Test commit 2•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5598 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-311-0/+1
* Test commit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5597 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-311-1/+0
* Test commit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5579 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-291-0/+1
* Added unsupported warning for non-interactive configure. WE DONT SUPPORT NON-...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5543 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-261-0/+5
* Allow configuring of MAX_DESCRIPTORS by picking max number of clients•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5542 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-261-1/+2
* Remove the fucking optimization directive from configure, it's not supported,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5538 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2006-10-261-39/+5
* Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags.•••$ModDep allows a module to specify headers it depends on, e.g. all of the headers which use u_listmode.h now do this: /* $ModDep: ../../include/u_listmode.h */ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5534 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-231-2/+17
* Apply patch for bug#155 submitted by jamie•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5368 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-10-011-1/+1
* Dont let people enable gnutls/openssl when they dont have it... imho people s...•••them symlinking it? :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5342 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-261-0/+11
* Make svshold case insensitive, fix ./configure -update and ./configure -modup...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5341 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-261-0/+4
* Fix (broken) ./configure -update and ./configure -modupdate•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5318 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-251-0/+2
* Fixed the reversal of update and modupdate in ./configure•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5312 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2006-09-241-2/+2
* More detail in system detection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5297 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-6/+12
* More help text stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5296 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-20/+27
* Hard requirement on 5.6.0 and above of perl•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5295 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-0/+1
* Tidy up configure to display better in 80x25•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5294 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-19/+6
* Tidy up help text•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5293 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-11/+7
* clarify -- and - stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5292 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-5/+7
* Fix old interactive opts and -update etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-12/+16
* Fix typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5290 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-1/+1
* Allow -help as well as --help•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5289 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-0/+6
* Skip certificate generation if we're running non-interactive•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5288 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-31/+45
* optional non-interactive configure (woo yay, ./configure --help for info)•••NO I AM NOT HERE, im committing from work :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5287 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-191-316/+575
* Patch from jamie to detect malformed openssl versions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5235 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-131-1/+1
* Remove execinfo and threaded dns detection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5215 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-111-46/+8
* What TWONK made uname be /bin/uname, its NOT in /bin on bsd.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5214 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-111-1/+1
* Remove -Ldl from c++ opts in freebsd... its always been a non-op (all it does...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5210 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-101-1/+1
* We were printing a command instead of exec'ing it :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5146 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-051-1/+1
* Obtaining of ssl cert in gnutls module and placing it into a class which is e...•••In a while the openssl module will also populate this same high level class with data git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5123 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-031-0/+2
* Auto loading of commands as shared objects via dlsym (very lightweight interf...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5118 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-031-4/+5
* cmd_* files are now shared object. This lets make -j optimize the build proce...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5117 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-09-021-6/+7
* Remove -v argument from install (openbsd doesnt like it) - thanks wyleniauy•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5082 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-301-1/+1
* Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-301-4/+4
* Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5080 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-301-14/+7
* Changed modes/ makefile (not yet tested)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4979 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-08-191-2/+2
* #define IS_MINGW on..MinGW (*shock*)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4836 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-08-101-0/+3
* Don't use -fPIC on MinGW platforms•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4835 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2006-08-101-1/+9