gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: boostrap: Add check for lib


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: boostrap: Add check for libtool, libtoolize or glibtoolize. This *seems* to be enough to fix the complains autoconf throws at us.
Date: Tue, 17 Oct 2017 12:50:20 +0200

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 6b2f72df1 boostrap: Add check for libtool, libtoolize or glibtoolize. 
This *seems* to be enough to fix the complains autoconf throws at us.
6b2f72df1 is described below

commit 6b2f72df1c7b7317c1c8c52efd74f40c9d30c28a
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 17 09:58:20 2017 +0000

    boostrap: Add check for libtool, libtoolize or glibtoolize.
    This *seems* to be enough to fix the complains autoconf throws at us.
---
 bootstrap | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bootstrap b/bootstrap
index 99de68521..f13919ba8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,9 @@
 #!/bin/sh
 rm -rf libltdl
+echo -n "checking for libtoolize / libtool... "
+which glibtoolize || which libtoolize || which libtool || {
+        echo "*** No libtoolize (libtool) or libtool found, please install it 
***"
+        exit 1
+}
 autoreconf -if
 contrib/pogen.sh

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



reply via email to

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