bump version requirement for MHD to 0.9.63
[oweals/gnunet.git] / bootstrap
index 9d9d97b1dfcf8a4a4fbd3edc62af677883a64add..bd089f4296e591bd6e7e083540a83f10bd8235fb 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -3,6 +3,9 @@
 echo "Removing folder 'libltdl'..."
 rm -rf libltdl
 
+# Install clang format symlink (if possible)
+ln -s contrib/conf/editors/clang-format .clang-format 2> /dev/null
+
 echo "checking for libtoolize / libtool... "
 
 # This is more portable than `which' but comes with