aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Automatically select appropriate libsoup versionMarvin W2022-11-031-1/+5
|
* Ignore unrecognized options in ./configureMarvin W2021-01-181-9/+2
| | | | This is so that systems that except configure to be autoconf don't complain.
* Use system provided libsignal-protocol-c by defaultMarvin W2020-01-211-35/+42
| | | | You can still compile in tree by using --with-libsignal-in-tree flag
* Add --release to ./configure, test via travisMarvin W2019-12-251-4/+8
|
* Add version and adjust some cmakeMarvin W2019-12-181-8/+14
|
* Fix parsing of multiple --(enable|disable)-plugin options (#350)Alexander Krotov2018-09-031-2/+2
| | | | Due to missing $ variables $ENABLED_PLUGINS and $DISABLED_PLUGINS were not evaluated.
* Fix indentation in ./configure script (#351)Alexander2018-08-281-2/+2
| | | Replace tabs with spaces for consistency.
* Remove bashisms from ./configure (#353)Alexander2018-08-281-10/+11
|
* configure: ignore flags used by dh_makeMarvin W2017-08-311-1/+8
|
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-121-1/+5
|
* Fix -Werror=format-security issuesMarvin W2017-03-301-2/+6
|
* Make configure/make compatible with autotoolsMarvin W2017-03-301-16/+109
|
* RPM + tito + copr supportMarvin W2017-03-241-3/+4
|
* Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0Marvin W2017-03-231-0/+2
|
* Fetch libsignal-protocol-c when not a submodule (still using git)Marvin W2017-03-231-50/+84
|
* New CMakeMarvin W2017-03-231-15/+53
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Force Make into using a single threadMarvin W2017-03-121-2/+5
| | | | | | | This also restricts fast-vapi's to Ninja. fast-vapi's improve build performance when multi-threaded, but are bad when single-threaded. Again emphasize that ninja-build should be used.
* Add OMEMO via PluginMarvin W2017-03-111-0/+2
|
* Update ./configure to detect ninja package of debian/ubuntu (#4)Marvin W2017-03-111-21/+34
|
* Initial plugin systemMarvin W2017-03-101-9/+9
|
* Initial commitfiaxh2017-03-021-0/+82