man: testing
[oweals/gnunet.git] / bootstrap
index 3155cff618f63f142cfe330e69fe1ccea3af0079..9d9d97b1dfcf8a4a4fbd3edc62af677883a64add 100755 (executable)
--- 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