gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: do not generate static libs


From: gnunet
Subject: [taler-anastasis] branch master updated: do not generate static libs
Date: Tue, 29 Dec 2020 14:28:52 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 813754d  do not generate static libs
813754d is described below

commit 813754d4825ccd6f460722e40f679f35562c0c46
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 29 14:28:50 2020 +0100

    do not generate static libs
---
 configure.ac | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 52e2c17..ed64e49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,15 @@ AM_SILENT_RULES([yes])
 
 AC_CONFIG_MACRO_DIR([m4])
 
-LT_INIT
+AC_PROG_AWK
+AC_PROG_CC_C99
+AC_PROG_OBJC
+AC_PROG_INSTALL
+AC_PROG_LN_S
+AC_PROG_MAKE_SET
+AM_PROG_CC_C_O
+
+LT_INIT([disable-static dlopen])
 
 DX_INIT_DOXYGEN([anastasis],,,
 DX_PS_FEATURE(OFF),

-- 
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]