aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap13
1 files changed, 12 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 3972863be..12c7f41f3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -21,8 +21,19 @@ else
21 echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" 21 echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development"
22fi 22fi
23 23
24echo "checking for libtoolize / libtool... "
25 24
25# yapf can be a suffixed binary, don't change the essential logic
26# of this if you change it.
27if existence yapf || existence yapf3.0 || existence yapf3.1 || existence yapf3.2 || existence yapf3.3 || existence yapf3.4 || existence yapf3.5 || existence yapf3.6 || existence yapf3.7 || existence yapf3.8 || existence yapf3.9 || existence yapf4.0; then
28 echo "Installing yapf symlink"
29 # Install yapf style symlink (if possible)
30 ln -s contrib/conf/.style.yapf 2> /dev/null
31else
32 echo "yapf not detected, please install yapf if you plan on contributing python code"
33fi
34
35
36echo "checking for libtoolize / libtool... "
26 37
27if existence libtool || existence libtoolize || existence glibtoolize || existence slibtool; then 38if existence libtool || existence libtoolize || existence glibtoolize || existence slibtool; then
28 autoreconf -if 39 autoreconf -if