mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
jemalloc source added
This commit is contained in:
17
deps/jemalloc/autogen.sh
vendored
Executable file
17
deps/jemalloc/autogen.sh
vendored
Executable file
@ -0,0 +1,17 @@
|
||||
#!/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
|
Reference in New Issue
Block a user