gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

grothoff pushed a commit to branch master
in repository merchant.

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

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

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

diff --git a/configure.ac b/configure.ac
index d381632a..837c33cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,15 @@ AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
 AM_SILENT_RULES([yes])
 
 AC_CONFIG_MACRO_DIR([m4])
+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
+LT_INIT([disable-static dlopen])
 
 DX_INIT_DOXYGEN([taler-merchant],,,
 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]