aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
* Provide a more flexible mechanism for specifying which modules are loaded.lloyd2007-03-121-4/+6
* Add support for plain C files (mostly interesting for use in modules)lloyd2007-03-111-2/+3
* Add a new option to turn on tracing.lloyd2007-03-091-6/+6
* Put a newline between the target info macros and the extension macros (if any)lloyd2007-03-081-0/+3
* Handle out of tree builds a little better.lloyd2007-03-041-5/+20
* propagate from branch 'net.randombit.botan.stable' (head fd0242cd1f44b6d9d0e5...lloyd2007-02-281-1/+1
|\
| * Fix up autodetection on AMD Athlon64 systems.lloyd2007-01-281-2/+3
* | Fix architecture detection for Athlon64 systems running Linux; a missinglloyd2007-02-151-1/+2
* | Bump version to 1.7.0 for Botan head.lloyd2007-01-201-2/+2
|/
* Update changelog with information on 1.6.11.6.1lloyd2007-01-201-1/+1
* Only attempt to install files from doc/ that are known to exist.lloyd2007-01-201-1/+6
* Update the version number in configure.pl to 1.6.0, update the readmelloyd2006-12-161-2/+2
* Bump version to 1.5.13lloyd2006-12-081-1/+1
* The configure script was getting confused if invoked aslloyd2006-11-111-1/+2
* Some small cleanupslloyd2006-10-121-23/+25
* Support out of tree builds.lloyd2006-10-051-35/+63
* Version bumplloyd2006-09-201-1/+1
* Clean up the output produced when a 'note' directive is encountered in alloyd2006-09-101-5/+2
* Better trace outputlloyd2006-09-091-78/+73
* Clean up use of grep and maplloyd2006-09-091-17/+22
* Fix the clean and install targets in the makefileslloyd2006-09-091-16/+24
* Split main() into several subroutines.lloyd2006-09-091-580/+650
* Be more free with suggesting the user try running with --help in the eventlloyd2006-09-091-22/+24
* Merge the various set_if_any functions into a single match_any_oflloyd2006-09-091-40/+32
* Fix a bug when generating nmake-style makefiles.lloyd2006-09-081-3/+2
* Rename error() to croak(), to make it a little more obvious that it doesn'tlloyd2006-09-081-146/+155
* Some minor simplifications for installation logic.lloyd2006-09-081-60/+35
* Various small things, nothing of real import.lloyd2006-09-081-24/+20
* The dir_list() function hardcoded '.' and '..' intead of using File::Speclloyd2006-09-081-6/+11
* Hoist some shared code up to generate_makefile()lloyd2006-09-081-71/+51
* Store the list of docs to install in a list rather than a hash.lloyd2006-09-081-49/+31
* Fix handling for systems that need to run ranlib on static libraries.lloyd2006-09-081-8/+4
* Fix minor spacing issues after the build listlloyd2006-09-081-3/+2
* Fix several embedded pathnames that might cause problems on non-Unixlloyd2006-09-081-56/+32
* Integrated conflict detection into the module loader, which catches manylloyd2006-09-081-40/+28
* Finally get rid of the last set of globalslloyd2006-09-081-50/+48
* Speed up process_template() by running the regular expressions over thelloyd2006-09-081-90/+106
* Pass the config hash to load_module instead of a list of argumentslloyd2006-09-081-66/+66
* Get rid of a few more global variableslloyd2006-09-081-35/+34
* Use %CONFIG to hold much more of the build information.lloyd2006-09-081-160/+136
* Chop out various globals and unused parameterslloyd2006-09-081-94/+127
* Rearrange to place related pieces of code near each other.lloyd2006-09-081-271/+343
* Remove support for building with .s files, which aren't used (versus .Slloyd2006-09-081-5/+4
* Remove some unused parameters to the makefile printerslloyd2006-09-081-27/+26
* Move some of the shared code up to generate_makefilelloyd2006-09-081-172/+109
* Remove the makefile file handle parameter to the generation functions, aslloyd2006-09-081-32/+24
* Fix a failure that occured if the user specified the OS as generic.lloyd2006-09-081-28/+33
* Remove print_header(), no longer usedlloyd2006-09-081-7/+0
* Generate the NMAKE version of the makefile with file templateslloyd2006-09-081-123/+52
* Generate the Unix makefiles by processing templates and replacinglloyd2006-09-081-178/+49