]> git.draconx.ca Git - dxcommon.git/blob - m4/utils.m4
Fix underquoting issue in DX_DO.
[dxcommon.git] / m4 / utils.m4
1 dnl Copyright © 2015, 2018 Nick Bowler
2 dnl
3 dnl Assorted helper macros
4 dnl
5 dnl License WTFPL2: Do What The Fuck You Want To Public License, version 2.
6 dnl This is free software: you are free to do what the fuck you want to.
7 dnl There is NO WARRANTY, to the extent permitted by law.
8
9 dnl DX_DO(arg, ...)
10 dnl Expand each argument in sequence, inserting newlines between them.
11 AC_DEFUN([DX_DO], [m4_do([$1], [m4_map_args([m4_newline], m4_shift($@))])])