summaryrefslogtreecommitdiff
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 ea10b0ad..40b32586 100755
--- a/bootstrap
+++ b/bootstrap
@@ -44,9 +44,9 @@ gunzip -c m4/ac_check_icu.m4.gz > m4/ac_check_icu.m4
gunzip -c m4/ac_check_curl.m4.gz > m4/ac_check_curl.m4
if test -x "`which glibtoolize || true`"; then
- glibtoolize -f -c
+ glibtoolize -f -c --automake
else
- libtoolize -f -c
+ libtoolize -f -c --automake
fi
aclocal -I m4