Pass SYSCONFDIR from makefile to workaround autoconf issue
[platform/adaptation/nexell/audio-hal-alc5658.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