Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mcgrof
/
qca-swiss-army-knife
/
0c8d85084967d4d6abaa91a4846f0e9343f558c9
/
.
/
tools
/
edump
/
autogen.sh
blob: ca48004ba1ad1a59da3673948934866a36cb5461 [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"Running autoreconf..."
autoreconf
-
f
-
i
-
v
if
[
$
?
-
ne
0
];
then
echo
"autoreconf failed"
fi