X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/1644c76a08a1cdc86f28edcb64bb653662fb377d..5ac64c9b750673e11f9a0f78be88d8658bc2e5e5:/base.m4 diff --git a/base.m4 b/base.m4 index a27ea00..a0ebcf1 100644 --- a/base.m4 +++ b/base.m4 @@ -90,6 +90,6 @@ m4_define(<:defconf:>, <:: ${$1=m4_ifdef(<:conf_$1:>, conf_$1, $2)}:>) ## setconf(CONF, VALUE) ## ## Set config variable VALUE. -m4_define(<:setconf:> <:m4_define(<:conf_$1:>, <:$2:>):>) +m4_define(<:setconf:>, <:m4_define(<:conf_$1:>, <:$2:>):>) ###----- That's all, folks --------------------------------------------------