Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2016-09-10 09:39:43 +0300
committerJay Sorg <jay.sorg@gmail.com>2016-09-10 09:39:43 +0300
commiteb38a0df514432afa8b8a75776bd6a135c0379e0 (patch)
tree7955bd2b1496e1347e15b2ed4168f7f3fc1459bf
parent522d13a42cf30ebb6fceaa695d5dcd359f4670db (diff)
libtool fix for newer version
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ec344d3..49aeefe 100755
--- a/bootstrap
+++ b/bootstrap
@@ -14,7 +14,7 @@ then
exit 1
fi
-which libtool
+which libtool || which libtoolize
if ! test $? -eq 0
then
echo "error, install libtool"