aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.8.2-prelloyd2009-01-211-1/+1
* Bump version in configure and readme to 1.8.1-prelloyd2009-01-031-1/+1
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-2/+2
* Consolidate the useful stuff from doc/info.txt into readme.txtlloyd2008-11-301-1/+1
* Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'lllloyd2008-11-241-1/+1
* If configure.pl guesses the CPU using /proc/cpuinfo or uname, it remindslloyd2008-11-241-2/+3
* Add handy aliases to configure for controlling the modules using OpenSSL,lloyd2008-11-231-0/+9
* Make it optional to provide an argument to --enable-modules orlloyd2008-11-211-2/+2
* Wrap long lines in configure.pl outputlloyd2008-11-191-10/+46
* Wrap line for readabilitylloyd2008-11-171-1/+2
* Use TR1 by default with GNU C++ and Intel C++, since all recent versions oflloyd2008-11-171-9/+20
* Bump version to 1.7.23-prelloyd2008-11-171-1/+1
* Don't namespace botan-config by major/minor versions (use pkg-config for this...lloyd2008-11-131-2/+1
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-1/+1
* Tick version to 1.7.21-prelloyd2008-11-091-1/+1
* For pkg-config, name as botan-$major.$minor.pc, eg botan-1.7, rather thanlloyd2008-11-071-4/+4
* Fix syntax problems introduced in 80 column wraplloyd2008-11-071-5/+2
* Wrap to 80 columnslloyd2008-11-071-17/+31
* Print a message that a makefile was created, so it's clear what to dolloyd2008-11-071-1/+1
* Put automatically generated botan-config and pkgconfig files into build/lloyd2008-11-071-2/+6
* Fix the --with-build-dir option, so that it is actually possible to dolloyd2008-11-061-7/+7
* Reset version as 1.7.20-prelloyd2008-11-061-1/+1
* Provide pkg-config file as botan-$major$minor.pc, so it can be used like:lloyd2008-11-061-15/+19
* Bump version to 1.7.19-prelloyd2008-10-261-1/+1
* If we match /proc/cpuinfo or uname against a submodel alias, instead printlloyd2008-10-231-1/+6
* Allow setting an environmental variable CPUINFO to override the namelloyd2008-10-231-0/+11
* Add pkg-config support (requested/suggested by Zack Weinberg on monotone-dev)lloyd2008-10-151-0/+10
* Warn if an unknown value is passed to configure.pl's --with-tr1-implementation,lloyd2008-10-141-0/+3
* Add basic support for Doxygen, including a make targetlloyd2008-10-131-0/+6
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-51/+84
* Reenable /proc/cpuinfo CPU detectionlloyd2008-10-111-1/+1
* Comment out or remove some of the louder/less useful trace messageslloyd2008-10-111-6/+3
* Only run uname if Perl's -f operator returns true forlloyd2008-10-111-34/+52
* Set solib version, readme, log for 1.7.17 sometime in the mysterious future.lloyd2008-10-091-1/+1
* Fix infinite loop if no close tag found in info.txt filelloyd2008-10-081-0/+2
* Bump soname to 1.7.16lloyd2008-10-081-1/+1
* New /proc/cpuinfo matching logic suggested by Derek Scherger. Attemptlloyd2008-10-071-10/+14
* Make configuration quieterlloyd2008-10-071-2/+2
* Don't generate the makefile until after we have processed build.h.inlloyd2008-10-011-4/+8
* Search submodels before submodel alises when trying to figure out /proc/cpuinfolloyd2008-10-011-6/+6
* Make autodetection of CPU type based on /proc/cpuinfo a bit smarter.lloyd2008-10-011-27/+47
* Add back --modules as an alias for --enable-modules (finger memory)lloyd2008-09-301-0/+1
* s/--enable-module-sets/--use-module-set/ - otherwise one has to type all of -...lloyd2008-09-301-1/+1
* Update soname to 1.7.15, also update readme and loglloyd2008-09-301-1/+1
* Improve configure.pl's --help output. s/--module-set/--enable-module-set/lloyd2008-09-301-26/+22
* Queitlloyd2008-09-301-1/+1
* Silently swallow/save --exec-prefix and most of the autoconf --.*dir= optionslloyd2008-09-301-42/+61
* Rename more options for autoconf compatability.lloyd2008-09-301-34/+38
* First step in configure.pl options rename for better autoconf/automake compat.lloyd2008-09-301-9/+9
* Remove dead code from guess_from_from_thislloyd2008-09-301-32/+9