gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: comment region with -d for now, will che


From: gnunet
Subject: [gnunet] branch master updated: comment region with -d for now, will check for better portability soon.
Date: Sun, 17 Nov 2019 00:19:49 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1ccee630f comment region with -d for now, will check for better 
portability soon.
1ccee630f is described below

commit 1ccee630f7b1fa2410459af19f87e49aed2591ff
Author: ng0 <address@hidden>
AuthorDate: Sat Nov 16 23:16:29 2019 +0000

    comment region with -d for now, will check for better portability soon.
---
 bootstrap | 60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/bootstrap b/bootstrap
index dc8f563d9..4fe381161 100755
--- a/bootstrap
+++ b/bootstrap
@@ -31,36 +31,36 @@ else
     echo "yapf not detected, please install yapf if you plan on contributing 
python code"
 fi
 
-if test $1 = "-d"; then
-    if existence texi2mdoc; then
-        echo "texi2mdoc: exists, pass --enable-texi2mdoc-generation to 
configure"
-    else
-        dir=$(dirname "$(readlink -f -- "$0")")
-        mkdir -p $dir/contrib/vendored
-        cd contrib/vendored
-        if existence curl; then
-            curl --output texi2mdoc-0.1.2.tgz 
https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
-        elif existence wget; then
-            wget https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
-        elif existence ftp; then
-            ftp https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
-        elif existence fetch; then
-            fetch https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
-        else
-            echo "skipping texi2mdoc build, no ftp or curl or wget or fetch 
found"
-        fi
-        if test -e texi2mdoc-0.1.2.tgz; then
-            tar xzf texi2mdoc-0.1.2.tgz
-            cd texi2mdoc-0.1.2
-            dir=$(dirname "$(readlink -f -- "$0")")
-            make
-            echo "please prepend or append $dir/contrib/vendored/texi2mdoc/ to 
your PATH before running configure"
-            echo "and pass --enable-texi2mdoc-generation to configure"
-        else
-            echo "no texi2mdoc, skipping"
-        fi
-    fi
-fi
+# if test $1 = "-d"; then
+#     if existence texi2mdoc; then
+#         echo "texi2mdoc: exists, pass --enable-texi2mdoc-generation to 
configure"
+#     else
+#         dir=$(dirname "$(readlink -f -- "$0")")
+#         mkdir -p $dir/contrib/vendored
+#         cd contrib/vendored
+#         if existence curl; then
+#             curl --output texi2mdoc-0.1.2.tgz 
https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
+#         elif existence wget; then
+#             wget 
https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
+#         elif existence ftp; then
+#             ftp https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
+#         elif existence fetch; then
+#             fetch 
https://mandoc.bsd.lv/texi2mdoc/snapshots/texi2mdoc-0.1.2.tgz
+#         else
+#             echo "skipping texi2mdoc build, no ftp or curl or wget or fetch 
found"
+#         fi
+#         if test -e texi2mdoc-0.1.2.tgz; then
+#             tar xzf texi2mdoc-0.1.2.tgz
+#             cd texi2mdoc-0.1.2
+#             dir=$(dirname "$(readlink -f -- "$0")")
+#             make
+#             echo "please prepend or append $dir/contrib/vendored/texi2mdoc/ 
to your PATH before running configure"
+#             echo "and pass --enable-texi2mdoc-generation to configure"
+#         else
+#             echo "no texi2mdoc, skipping"
+#         fi
+#     fi
+# fi
 
 
 echo "checking for libtoolize / libtool... "

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]