iwd/bootstrap-configure

11 lines
166 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 \
2014-04-26 02:57:48 +02:00
--prefix=/usr $*