[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 53/156: mhd_find_lib.m4: fixed compatibility with old au
From: |
gnunet |
Subject: |
[libmicrohttpd] 53/156: mhd_find_lib.m4: fixed compatibility with old autoconf |
Date: |
Sun, 28 May 2023 17:51:46 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to tag v0.9.77
in repository libmicrohttpd.
commit db438d8e7c3f95f4a0527d42140b1a5ef96d1020
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Mar 29 20:18:01 2023 +0200
mhd_find_lib.m4: fixed compatibility with old autoconf
---
m4/mhd_find_lib.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/mhd_find_lib.m4 b/m4/mhd_find_lib.m4
index 8e6a5e9a..c4b5d0a8 100644
--- a/m4/mhd_find_lib.m4
+++ b/m4/mhd_find_lib.m4
@@ -135,7 +135,7 @@ AS_IF([test "x${cv_Var}" != "xno"],
]
)
m4_n([$5])dnl
-],[m4_n([$6])])dnl AS_VAR_SET_IF cv_Var
+],[$6])dnl AS_VAR_SET_IF cv_Var
AS_VAR_POPDEF([cv_Var])dnl
AS_VAR_POPDEF([decl_cv_Var])dnl
m4_newline([[# Expansion of $0 macro ends here]])
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 45/156: MHD_get_version_bin(): added new function, (continued)
- [libmicrohttpd] 45/156: MHD_get_version_bin(): added new function, gnunet, 2023/05/28
- [libmicrohttpd] 44/156: add assertion to guard against bad behavior described in #7196, also document that after suspending one must return MHD_YES, gnunet, 2023/05/28
- [libmicrohttpd] 49/156: mhd_check_func.m4: fixed macro, gnunet, 2023/05/28
- [libmicrohttpd] 46/156: mhd_norm_expd.m4: added autoconf helper macro, gnunet, 2023/05/28
- [libmicrohttpd] 55/156: mhd_check_link_run.m4: fixed typo in comment, gnunet, 2023/05/28
- [libmicrohttpd] 48/156: mhd_check_func.m4: fixed overquoting, gnunet, 2023/05/28
- [libmicrohttpd] 47/156: mhd_check_func.m4: fixed English grammar, gnunet, 2023/05/28
- [libmicrohttpd] 51/156: mhd_check_func.m4: added check for function declaration, gnunet, 2023/05/28
- [libmicrohttpd] 54/156: tsearch.{h,c}: updated to the latest fixed version, gnunet, 2023/05/28
- [libmicrohttpd] 50/156: mhd_check_func.m4: updated, gnunet, 2023/05/28
- [libmicrohttpd] 53/156: mhd_find_lib.m4: fixed compatibility with old autoconf,
gnunet <=
- [libmicrohttpd] 52/156: mhd_find_lib.m4: added new autoconf macro, gnunet, 2023/05/28
- [libmicrohttpd] 59/156: configure: fixed some compiler warnings for checks, gnunet, 2023/05/28
- [libmicrohttpd] 58/156: mhd_shutdown_socket_trigger.m4: fixed compiler warning, gnunet, 2023/05/28
- [libmicrohttpd] 61/156: libcurl.m4: patched to fix compiler warning, gnunet, 2023/05/28
- [libmicrohttpd] 60/156: libcurl.m4: updated to the latest version, gnunet, 2023/05/28
- [libmicrohttpd] 63/156: configure: fixed more compiler warnings in log, gnunet, 2023/05/28
- [libmicrohttpd] 56/156: configure: fixed checks for tsearch() and related, gnunet, 2023/05/28
- [libmicrohttpd] 57/156: Makefile: fixed build with 'make' without nested vars support, gnunet, 2023/05/28
- [libmicrohttpd] 62/156: configure: fixed checking for system libs, fixed .pc file, gnunet, 2023/05/28
- [libmicrohttpd] 65/156: configure: cosmetics, gnunet, 2023/05/28