gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 10/12: configure: added final reporting for *FLAGS


From: gnunet
Subject: [libmicrohttpd] 10/12: configure: added final reporting for *FLAGS
Date: Sun, 03 Apr 2022 19:20:03 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 29dfdc7cfb972ee666bc36b9ec1e3388706d672d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Apr 1 19:12:45 2022 +0300

    configure: added final reporting for *FLAGS
---
 configure.ac | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/configure.ac b/configure.ac
index b78e07a6..6775f546 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3490,6 +3490,22 @@ src/testzzuf/Makefile])
 AC_OUTPUT
 
 # Finally: summary
+AC_MSG_NOTICE([Toolchain flags:
+  CC=$CC
+  User/system flags:
+    CPPFLAGS="$user_CPPFLAGS"
+    CFLAGS="$user_CFLAGS"
+    LDFLAGS="$user_LDFLAGS"
+  Final set of the flags for tests and examples:
+    CPPFLAGS="$CPPFLAGS_ac $user_CPPFLAGS"
+    CFLAGS="$CFLAGS_ac $user_CFLAGS"
+    LDFLAGS="$LDFLAGS_ac $user_LDFLAGS"
+  Final set of the flags for ${PACKAGE_NAME} library:
+    CPPFLAGS="$CPPFLAGS_ac $MHD_LIB_CPPFLAGS $user_CPPFLAGS"
+    CFLAGS="$CFLAGS_ac $MHD_LIB_CFLAGS $user_CFLAGS"
+    LDFLAGS="$LDFLAGS_ac $MHD_LIB_LDFLAGS $user_LDFLAGS"
+])
+
 AS_IF([test "x$enable_curl" != "xyes"],
  [MSG_CURL="no, many unit tests will not run"],
  [MSG_CURL="yes"])

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