gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: In theory slibtool should w


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: In theory slibtool should work. In practice libtool is always picked up by our system, even when slibtool is the first entry
Date: Fri, 01 Mar 2019 12:04:51 +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 a2ecd781d In theory slibtool should work. In practice libtool is 
always picked up by our system, even when slibtool is the first entry
     new 81bbd92b6 Merge branch 'master' of gnunet.org:gnunet
a2ecd781d is described below

commit a2ecd781d51ba697f8e739466562c91399debae3
Author: ng0 <address@hidden>
AuthorDate: Fri Mar 1 11:04:27 2019 +0000

    In theory slibtool should work. In practice libtool is always picked up by 
our system, even when slibtool is the first entry
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 3155cff61..9d9d97b1d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,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

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



reply via email to

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