Commit Graph

63 Commits (21.01)

Author SHA1 Message Date
Christophe Romain 790201afc0 avoid incorrect release version string (EJAB-1695)
to do so, we remove configure script from repository.
it must be generated with autotools.
for developpers not using autotools, we include the configure script in
release source tarball, which in generated with correct version string.
9 years ago
Evgeniy Khramtsov 2d6a838905 Do not check for Erlang apps at configure time as it looks redundant 9 years ago
Evgeniy Khramtsov edfb5fc2f8 Add --enable-riak configure flag 9 years ago
Evgeniy Khramtsov fdda4d506f Always enable STUN at compile time 9 years ago
Evgeniy Khramtsov e00215a12f Always enable SIP at compile time 9 years ago
Evgeniy Khramtsov 02e0649d18 SIP support
Conflicts:
	configure
	configure.ac
	doc/guide.tex
9 years ago
Jerome Sautret 8cbbe4a3eb Fix release version number. 10 years ago
Evgeniy Khramtsov bc2ea224eb Fix a typo 10 years ago
Evgeniy Khramtsov 9f4d12bd0a Add --enable-tools to --enable-all 10 years ago
Evgeniy Khramtsov c7e2128dab Enable lager support by default 10 years ago
Alexey Shchepin 1e633638e1 Disable lager by default 10 years ago
Christophe Romain f123263230 set version to community 10 years ago
Evgeniy Khramtsov 4d8f770624 Switch to rebar build tool
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
10 years ago