Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jemalloc_new
/
d81e4bdd5c991bd5642c8b859ef1f752b51cd9be
/
.
/
autogen.sh
blob: 75f32da6873cdcbe202fd5b8d8e601191b7c9a29 [
file
] [
log
] [
blame
]
#!/bin/sh
for
i
in
autoconf
;
do
echo
"$i"
$i
if
[
$
?
-
ne
0
];
then
echo
"Error $? in $i"
exit
1
fi
done
echo
"./configure --enable-autogen $@"
./
configure
--
enable
-
autogen $@
if
[
$
?
-
ne
0
];
then
echo
"Error $? in ./configure"
exit
1
fi