ofono/bootstrap-configure

12 lines
194 B
Plaintext
Raw Normal View History

2009-04-26 18:31:15 +00:00
#!/bin/sh
if [ -f config.status ]; then
make maintainer-clean
fi
./bootstrap && \
./configure --enable-maintainer-mode \
--prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc