iwd/bootstrap-configure

10 lines
147 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 \
--prefix=/usr $*