Commit 81657c9b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

bootstrap: Fix previous commit.

parent 7173c8f8
...@@ -47,20 +47,17 @@ if test -d extras/contrib/bin; then ...@@ -47,20 +47,17 @@ if test -d extras/contrib/bin; then
export BELIBRARIES=./extras/contrib/lib:$BELIBRARIES export BELIBRARIES=./extras/contrib/lib:$BELIBRARIES
fi fi
elif test ".`uname -s`" = ".Darwin"; then elif test ".`uname -s`" = ".Darwin"; then
# Make sure contrib has been built set +x
if test ! -e ./extras/contrib/config.mak; then echo ""
set +x echo "ERR: Contribs haven't been built"
echo "" echo "ERR: Please run:"
echo "ERR: Contribs haven't been built" echo "ERR: "
echo "ERR: Please run:" echo "ERR: 'cd extras/contrib && ./bootstrap && make && cd ../..'"
echo "ERR: " echo "ERR: "
echo "ERR: 'cd extras/contrib && ./bootstrap && make && cd ../..'" echo "ERR: Make sure fink has been disabled too."
echo "ERR: " echo ""
echo "ERR: Make sure fink has been disabled too." set -x
echo "" exit 1
set -x
exit 1
fi
fi fi
# Check for autoconf # Check for autoconf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment