In theory slibtool should work. In practice libtool is always picked up by our system...
authorng0 <ng0@n0.is>
Fri, 1 Mar 2019 11:04:27 +0000 (11:04 +0000)
committerng0 <ng0@n0.is>
Fri, 1 Mar 2019 11:04:27 +0000 (11:04 +0000)
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