summaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAgeFilesLines
...
* 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-202-3/+37
* Add O_NOFOLLOW to file write call, which prevents following of symlinks makin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6358 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-161-1/+1
* Move showhelp() into make/configure.pm•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6323 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-1/+77
* Slightly decraqed configure•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6322 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-1/+130
* Starting tidying up the configure script, and moving a lot of stuff into func...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6320 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-0/+58
* Fix broken ./configure macros broken by introduction of an eval•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6316 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-2/+6
* Output which module is executing the macro•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6314 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-16/+18
* Formatting glitch•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6313 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-1/+1
* Improved detail in configure, and two new functions exec() and eval() are mor...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6312 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-43/+64
* Add eval() and exec() macros, that evaluate perl and execute commands at conf...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6311 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-0/+20
* Take out unneccessary chomp()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6310 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-1/+0
* Make the rpath() macro handle lines with multiple -L in them•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6309 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-6/+12
* Output for 'using defaults' when nothing of interest found•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6308 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-141-3/+16
* Colour coding, tidying, and more verbose output to configure•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6307 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-131-0/+16
* Extra stuff to improve buildsystem, calculate lib and include dirs at configu...•••rather than erroring at buildtime like we used to. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6306 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-131-3/+38
* Tidy up the buildsystem a lot by encapsulating repeated detection routines fo...•••See the pl files in src/modules/extra for how to use the functions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6305 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-01-131-0/+86