summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ed12d05a..3223b6fc 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,10 +4,11 @@ sh() {
/bin/sh -c "set -x; $*"
}
+sh libtoolize --copy --force --automake
sh aclocal
sh autoheader
-sh automake --foreign --include-deps --add-missing
sh autoconf
+sh automake --foreign --include-deps --add-missing
echo
echo You are now ready to run ./configure