diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
m--------- | doc/prebuilt | 0 | ||||
-rw-r--r-- | src/exchange/Makefile.am | 1 | ||||
-rw-r--r-- | src/testing/Makefile.am | 1 |
5 files changed, 2 insertions, 4 deletions
@@ -42,7 +42,7 @@ Dependencies: These are the direct dependencies for running a Taler exchange: -- GNUnet >= 0.20.0 +- GNUnet >= 0.21.0 - GNU libmicrohttpd >= 0.9.71 - PostgreSQL >= 15.0 diff --git a/configure.ac b/configure.ac index 18d774073..dc9b00a5c 100644 --- a/configure.ac +++ b/configure.ac @@ -182,7 +182,7 @@ AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h], AS_IF([test $libgnunetutil != 1], [AC_MSG_ERROR([[ *** -*** You need libgnunetutil >= 0.20.0 to build this program. +*** You need libgnunetutil >= 0.21.0 to build this program. *** This library is part of GNUnet, available at *** https://gnunet.org *** ]])]) diff --git a/doc/prebuilt b/doc/prebuilt -Subproject 60ccf04bb3579c249a899c4ae88e120acda13c8 +Subproject cc7826233a726fa2a4faae47731309198ef7944 diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am index 7d0e5a334..1c0c2c684 100644 --- a/src/exchange/Makefile.am +++ b/src/exchange/Makefile.am @@ -215,7 +215,6 @@ check_SCRIPTS += \ test_taler_exchange_httpd_afl.sh endif -.NOTPARALLEL: TESTS = \ $(check_SCRIPTS) diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 9e4a40e93..195ab4c55 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -143,7 +143,6 @@ libtalertesting_la_LIBADD = \ AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH; -.NOTPARALLEL: check_PROGRAMS = \ test_auditor_api_version \ test_bank_api_with_fakebank \ |