aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug when generating nmake-style makefiles.lloyd2006-09-081-1/+1
| | | | | | Make sure to close the output file in process_template Work around some Visual Studio command-line brain damange.
* Some minor simplifications for installation logic.lloyd2006-09-086-8/+12
| | | | Inline print_unix_makefile and print_nmake_makefile into generate_makefile
* Add a 'win32' alias for Windows.lloyd2006-09-081-0/+4
|
* Fix handling for systems that need to run ranlib on static libraries.lloyd2006-09-082-2/+4
|
* Fix minor spacing issues after the build listlloyd2006-09-083-0/+6
|
* Use the right variable in the botan-config template for extra librarieslloyd2006-09-081-1/+1
|
* Check in the template for the build.h filelloyd2006-09-081-0/+21
|
* Correct some of the Visual C++ optionslloyd2006-09-081-2/+2
|
* Improve handling of Itanium option generation for GCClloyd2006-09-082-2/+5
|
* Generate the NMAKE version of the makefile with file templateslloyd2006-09-081-0/+103
|
* Generate the Unix makefiles by processing templates and replacinglloyd2006-09-082-0/+253
| | | | variables, rather than hardcoding the entire Makefile into the script.
* Generate the botan-config script through a simple template-based system.lloyd2006-09-081-0/+57
|
* Remove a commented out mach_abi_linking sectionlloyd2006-09-061-3/+0
|
* Drop the now basically useless readme.txt file for the configuration codelloyd2006-09-021-14/+0
|
* Load the configuration information when the user runs configure.pl, ratherlloyd2006-09-0217-2298/+0
| | | | than baking it in with mkconfig.pl
* Instead of including the local config header into build.h, simply copy thelloyd2006-09-021-1/+4
| | | | | contents into build.h. This keeps the issues with getting the include paths right, handling name conflicts, etc to a minimum.
* Note some slightly more ambitious todos with regards to the configure codelloyd2006-09-021-0/+7
|
* Remove various small unnecessary things from the configure codelloyd2006-09-024-17/+1
|
* Let the user specify an extra include file (included into build.h)lloyd2006-09-012-0/+8
|
* All the user to specify --build-dir to configure.pl, which will allow forlloyd2006-09-011-0/+8
| | | | multiple builds in a single directory.
* Only error out when multiple modules declaring mp_bits are found _and_lloyd2006-08-201-2/+3
| | | | the values they declare are unequal.
* Delete trailing whitespacelloyd2006-08-191-2/+2
|
* Version bump in the configure scriptlloyd2006-08-151-1/+1
|
* Version bumplloyd2006-07-131-1/+1
|
* Version bump to 1.5.9lloyd2006-07-081-1/+1
|
* Change build/config.h -> build/build.hlloyd2006-07-012-4/+4
|
* Version number bumplloyd2006-06-231-1/+1
|
* Fix mkconfig.pl to write to in-tree configure.pllloyd2006-06-031-5/+1
|
* Move the configure.pl generation code into the tree.lloyd2006-06-0362-0/+3506