gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] branch master updated: configure.ac: Test for required G


From: gnunet
Subject: [gnunet-scheme] branch master updated: configure.ac: Test for required Guile libraries.
Date: Thu, 01 Sep 2022 14:08:04 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

The following commit(s) were added to refs/heads/master by this push:
     new a40d7b9  configure.ac: Test for required Guile libraries.
a40d7b9 is described below

commit a40d7b99c833bc85889c559b65ce1ecfd43448a8
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Thu Sep 1 14:07:04 2022 +0200

    configure.ac: Test for required Guile libraries.
    
    Should make contributing a tiny bit simpler.
    
    * configure.ac: Test for (fibers), (pfds queues), (gcrypt hash)
    and (fibers io-wakeup).
    * NEWS: New entry.
---
 NEWS         | 1 +
 configure.ac | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index 7122b2a..882867b 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@
    - (gnu gnunet data-string) has been modified to not mutate any variables.
    - The tests in tests/mq-stream are now more sensitive.
    - Documentation has been split in several files.
+   - The configure script tests if the required Guile libraries are available.
 ** Documentation
    - The ‘message-symbol’ network structure property is now defined for DHT
      messages and documented in the manual.  The aim is to make the code
diff --git a/configure.ac b/configure.ac
index 26681f5..ab191f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,4 +50,12 @@ AC_SUBST([GUILD])
 GUILE_PKG([3.0])
 GUILE_PROGS
 
+dnl Test for required Guile libraries
+GUILE_MODULE_REQUIRED([fibers])
+GUILE_MODULE_REQUIRED([pfds queues])
+GUILE_MODULE_REQUIRED([gcrypt hash])
+
+dnl Not yet upstreamed at time of writing
+GUILE_MODULE_REQUIRED([fibers io-wakeup])
+
 AC_OUTPUT([Makefile])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]