Age | Commit message (Expand) | Author |
2014-08-19 | Add a work around for trampling over PKG_CONFIG_PATH. | Peter Powell |
2014-06-26 | Fix various small problems with configure. | Peter Powell |
2014-02-28 | Merge pull request #784 from ShutterQuick/patch-1 | Attila Molnar |
2014-02-27 | Fix build problem on Solaris | ShutterQuick |
2014-02-27 | Fix Solaris not being able to find modules without pkg-config. | Peter Powell |
2012-04-20 | Headers: update remaining scripts too | Robby- |
2010-03-11 | Don't implement --atleast-version ourselves, incorrectly | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-09-01 | Run a dependency check on modules so missing dependencies are detected during... | danieldg |
2009-06-26 | Make pkg-config failure error clearer | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-11 | Fix error when configuring with a custom directory: http://www.inspircd.org/f... | brain |
2009-01-24 | fix typo | peavey |
2009-01-04 | Friendlify error message here too | brain |
2008-04-27 | Extra support for freebsd openssl, allow user to pick between ports and base ... | brain |
2008-04-27 | More stuff so that freebsd users can still use the ports version of openssl i... | brain |
2008-04-27 | Fix this up a bit nicer | brain |
2008-04-27 | and make it work right... | brain |
2008-04-27 | Add some stuff from the freebsd port based on ideas by Matthew Seaman which a... | brain |
2008-02-13 | Patch provided by danieldg for fixing 3-figure versions in configure | brain |
2008-01-27 | Revert tmpfile cleanup from r8761, also make configure's perl version check h... | aquanight |
2008-01-27 | Some configure cleanups: like using perl functions/modules instead of system(... | aquanight |
2008-01-27 | Make sure that if an exec() macro fails its picked up before build time | brain |
2008-01-17 | Aquanight's configure strict/fatal warnings patch | brain |
2007-11-03 | Add --disable-rpath. Probably wont backport this for the time being | brain |
2007-08-25 | Add 'require 5.8.0' to the very top of every module to make the failure messa... | brain |
2007-07-17 | more headers. | peavey |
2007-07-17 | Added the execruntime() function for Compile/Linker flags - executes shell co... | special |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-04-07 | Add licensing headers to files which are missing them and make sure they are ... | brain |
2007-02-01 | New patch from BuildSmart for OS X support, not broken like the last one | w00t |
2007-01-21 | Add check for openssl >= 0.9.7, and fix for if the library cant be found at all | brain |
2007-01-21 | Fix broken function vcheck() that checks one dot-delimited version string aga... | brain |
2007-01-21 | Add extra macro pkgconfversion("packagename", "version"); | brain |
2007-01-21 | Fix library detection flags (bad define put into the ldflags) | brain |
2007-01-20 | Fix the commandline stuff up to actually work! | brain |
2007-01-20 | If we're not in interactive mode, then we dont prompt interactively for the v... | brain |
2007-01-20 | Additional feature, pass -DVERSION_PKGCONFMODNAME="xxx" to modules that use t... | brain |
2007-01-20 | And fix it so it works | brain |
2007-01-20 | Better detection | brain |
2007-01-20 | Add caching of all detected values :) | brain |
2007-01-20 | Proritise cached value above a search | brain |
2007-01-20 | Fixes to make ./configure prompt for libs if all else fails (discussed earlie... | brain |
2007-01-16 | Add O_NOFOLLOW to file write call, which prevents following of symlinks makin... | brain |
2007-01-14 | Fix broken ./configure macros broken by introduction of an eval | brain |
2007-01-14 | Output which module is executing the macro | brain |
2007-01-14 | Formatting glitch | brain |
2007-01-14 | Improved detail in configure, and two new functions exec() and eval() are mor... | brain |
2007-01-14 | Add eval() and exec() macros, that evaluate perl and execute commands at conf... | brain |