summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap7
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap b/bootstrap
index abc7b0f4..ea10b0ad 100755
--- a/bootstrap
+++ b/bootstrap
@@ -39,15 +39,16 @@ else
fi
gunzip -c build-aux/config.guess.gz > build-aux/config.guess
-gunzip -c build-aux/config.sub.gz > build-aux/config.sub
-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
+gunzip -c build-aux/config.sub.gz > build-aux/config.sub
+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
else
libtoolize -f -c
fi
+
aclocal -I m4
autoheader -f
automake -f -c -a --gnits