gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/05: mhd_check_func.m4: fixed English grammar


From: gnunet
Subject: [libmicrohttpd] 01/05: mhd_check_func.m4: fixed English grammar
Date: Tue, 25 Jan 2022 17:46:34 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 9b0bb72bf6d9a6b5c09b33294fb571218035f17f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Jan 22 12:59:14 2022 +0300

    mhd_check_func.m4: fixed English grammar
---
 m4/mhd_check_func.m4 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/m4/mhd_check_func.m4 b/m4/mhd_check_func.m4
index 983d0306..cc5b3735 100644
--- a/m4/mhd_check_func.m4
+++ b/m4/mhd_check_func.m4
@@ -44,7 +44,7 @@
 #   and this notice are preserved. This file is offered as-is, without any
 #   warranty.
 
-#serial 1
+#serial 2
 
 AC_DEFUN([MHD_CHECK_FUNC],[dnl
   AC_PREREQ([2.64])dnl for AS_VAR_IF, m4_ifblank, m4_ifnblank
@@ -53,7 +53,7 @@ AC_DEFUN([MHD_CHECK_FUNC],[dnl
   m4_bmatch(m4_normalize([$1]), [\s],dnl
             [m4_fatal([First macro argument must not contain whitespaces])])dnl
   m4_if(m4_index([$3], m4_normalize(m4_translit([$1],[()],[  ]))), [-1], dnl
-        [m4_fatal([CHECK_CODE parameter (third macro argument) do not contain 
']m4_normalize([$1])[' token])])dnl
+        [m4_fatal([CHECK_CODE parameter (third macro argument) does not 
contain ']m4_normalize([$1])[' token])])dnl
   AS_VAR_PUSHDEF([cv_Var], 
[mhd_cv_func_]m4_bpatsubst(m4_normalize(m4_translit([$1],[()],[  
])),[[^a-zA-Z0-9]],[_]))dnl
   dnl
   AC_CACHE_CHECK([for function $1], [cv_Var],
@@ -77,4 +77,3 @@ AC_DEFUN([MHD_CHECK_FUNC],[dnl
             ], [$5])
   AS_VAR_POPDEF([cv_Var])dnl
 ])
-

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