M7350/qcom-opensource/kernel/kernel-tests/autogen.sh

11 lines
135 B
Bash
Raw Normal View History

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