gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 04/12: mhd_norm_expd.m4: added autoconf helper macro


From: gnunet
Subject: [libmicrohttpd] 04/12: mhd_norm_expd.m4: added autoconf helper macro
Date: Sun, 03 Apr 2022 19:19:57 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit d39a3da584d4c952941b1f4f3233541141d0778b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Mar 31 15:41:54 2022 +0300

    mhd_norm_expd.m4: added autoconf helper macro
---
 m4/mhd_norm_expd.m4 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/m4/mhd_norm_expd.m4 b/m4/mhd_norm_expd.m4
new file mode 100644
index 00000000..c8ff4749
--- /dev/null
+++ b/m4/mhd_norm_expd.m4
@@ -0,0 +1,21 @@
+# SYNOPSIS
+#
+#   _mhd_norm_expd([macro])
+#
+# DESCRIPTION
+#
+#   Normalize string after expansion of the macros.
+#
+#
+# LICENSE
+#
+#   Copyright (c) 2022 Karlson2k (Evgeny Grin) <k2k@narod.ru>
+#
+#   Copying and distribution of this file, with or without modification, are
+#   permitted in any medium without royalty provided the copyright notice
+#   and this notice are preserved. This file is offered as-is, without any
+#   warranty.
+
+#serial 1
+
+AC_DEFUN([_mhd_norm_expd],[m4_normalize(m4_expand([$1]))])

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