summaryrefslogtreecommitdiff
path: root/tools/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* More configuration fixesJohn Wiegley2012-05-101-26/+26
|
* Added support for building with Clang and libc++ in C++11John Wiegley2012-04-281-0/+28
|
* Allow serialization to be enabled againJohn Wiegley2012-03-291-31/+137
|
* Cleanup whitespaceJohn Wiegley2011-08-181-2/+2
|
* Define BOOST_IOSTREAMS_USE_DEPRECATEDJohn Wiegley2011-02-041-1/+2
|
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-041-20/+13
|
* Moved up to Boost 1.44John Wiegley2010-08-241-2/+8
|
* The --cache option is now officially deprecatedJohn Wiegley2010-06-131-30/+31
|
* Added --enable-cache, --enable-doxygen to acprepJohn Wiegley2010-06-121-32/+40
|
* Disable --cache, and use of Boost.SerializationJohn Wiegley2010-06-101-30/+32
| | | | | | | This makes the --cache option meaningless, but it wasn't proving to be a speed benefit anyway. Plus, Boost.Serialization slows down overall build times by an order of magnitude, and can consume inordinate amounts of memory during compilation.
* Enable silent build rulesPriit Laes2010-05-131-0/+3
|
* Untabified tools/configure.acJohn Wiegley2009-11-141-70/+70
|
* Python support is now off by defaultJohn Wiegley2009-11-131-27/+40
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-0/+23
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* Moved autoconf-related files into toolsJohn Wiegley2009-10-301-0/+391
This makes it more certain that people cloning from Git will use acprep.