]> git.sesse.net Git - vlc/blobdiff - bootstrap
Arabic and Slovak translation updates by Fouzia Bourai and Marián Hikaník
[vlc] / bootstrap
index ba7c30e81bdf88b2dcd835954d38b492765bc1cf..c29edb9984f690a410a3cf49c8d8d07d29a49a85 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -46,11 +46,23 @@ if test -d extras/contrib/bin; then
     export LIBRARY_PATH=./extras/contrib/lib:$LIBRARY_PATH
     export BELIBRARIES=./extras/contrib/lib:$BELIBRARIES
   fi
+elif test ".`uname -s`" = ".Darwin"; then
+  set +x
+  echo ""
+  echo "ERR: Contribs haven't been built"
+  echo "ERR: Please run:"
+  echo "ERR: "
+  echo "ERR:    'cd extras/contrib && ./bootstrap && make && cd ../..'"
+  echo "ERR: "
+  echo "ERR: Make sure fink has been disabled too."
+  echo ""
+  set -x
+  exit 1
 fi
 
 # Check for autoconf
 rm -f m4/autoconf260.m4
-case "$(autoconf --version|head -1)" in
+case "$(autoconf --version|head -1)" in
   *2.5[012345678]*)
     echo "Hey, your autoconf is quite old. Update it." >&2
     exit 1