ofono/bootstrap-configure

15 lines
265 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 \
--enable-debug \
2009-04-26 18:31:15 +00:00
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var \
2009-05-06 01:57:50 +00:00
--sysconfdir=/etc \
--disable-datafiles $*