Rtwo/kernel/motorola/sm8550-modules/qcom/opensource/dataipa/kernel-tests/autogen.sh

13 lines
252 B
Bash
Raw Normal View History

2025-09-30 20:22:48 -04:00
#!/bin/sh
# autogen.sh -- Autotools bootstrapping
#
AUTO_TOOLS_VER=$(automake --version | grep ^automake | sed 's/^.* //g' | cut -d'.' -f1-2)
aclocal-${AUTO_TOOLS_VER} &&\
autoheader &&\
autoconf &&\
automake-${AUTO_TOOLS_VER} --add-missing --copy