Change get_params prototype
[platform/adaptation/spreadtrum/audio-hal-sc7727.git] / autogen.sh
1 #!/bin/sh
2
3 # autogen.sh -- Autotools bootstrapping
4 #
5
6 libtoolize --copy --force
7 aclocal && \
8 autoheader && \
9 autoconf && \
10 automake --add-missing --copy