atmodem: set the PPP authentication method to use
[platform/upstream/ofono.git] / bootstrap
1 #!/bin/sh
2
3 aclocal && \
4     autoheader && \
5         libtoolize --automake --copy --force && \
6             autoconf && \
7                 automake --add-missing --copy
8