iwd/bootstrap-configure

13 lines
217 B
Plaintext
Raw Normal View History

2014-04-26 02:57:48 +02:00
#!/bin/sh
if [ -f config.status ]; then
make maintainer-clean
fi
./bootstrap && \
./configure --enable-maintainer-mode \
2014-07-16 02:10:15 +02:00
--enable-debug \
--prefix=/usr \
2015-04-27 00:01:05 +02:00
--localstatedir=/var \
--disable-dbus-policy $*