]> mj.ucw.cz Git - nsc-5.git/blobdiff - bin/nsconfig
Updated the LSM.
[nsc-5.git] / bin / nsconfig
index b104932d6ed9240edb5d7886bd01b5861dacca78..c23ebc780fe6083a507f042408b1202f1629890e 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/bin/sh
 # NSC -- Makefile & Config file build script
-# (c) 1997--2003 Martin Mares <mj@ucw.cz>
+# (c) 1997--2008 Martin Mares <mj@ucw.cz>
 
 set -e
 
@@ -13,4 +13,4 @@ if [ ! -f $DOMAINS ] ; then
        fi
 
 $M4 m4/mkconf.m4 $DOMAINS >named.conf
-$M4 m4/mkmf.m4 $DOMAINS >Makefile -DM4=$M4
+$M4 -DM4=$M4 m4/mkmf.m4 $DOMAINS >Makefile