aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make some code a bit more concise/Perlishlloyd2006-09-081-16/+14
* Get ride of some variables that were just cluttering up the code.lloyd2006-09-081-14/+5
* Generate the botan-config script through a simple template-based system.lloyd2006-09-081-66/+41
* Just moving things aroundlloyd2006-09-071-569/+570
* Remove extraneous parenthesislloyd2006-09-061-3/+3
* Move the call to main() up towards the top of the script so it's easierlloyd2006-09-051-8/+6
* Remove the last users of %MODULES_OLDlloyd2006-09-051-95/+63
* Add helper functions for warning and error messages.lloyd2006-09-051-54/+74
* Change computation of the preprocessor macros to define to use the newlloyd2006-09-051-20/+22
* Cause two different versions of the modules hash to exist; the previouslloyd2006-09-051-17/+30
* Start changing the module reader code to match the configuration infolloyd2006-09-051-33/+41
* Remove support for modules to define macros that don't have an _EXT_ inlloyd2006-09-051-23/+3
* Move the autoconfiguration code to the bottom; it's the messiest and probablylloyd2006-09-051-214/+213
* Remove the last of the (old) global hasheslloyd2006-09-051-56/+100
* Inline set_arch_defines for easier editinglloyd2006-09-051-28/+22
* Change set_arch_defines to also use read_info_files, then interate overlloyd2006-09-051-10/+5
* Remove set_os_defines and set_cc_defines, replace them with a call tolloyd2006-09-051-26/+14
* Remove the %OS_ALIAS hashlloyd2006-09-051-8/+16
* Remove the last of the hashes that held the compiler flags, everything haslloyd2006-09-051-27/+13
* In set_*_defines, rather than assigning to the %OPERATING_SYSTEM, %CPU,lloyd2006-09-051-3/+9
* Remove %OS_SUPPORTS_SHAREDlloyd2006-09-051-7/+9
* Remove the global machine optimization flag hasheslloyd2006-09-051-21/+21
* Remove %INSTALL_INFOlloyd2006-09-051-15/+7
* Rename the keys used in the %INSTALL_INFO hash to make it easier to swaplloyd2006-09-051-21/+21
* Add some helper functions to cut down on clutter in generate_makefilelloyd2006-09-041-24/+28
* Remove several hashes related to file naminglloyd2006-09-041-30/+24
* Remove the compiler debug flags hash and the makefile style hashlloyd2006-09-041-11/+8
* Remove the hashes that listed what operating systems and CPUs a particularlloyd2006-09-041-18/+16
* Remove the global hashes that used to hold the optimization and warninglloyd2006-09-041-10/+14
* Avoid undefined warnings in Makefile generation if the compiler does notlloyd2006-09-041-2/+9
* Remove CC_AR_COMMANDlloyd2006-09-041-3/+10
* Remove CC_BINARY_NAMElloyd2006-09-041-5/+4
* Remove OS_SUPPORTS_ARCHlloyd2006-09-041-3/+2
* Swap the arguments to in_array()lloyd2006-09-041-11/+11
* Remove the REALNAME hashlloyd2006-09-041-17/+24
* Start the first steps towards removing some of the global hasheslloyd2006-09-041-24/+44
* Make ar_needs_ranlib less of a special caselloyd2006-09-041-8/+7
* Rename some internally-used variables so I can use set_if_any for somelloyd2006-09-041-33/+26
* Remove set_undef, replace with an explicit loop in the one place wherelloyd2006-09-041-11/+4
* Move some subroutines that were only used in one place inside thelloyd2006-09-041-88/+92
* Rename %modinfo to %info in get_module_infolloyd2006-09-041-22/+22
* Finish get_cc_info()lloyd2006-09-041-21/+29
* Use get_cc_info to get the single-variable values from the compilerlloyd2006-09-041-17/+14
* First pass at get_cc_info()lloyd2006-09-041-1/+20
* Implement get_arch_info, which handles reading a single architecturelloyd2006-09-041-19/+42
* Finish get_os_info; set_os_defines now uses it for gathering all informationlloyd2006-09-041-51/+33
* Begin to make a distinction between reading the file and setting the valueslloyd2006-09-041-12/+56