aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
Commit message (Expand)AuthorAgeFilesLines
* Move version #s to 1.9.0-prelloyd2009-08-131-4/+4
* Update version #s, logfile, readme for 1.8.6 release 2009-08-131.8.6lloyd2009-08-131-2/+2
* Partially fix the problems in dependency analysis in configure.pl. It doesn'tlloyd2009-08-121-13/+17
* Change version to 1.8.6-pre, document changes since 1.8.5 releaselloyd2009-07-251-3/+3
* Update log, readme, version #s in configure for 1.8.5 release 2009-07-231.8.5lloyd2009-07-231-2/+2
* In both configures, strip out periods in submodel names for generating thelloyd2009-07-231-0/+1
* Fix ticket 46lloyd2009-07-211-8/+13
* Set version fields for 1.8.5 rc1lloyd2009-07-211-2/+4
* Fix dependency resolution in configure.pl (same algorithm as configure.py)lloyd2009-07-171-61/+32
* New module load_on directive 'never', to mark known-buggy codelloyd2009-07-151-0/+1
* Bump version numbers to 1.8.5-prelloyd2009-07-141-2/+2
* Update configure.pl's version #1.8.4lloyd2009-07-121-1/+1
* Also match GCC 4.4 for -fpermissive checkslloyd2009-07-081-1/+1
* Correct detection of GCC 2.95 for setting -fpermissive. This had beenlloyd2009-07-081-1/+1
* configure.py seems close enough to functional to me that I'm going tolloyd2009-07-021-0/+4
* Minor hackery to deal with win32 library dependencieslloyd2009-07-021-3/+2
* Minimal changes to configure.pl to deal with altered templates in build.hlloyd2009-07-021-3/+24
* Change the makefile template language somewhat. Previously variableslloyd2009-07-011-34/+25
* Make the install_cmd_{data,exec} items in the build-data files quoted,lloyd2009-07-011-4/+4
* Allow for the shared library soname to stay fixed even when the versionlloyd2009-05-131-1/+6
* Bump version to 0.8.3-prelloyd2009-04-161-1/+1
* 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