From: Martin Mares Date: Wed, 22 Nov 2006 17:37:56 +0000 (+0000) Subject: Fixed another bug in SLAVE. X-Git-Tag: v5.1~40 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=72bcc050e870971579922f6db45449063188e501;p=nsc-5.git Fixed another bug in SLAVE. --- diff --git a/m4/mkconf.m4 b/m4/mkconf.m4 index 25fc1eb..e577921 100644 --- a/m4/mkconf.m4 +++ b/m4/mkconf.m4 @@ -31,9 +31,9 @@ divert(-1)') # Definition of forwarders for both normal and slave mode define(`FORWard', `patsubst(`$*',`,',`; ')') -define(`FORWArd', `divert(0) forward $1; +define(`FORWArd', ` forward $1; forwarders { FORWard(shift($@),)}; -divert(-1)') +') define(`FORWARD', `FORWArd(first, $@)') define(`SLAVE', `FORWArd(only, $@)')