Commit Graph

22 Commits

Author SHA1 Message Date
Xavier Del Campo Romero bfff1a2e51
Remove USE_SOUP3
CMake had already replaced it with SOUP_VERSION, so it made no sense for
configure to insist on USE_SOUP3.
2023-10-09 16:38:03 +02:00
Marvin W 4d6283fd7b
Automatically select appropriate libsoup version 2023-10-05 14:32:03 +02:00
Marvin W f2662b21c1
Ignore unrecognized options in ./configure
This is so that systems that except configure to be autoconf don't complain.
2021-01-18 19:01:30 +01:00
Marvin W 55b148a0f7
Use system provided libsignal-protocol-c by default
You can still compile in tree by using --with-libsignal-in-tree flag
2020-01-21 21:55:08 +01:00
Marvin W 7d1497a549
Add --release to ./configure, test via travis 2019-12-25 20:28:07 +01:00
Marvin W bd45fdf1e1
Add version and adjust some cmake 2019-12-18 00:51:49 +01:00
Alexander Krotov 69b886ef1e Fix parsing of multiple --(enable|disable)-plugin options (#350)
Due to missing $ variables $ENABLED_PLUGINS and $DISABLED_PLUGINS were not evaluated.
2018-09-03 00:43:07 +02:00
Alexander 9e93a77a62 Fix indentation in ./configure script (#351)
Replace tabs with spaces for consistency.
2018-08-28 14:08:42 +02:00
Alexander 21e3f60cc4 Remove bashisms from ./configure (#353) 2018-08-28 14:03:42 +02:00
Marvin W 9b5bd0ccf0
configure: ignore flags used by dh_make 2017-08-31 18:41:18 +02:00
Marvin W 6904bda756
xmpp-vala: improve namespace handling, add some tests 2017-08-12 11:59:38 +02:00
Marvin W 3733d24a90
Fix -Werror=format-security issues 2017-03-30 22:38:51 +02:00
Marvin W e910b39751
Make configure/make compatible with autotools 2017-03-30 16:39:26 +02:00
Marvin W f4334732da
RPM + tito + copr support 2017-03-24 19:54:02 +01:00
Marvin W 5862e25337
Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0 2017-03-23 20:06:00 +01:00
Marvin W c95a400908
Fetch libsignal-protocol-c when not a submodule (still using git) 2017-03-23 19:41:32 +01:00
Marvin W e6f89f8751
New CMake
- add install and uninstall targets
- compatibility for systems without pkg-config
2017-03-23 17:16:08 +01:00
Marvin W 4f34e43116
Force Make into using a single thread
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.
2017-03-12 19:41:44 +01:00
Marvin W d5ea5172a7
Add OMEMO via Plugin 2017-03-11 23:59:04 +01:00
Marvin W 7bb6ff6250
Update ./configure to detect ninja package of debian/ubuntu (#4) 2017-03-11 12:01:02 +01:00
Marvin W 29ca70a6d5
Initial plugin system 2017-03-10 19:50:34 +01:00
fiaxh 56bc45ce4d Initial commit 2017-03-02 15:37:32 +01:00