iwd/bootstrap-configure

14 lines
245 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 \
2015-04-27 00:01:05 +02:00
--localstatedir=/var \
2016-11-02 21:25:13 +01:00
--prefix=/usr $* \
2017-05-05 00:47:40 +02:00
--sysconfdir=/etc/iwd \
--with-dbusconfdir=/etc