summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Why does getcache return "true" or undef?! Now returns 1 or 0. Thanks stskeeps•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7482 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-211-3/+3
* Fix gnutls cert generation failing. Thx owine.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7479 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-201-4/+4
* Fix for bug #353, theres no solution to this but a slightly craqy one, but at...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7477 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-191-0/+4
* Check libc version for epoll then check that glibc is built against this kern...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7475 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-191-0/+34
* Fix copyright headers.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7466 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-171-20/+34
* Module directories now use the concatenated linker flags from every cpp file,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7459 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-07-171-2/+3
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-1/+1802
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-07-161-1802/+1
* Little tweak to fix the output when directory modules execute programs for cf...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7445 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-07-161-2/+1
* Backport patch from stskeeps for checking success of gnutls cert generation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7435 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-111-7/+12
* Add -Wno-deprecated to prevent an annoyingly stupid gcc4.2 error which stops ...•••void a(char* foo); -> a("test") == WARNING on gcc4.2! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7418 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-07-011-6/+6
* Fixed sunos 5.11 support, and a header issue with the ports socketengine. Pat...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7409 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-06-251-2/+2
* Apply patch from BuildSmart that fixes an install path.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7399 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-211-1/+1
* Apply OSX patch from BuildSmart that fixes installation issues.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7398 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2007-06-211-0/+9
* Same here•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7246 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-051-7/+4
* Configure ldlibs patch by djGrrr•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7236 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-06-051-2/+7
* Windows support. Tested and working to compile on freebsd and linux. Next ste...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7043 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-191-0/+4
* Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (...•••THIS IS UNSUPPORTED BY US IF YOU CHANGE IT, WE WON'T EVEN TELL YOU HOW :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7022 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-141-28/+32
* WINNAH•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7000 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-121-1/+0
* Add openssl cert generation prettyness, make it like our gnutls one. It seems...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6952 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-101-2/+2
* Fix for feature request in bug #262, needs a bit of QA. Simpler prompting for...•••which we use to fill in a certtool template. Much nicer. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6890 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-051-4/+4
* Add support for solaris 10 IO Completion Ports, contributed by nenolod•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6763 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-081-1/+47
* Add licensing headers to files which are missing them and make sure they are ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6759 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-04-071-0/+3
* Change openssl autoprompting to use pkg-config, so if you dont *have* pkg-con...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6624 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-03-041-3/+10
* Addition of feature request outlined in bug #195, suggested by Bricker•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6602 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-02-191-16/+0
* Change the wording of configure, to indicate that building as ipv6 is no long...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6528 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-02-061-2/+2
* configure was linking a nonexistant header with ssl that has been in include/...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6495 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar special2007-02-051-2/+0
* Minor OS X patch, per BuildSmart for 10.3.x users•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6477 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-02-021-1/+1
* Change the way versions are displayed by connect and /version so that its mor...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6474 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-02-011-3/+1
* New patch from BuildSmart for OS X support, not broken like the last one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6473 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-02-011-2/+140
* Remove -O2, it seems to break tons of stuff with no clue how it did it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6470 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-311-2/+2
* Added 'make debug' which does 'make all' with -g rather than -O2 -g1.•••To correct your config for this new feature, ./configure -modupdate. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6452 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-281-0/+2
* Fix for bug #187•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6441 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-261-1/+6
* Fucking grr.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6432 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-241-150/+5
* Revert some stuff back to the old way•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6431 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-231-16/+2
* Note: ne is not eq.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6430 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-231-1/+1
* Make our makefile bsd compatible again :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6429 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-231-0/+7
* Integrate OSX patches from BuildSmart, plus a few tweaks and fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6428 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-231-5/+157
* Back-out OSX patches till theyre completed, our stable tree is tied up with t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6427 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-231-140/+12
* First part of OSX patches for 1.1 from BuildSmart•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6426 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-231-12/+140
* Fix library detection flags (bad define put into the ldflags)•••Change default flags from "-g" to "-O2 -g1". This takes us down from a build size of 350mb+ to 35mb, and still gives us the ability to backtrace! :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6419 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-211-2/+2
* Additional feature, pass -DVERSION_PKGCONFMODNAME="xxx" to modules that use t...•••Extra tweak/fix: Allow for configure cache values containing the = symbol git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6413 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-201-1/+1
* Better detection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6411 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-201-99/+113
* Fixes to make ./configure prompt for libs if all else fails (discussed earlie...•••The values prompted for are cached, so if you specify them then ./configure -update wont prompt again for them git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-201-1/+3
* Fix for NthDegree, thanks for the info :)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6399 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-191-1/+1
* Commit #999999, Brain learns to spell.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-181-1/+1
* $(FLAGS) was omitted from build line of a directory based module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6390 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-181-1/+1
* Fix the dependency checking to not rebuild an entire module dir when one file...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6389 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-181-5/+6
* Change stuff around•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6380 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-181-8/+4
* YAY I FIXED IT!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6379 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-181-2/+2