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