diff --git a/bootstrap.sh b/bootstrap.sh
index 09d2b6281f44c3dd544220508005d8e40d896c90..e3e259351675c814300985af53e0eff77e0e98f8 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,8 +1,4 @@
 #! /bin/sh -e
 rm -f aclocal.m4
 mkdir -p config
-libtoolize --copy -f
-aclocal
-autoheader -f
-automake --add-missing --copy -f
-autoconf -f
+exec autoreconf -vfi