aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap60
1 files changed, 30 insertions, 30 deletions
diff --git a/bootstrap b/bootstrap
index dc8f563d9..4fe381161 100755
--- a/bootstrap
+++ b/bootstrap
@@ -31,36 +31,36 @@ else
31 echo "yapf not detected, please install yapf if you plan on contributing python code" 31 echo "yapf not detected, please install yapf if you plan on contributing python code"
32fi 32fi
33 33
34if test $1 = "-d"; then 34# if test $1 = "-d"; then
35 if existence texi2mdoc; then 35# if existence texi2mdoc; then
36 echo "texi2mdoc: exists, pass --enable-texi2mdoc-generation to configure" 36# echo "texi2mdoc: exists, pass --enable-texi2mdoc-generation to configure"
37 else 37# else
38 dir=$(dirname "$(readlink -f -- "$0")") 38# dir=$(dirname "$(readlink -f -- "$0")")
39 mkdir -p $dir/contrib/vendored 39# mkdir -p $dir/contrib/vendored
40 cd contrib/vendored 40# cd contrib/vendored
41 if existence curl; then 41# if existence curl; then
42 curl --output texi2mdoc-0.1.2.tgz https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz 42# curl --output texi2mdoc-0.1.2.tgz https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
43 elif existence wget; then 43# elif existence wget; then
44 wget https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz 44# wget https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
45 elif existence ftp; then 45# elif existence ftp; then
46 ftp https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz 46# ftp https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
47 elif existence fetch; then 47# elif existence fetch; then
48 fetch https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz 48# fetch https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
49 else 49# else
50 echo "skipping texi2mdoc build, no ftp or curl or wget or fetch found" 50# echo "skipping texi2mdoc build, no ftp or curl or wget or fetch found"
51 fi 51# fi
52 if test -e texi2mdoc-0.1.2.tgz; then 52# if test -e texi2mdoc-0.1.2.tgz; then
53 tar xzf texi2mdoc-0.1.2.tgz 53# tar xzf texi2mdoc-0.1.2.tgz
54 cd texi2mdoc-0.1.2 54# cd texi2mdoc-0.1.2
55 dir=$(dirname "$(readlink -f -- "$0")") 55# dir=$(dirname "$(readlink -f -- "$0")")
56 make 56# make
57 echo "please prepend or append $dir/contrib/vendored/texi2mdoc/ to your PATH before running configure" 57# echo "please prepend or append $dir/contrib/vendored/texi2mdoc/ to your PATH before running configure"
58 echo "and pass --enable-texi2mdoc-generation to configure" 58# echo "and pass --enable-texi2mdoc-generation to configure"
59 else 59# else
60 echo "no texi2mdoc, skipping" 60# echo "no texi2mdoc, skipping"
61 fi 61# fi
62 fi 62# fi
63fi 63# fi
64 64
65 65
66echo "checking for libtoolize / libtool... " 66echo "checking for libtoolize / libtool... "