mhd_norm_expd.m4 (502B)
1 # SYNOPSIS 2 # 3 # _mhd_norm_expd([macro]) 4 # 5 # DESCRIPTION 6 # 7 # Normalize string after expansion of the macros. 8 # 9 # 10 # LICENSE 11 # 12 # Copyright (c) 2022 Karlson2k (Evgeny Grin) <k2k@narod.ru> 13 # 14 # Copying and distribution of this file, with or without modification, are 15 # permitted in any medium without royalty provided the copyright notice 16 # and this notice are preserved. This file is offered as-is, without any 17 # warranty. 18 19 #serial 1 20 21 AC_DEFUN([_mhd_norm_expd],[m4_normalize(m4_expand([$1]))])