M7350/qcom-opensource/mm-audio/autogen.sh

11 lines
153 B
Bash
Raw Normal View History

2024-09-09 08:52:07 +00:00
#!/bin/sh
# autogen.sh -- Autotools bootstrapping
#
libtoolize --copy --force
aclocal && \
autoheader && \
autoconf && \
automake --add-missing --copy