Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_vendor_qcom_opensource_dataipa
/
673d1b34f18d8e9d1b75a3b937e8c2e87f7c62a8
/
.
/
kernel-tests
/
autogen.sh
blob: 53263574ae952687f370e9060e17f3fa9d512102 [
file
] [
log
] [
blame
]
#!/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