3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-10 15:24:09 +01:00
iwd/bootstrap-configure

14 lines
245 B
Plaintext
Raw Normal View History

2014-04-25 17:57:48 -07: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-26 17:01:05 -05:00
--localstatedir=/var \
2016-11-02 13:25:13 -07:00
--prefix=/usr $* \
2017-05-04 15:47:40 -07:00
--sysconfdir=/etc/iwd \
--with-dbusconfdir=/etc