aboutsummaryrefslogtreecommitdiff
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-01ejabberdctl: Fix path to epmdHolger Weiss1-0/+1
2016-01-26Always use laggerPaweł Chmielowski1-11/+2
2016-01-23lager is the default logger, we need to reverse the define flagMickael Remond1-1/+1
Also make sure that configure without option does not force lager to false
2015-12-18Add --enable-latest-deps to configurePaweł Chmielowski1-0/+9
This option make 'rebar get-deps' command to always fetch latest versions of deps that are developed together with ejabberd instead of using frozen commit/branch/tag.
2015-12-16Remove "--enable-nif" flagHolger Weiss1-12/+3
Specifying "--enable-nif" or "--disable-nif" when running ejabberd's configure script has no effect anymore: NIF support is enabled by default and can only be disabled by building the p1_xml dependency with "--disable-nif".
2015-11-04Remove supervisor option, disable it for c2s and mucChristophe Romain1-9/+0
2015-10-20Pass {C,CPP,LD}FLAGS used in main ./configure call to invocations from depsPaweł Chmielowski1-0/+3
2015-09-28oauth uses jiffy so fetch it unconditionallyPaweł Chmielowski1-12/+3
2015-09-25Enable oauth unconditionallyPaweł Chmielowski1-12/+3
2015-09-25Revert "Remove "--enable-json" flag"Christophe Romain1-3/+12
This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api
2015-09-25Add OAuth support (thanks to Aleksey)Christophe Romain1-3/+12
2015-08-27Remove "--enable-json" flagHolger Weiss1-12/+3
The "--enable-json" flag currently has no effect.
2015-08-13configure.ac: Don't insist on Erlang/OTP >= 17.5Holger Weiss1-1/+1
The current ejabberd code works on Erlang/OTP 17.1 or newer. We now also let Travis CI test this version in addition to 17.5.
2015-08-12Ejabberd now requires erlang R17+Paweł Chmielowski1-1/+1
2015-06-30configure.ac: add AC_CONFIG_MACRO_DIRJohan Oudinet1-0/+2
Otherwise, autoconf fails to find extra macros defined in the m4 directory.
2015-06-29Keep the version hardcoded in mix.exs fileMickael Remond1-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
2015-05-29Add correct package version for mix (#577)Christophe Romain1-1/+2
2015-04-08Add SQLite3 library checks at the configure scriptEvgeniy Khramtsov1-0/+7
2015-03-20Add SQLite supportSergey Abramyan1-3/+12
2015-03-11Add Redis backend for SMEvgeniy Khramtsov1-3/+12
2015-02-23Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain1-0/+2
2015-02-10Add Elixir support to ejabberdMickaël Rémond1-3/+12
2015-01-20Cosmetic changes for "./configure --help" outputHolger Weiss1-1/+1
2015-01-20Enable transient supervisors by defaultHolger Weiss1-2/+2
Some features (e.g., "ejabberdctl incoming_s2s_number") don't work with transient supervisors disabled.
2014-10-24Get rid of a hyphen in VSNEvgeniy Khramtsov1-1/+1
2014-07-27Remove "--enable-http" flagHolger Weiss1-12/+3
Specifying the "--enable-http" flag on the ./configure command line had no effect.
2014-07-21avoid incorrect release version string (EJAB-1695)Christophe Romain1-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.
2014-07-14Do not check for Erlang apps at configure time as it looks redundantEvgeniy Khramtsov1-25/+0
2014-07-10Add --enable-riak configure flagEvgeniy Khramtsov1-0/+9
2014-06-03Always enable STUN at compile timeEvgeniy Khramtsov1-12/+3
2014-05-02Always enable SIP at compile timeEvgeniy Khramtsov1-12/+3
2014-04-30SIP supportEvgeniy Khramtsov1-3/+12
Conflicts: configure configure.ac doc/guide.tex
2013-08-30Fix release version number.Jerome Sautret1-2/+2
2013-06-27Fix a typoEvgeniy Khramtsov1-1/+1
2013-06-27Add --enable-tools to --enable-allEvgeniy Khramtsov1-10/+10
2013-06-27Enable lager support by defaultEvgeniy Khramtsov1-5/+5
2013-06-19Disable lager by defaultAlexey Shchepin1-2/+2
2013-06-17set version to communityChristophe Romain1-2/+1
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-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