Remove unnecessary assumptions about structure layouts. (The `pkhead'
[sw-tools] / setup
diff --git a/setup b/setup
index dd00e3e..3913a83 100755 (executable)
--- a/setup
+++ b/setup
@@ -2,8 +2,9 @@
 
 set -e
 mklinks
-mkaclocal
 ln -s ../mLib .
-automake
+mkaclocal
+autoheader
 autoconf
+automake
 mkdir build