X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=bootstrap;h=bd089f4296e591bd6e7e083540a83f10bd8235fb;hb=ee19e4da1ce73b50218b8a8ac026b04b9fd44138;hp=487f4817c90f5c5543bd6b5748194391ac39acbf;hpb=db8c5cd31a92cd18450bf9d2d595a8fd314583e0;p=oweals%2Fgnunet.git diff --git a/bootstrap b/bootstrap index 487f4817c..bd089f429 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,11 @@ #!/bin/sh +# This file is in the public domain. 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 @@ -11,7 +15,7 @@ existence() command -v "$1" >/dev/null 2>&1 } -if existence libtool || existence libtoolize || existence glibtoolize; then +if existence libtool || existence libtoolize || existence glibtoolize || existence slibtool; then autoreconf -if . "bin/pogen.sh" else