M7350/qcom-opensource/mm-audio/autogen.sh
2024-09-09 08:52:07 +00:00

11 lines
153 B
Bash
Executable File

#!/bin/sh
# autogen.sh -- Autotools bootstrapping
#
libtoolize --copy --force
aclocal && \
autoheader && \
autoconf && \
automake --add-missing --copy