[extras] allow configure wrapper to pass on args to the configure script
This commit is contained in:
parent
4ba55d6814
commit
46e8428e01
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
if [ -x ./configure ]; then
|
if [ -x ./configure ]; then
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var $@
|
||||||
else
|
else
|
||||||
echo "[*] Execute from the fwknop top level sources directory"
|
echo "[*] Execute from the fwknop top level sources directory"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user