ソースを参照

mhd_norm_expd.m4: added autoconf helper macro

Evgeny Grin (Karlson2k) 3 年 前
コミット
ed91bac481
1 ファイル変更21 行追加0 行削除
  1. 21 0
      m4/mhd_norm_expd.m4

+ 21 - 0
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) <[email protected]>
+#
+#   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]))])