]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
This is a better way of stopping if libtoolstuff is missing 1627/head
authorMark Schouten <mark@tuxis.nl>
Fri, 25 Jul 2014 07:40:43 +0000 (09:40 +0200)
committerMark Schouten <mark@tuxis.nl>
Fri, 25 Jul 2014 07:40:43 +0000 (09:40 +0200)
bootstrap

index 76f591762e9d9bbfb3376c0df69753efe2455de6..2ba8bef1c6f58390fc5b75ba456255ebca3bde68 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,4 @@
 #!/bin/sh
-type libtool 2>&1 > /dev/null
-if [ $? -gt 0 ]; then echo "Missing required libtool"; exit 1; fi
+set -e
 autoreconf -i
 automake --add-missing