aboutsummaryrefslogtreecommitdiff
path: root/m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not check for deprecated typesEvgeniy Khramtsov2018-06-141-17/+0
| | | | | Since we support only Erlang >= OTP-17.5, the check for old-style dict/queue/etc types is no longer needed
* Add SQLite3 library checks at the configure scriptEvgeniy Khramtsov2015-04-081-0/+156
|
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-0/+17
|
* Fix version checktjeerd2013-07-241-0/+4
| | | Not all Erlang versions are of equal length. Added clauses to handle this.
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+82
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite