[extras] allow configure wrapper to pass on args to the configure script

This commit is contained in:
Michael Rash
2014-03-17 22:06:31 -04:00
parent 4ba55d6814
commit 46e8428e01
+1 -1
View File
@@ -7,7 +7,7 @@
#
if [ -x ./configure ]; then
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var $@
else
echo "[*] Execute from the fwknop top level sources directory"
fi