summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* C++11 provides std::isfinite and std::isnanMarkus Mohrhard2018-05-231-1/+0
|
* fix make distcheck, part1Markus Mohrhard2018-05-231-27/+0
|
* we always require RTTI nowMarkus Mohrhard2016-10-151-52/+0
| | | | | RTTI is supported by any decent compiler and with the mandatory c++11 support we are no longer supporting older compilers anyway.
* add a flag for adding optional featuresMarkus Mohrhard2015-11-071-0/+169
| | | | | | These features will switch the used C++ version from C++03 to C++11. We are also going to use std::unique_ptr instead of std::auto_ptr for the c++11 mode.
* Merge branch 'master' into feature/buildsystem_rewritefeature/buildsystem_rewriteTomas Chvatal2012-08-111-1/+1
| | | | | Conflicts: config/ax_cxx_gcc_abi_demangle.m4
* Add the quirks to produce same config.h as previouslyTomas Chvatal2012-04-258-3/+110
|
* Add new autoconf using the latest macrosTomas Chvatal2012-04-259-0/+490
This add new macros from autoconf-archive instead of the old broken ones. Also cleans up the configure.in and moves it to configure.ac. This setup as-is is not working. Next step is checking config.h to contain same contend for before/after update.