summaryrefslogtreecommitdiff
path: root/make
AgeCommit message (Expand)Author
2007-08-25Add 'require 5.8.0' to the very top of every module to make the failure messa...brain
2007-07-24A bit of static lingeringpeavey
2007-07-20Fix gnutls cert generation failing. Thx owine.peavey
2007-07-17more headers.peavey
2007-07-17Added the execruntime() function for Compile/Linker flags - executes shell co...special
2007-07-16OOPS! 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-07-11Backport patch from stskeeps for checking success of gnutls cert generationbrain
2007-06-26Added a prompt for certificate expiry time to openssl cert generation. Patch ...special
2007-06-26Fixed the order of fields in openssl certificate generation; this would make ...special
2007-05-14Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (...brain
2007-05-10Add openssl cert generation prettyness, make it like our gnutls one. It seems...brain
2007-05-05Fix for bug typo, dont let it creep into the release!brain
2007-05-05Fix for feature request in bug #262, needs a bit of QA. Simpler prompting for...brain
2007-04-07Add licensing headers to files which are missing them and make sure they are ...brain
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain
2007-02-10Fix typo reported by owine (bug #208)brain
2007-02-01New patch from BuildSmart for OS X support, not broken like the last onew00t
2007-01-26Fix for bug #187brain
2007-01-21Add check for openssl >= 0.9.7, and fix for if the library cant be found at allbrain
2007-01-21Fix broken function vcheck() that checks one dot-delimited version string aga...brain
2007-01-21Add extra macro pkgconfversion("packagename", "version");brain
2007-01-21Fix library detection flags (bad define put into the ldflags)brain
2007-01-20Fix the commandline stuff up to actually work!brain
2007-01-20If we're not in interactive mode, then we dont prompt interactively for the v...brain
2007-01-20Additional feature, pass -DVERSION_PKGCONFMODNAME="xxx" to modules that use t...brain
2007-01-20And fix it so it worksbrain
2007-01-20Better detectionbrain
2007-01-20Add caching of all detected values :)brain
2007-01-20Proritise cached value above a searchbrain
2007-01-20Fixes to make ./configure prompt for libs if all else fails (discussed earlie...brain
2007-01-16Add O_NOFOLLOW to file write call, which prevents following of symlinks makin...brain
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-14Output which module is executing the macrobrain
2007-01-14Formatting glitchbrain
2007-01-14Improved detail in configure, and two new functions exec() and eval() are mor...brain
2007-01-14Add eval() and exec() macros, that evaluate perl and execute commands at conf...brain
2007-01-14Take out unneccessary chomp()brain
2007-01-14Make the rpath() macro handle lines with multiple -L in thembrain
2007-01-14Output for 'using defaults' when nothing of interest foundbrain
2007-01-13Colour coding, tidying, and more verbose output to configurebrain
2007-01-13Extra stuff to improve buildsystem, calculate lib and include dirs at configu...brain
2007-01-13Tidy up the buildsystem a lot by encapsulating repeated detection routines fo...brain