aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 3155cff61..9d9d97b1d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,7 @@ existence()
12 command -v "$1" >/dev/null 2>&1 12 command -v "$1" >/dev/null 2>&1
13} 13}
14 14
15if existence libtool || existence libtoolize || existence glibtoolize; then 15if existence libtool || existence libtoolize || existence glibtoolize || existence slibtool; then
16 autoreconf -if 16 autoreconf -if
17 . "bin/pogen.sh" 17 . "bin/pogen.sh"
18else 18else