aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-17 09:58:20 +0000
committerng0 <ng0@infotropique.org>2017-10-17 09:58:20 +0000
commit6b2f72df1c7b7317c1c8c52efd74f40c9d30c28a (patch)
tree15f0d4ef5fa4b75b21cb5e66ef7c5d7a0f788e6b
parent264206651ce9d2c65d3ad6bc9c2d8587cd5d797a (diff)
downloadgnunet-6b2f72df1c7b7317c1c8c52efd74f40c9d30c28a.tar.gz
gnunet-6b2f72df1c7b7317c1c8c52efd74f40c9d30c28a.zip
boostrap: Add check for libtool, libtoolize or glibtoolize.
This *seems* to be enough to fix the complains autoconf throws at us.
-rwxr-xr-xbootstrap5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 99de68521..f13919ba8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,9 @@
1#!/bin/sh 1#!/bin/sh
2rm -rf libltdl 2rm -rf libltdl
3echo -n "checking for libtoolize / libtool... "
4which glibtoolize || which libtoolize || which libtool || {
5 echo "*** No libtoolize (libtool) or libtool found, please install it ***"
6 exit 1
7}
3autoreconf -if 8autoreconf -if
4contrib/pogen.sh 9contrib/pogen.sh