aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/setup b/tools/setup
index b0de8f65..293aec6c 100755
--- a/tools/setup
+++ b/tools/setup
@@ -1,9 +1,9 @@
#! /bin/sh
aclocal
-automake
-autoheader
autoconf
+autoheader
+automake
if [ -f debian/rules ] ; then
chmod +x debian/rules