summaryrefslogtreecommitdiff
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: add AC_CONFIG_MACRO_DIRJohan Oudinet2015-06-301-0/+2
| | | | | Otherwise, autoconf fails to find extra macros defined in the m4 directory.
* Keep the version hardcoded in mix.exs fileMickael Remond2015-06-291-2/+1
| | | | | | Generated the mix.exs file through configure is not possible when using mix, as it does not run configure after having downloaded the dependencies. #621
* Add correct package version for mix (#577)Christophe Romain2015-05-291-1/+2
|
* Add SQLite3 library checks at the configure scriptEvgeniy Khramtsov2015-04-081-0/+7
|
* Add SQLite supportSergey Abramyan2015-03-201-3/+12
|
* Add Redis backend for SMEvgeniy Khramtsov2015-03-111-3/+12
|
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-0/+2
|
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-3/+12
|
* Cosmetic changes for "./configure --help" outputHolger Weiss2015-01-201-1/+1
|
* Enable transient supervisors by defaultHolger Weiss2015-01-201-2/+2
| | | | | Some features (e.g., "ejabberdctl incoming_s2s_number") don't work with transient supervisors disabled.
* Get rid of a hyphen in VSNEvgeniy Khramtsov2014-10-241-1/+1
|
* Remove "--enable-http" flagHolger Weiss2014-07-271-12/+3
| | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect.
* avoid incorrect release version string (EJAB-1695)Christophe Romain2014-07-211-1/+1
| | | | | | | 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.
* Do not check for Erlang apps at configure time as it looks redundantEvgeniy Khramtsov2014-07-141-25/+0
|
* Add --enable-riak configure flagEvgeniy Khramtsov2014-07-101-0/+9
|
* Always enable STUN at compile timeEvgeniy Khramtsov2014-06-031-12/+3
|
* Always enable SIP at compile timeEvgeniy Khramtsov2014-05-021-12/+3
|
* SIP supportEvgeniy Khramtsov2014-04-301-3/+12
| | | | | | | Conflicts: configure configure.ac doc/guide.tex
* Fix release version number.Jerome Sautret2013-08-301-2/+2
|
* Fix a typoEvgeniy Khramtsov2013-06-271-1/+1
|
* Add --enable-tools to --enable-allEvgeniy Khramtsov2013-06-271-10/+10
|
* Enable lager support by defaultEvgeniy Khramtsov2013-06-271-5/+5
|
* Disable lager by defaultAlexey Shchepin2013-06-191-2/+2
|
* set version to communityChristophe Romain2013-06-171-2/+1
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+283
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