Fix TC-2372 Dialer crashes when BT phone is offline
[profile/ivi/lemolo.git] / autogen.sh
1 #!/bin/sh
2
3 gettextize -f
4 autoreconf -f -i
5
6 if [ -z "$NOCONFIGURE" ]; then
7     ./configure "$@"
8 fi