From: Mark Wooding Date: Sun, 9 Aug 2020 11:17:26 +0000 (+0100) Subject: m4/mdw-define-paths.m4: Use `$(...)' for command substitution. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/a5a80ab7dd42efd764981c1f9e25209b58b6e35f?ds=inline;hp=a5a80ab7dd42efd764981c1f9e25209b58b6e35f m4/mdw-define-paths.m4: Use `$(...)' for command substitution. It nests better than the old-fashioned ``...`' syntax. Which is good, because it's nested here. ---