Change path of configuration and license files
[platform/adaptation/samsung_exynos/audio-hal-exynos9110.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