aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-18 17:49:08 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-18 18:44:13 +0200
commit6ea190f42924f74736fe21ec5bd38df105e39562 (patch)
tree2ad34581253d7280f9be53d317720c89ca1d05b5 /bootstrap
parent54682762caceae10c583e57548fe12d071d30fc1 (diff)
downloadgnunet-6ea190f42924f74736fe21ec5bd38df105e39562.tar.gz
gnunet-6ea190f42924f74736fe21ec5bd38df105e39562.zip
add clang-format to emacs configuration (still requires clang-format to be installed globally first)
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 9d9d97b1d..c87f375ea 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,6 +3,9 @@
3echo "Removing folder 'libltdl'..." 3echo "Removing folder 'libltdl'..."
4rm -rf libltdl 4rm -rf libltdl
5 5
6# Install clang format symlink (if possible)
7ln -s contrib/conf/editors/clang-format .clang-format &> /dev/null
8
6echo "checking for libtoolize / libtool... " 9echo "checking for libtoolize / libtool... "
7 10
8# This is more portable than `which' but comes with 11# This is more portable than `which' but comes with