+Version 3.0.1 [22-11-2006]
+
+ Fixed a minor bug in the FORWARD and SLAVE macros, causing it to
+ generate bogus output with certain versions of M4.
+
Version 3.0 [20-02-2005]
One year of testing should be good enough, so releasing 2.99b as 3.0
- Domain Name Server Configuration Utilities -- NSC 3.0
+ Domain Name Server Configuration Utilities -- NSC 3.0.1
- (c) 1997--2005 Martin Mares <mj@ucw.cz>
+ (c) 1997--2006 Martin Mares <mj@ucw.cz>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dnl ###
dnl ### NSC -- BIND Config File Builder
-dnl ### (c) 1997--2005 Martin Mares <mj@ucw.cz>
+dnl ### (c) 1997--2006 Martin Mares <mj@ucw.cz>
dnl ###
include(m4/dnslib.m4)
# Definition of forwarders for both normal and slave mode
-define(`FORWard', `patsubst(`$@',`,',`; ')')
+define(`FORWard', `patsubst(`$*',`,',`; ')')
define(`FORWArd', `divert(0) forward $1;
forwarders { FORWard(shift($@),)};
divert(-1)')