summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 474189fc5..45ac8d52c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -22,8 +22,8 @@
./cleanup.sh
autoscan || exit 1
-autoheader || exit 1
aclocal -I ./aclocal || exit 1
+autoheader || exit 1
if libtoolize --version 1 >/dev/null 2>/dev/null; then
libtoolize --automake || exit 1