aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index b4f5b4dc3..df0e58dda 100755
--- a/bootstrap
+++ b/bootstrap
@@ -79,8 +79,8 @@ check_libtool()
79 existence libtoolize || \ 79 existence libtoolize || \
80 existence glibtoolize || \ 80 existence glibtoolize || \
81 existence slibtool; then 81 existence slibtool; then
82 autoreconf -if 82 autoreconf -if || exit 1
83 . "bin/pogen.sh" 83 . "bin/pogen.sh" || exit 1
84 else 84 else
85 echo "*** No libtoolize (libtool) or libtool found, please install it ***" >&2; 85 echo "*** No libtoolize (libtool) or libtool found, please install it ***" >&2;
86 exit 1 86 exit 1