Bug fix for key_match
[u/mdw/catacomb] / setup
diff --git a/setup b/setup
index 3c35243..571b48d 100755 (executable)
--- a/setup
+++ b/setup
@@ -2,10 +2,11 @@
 
 set -e
 mklinks
-ln -s ../mLib/build mLib
+libtoolize
 mkaclocal
-autoheader
 m4 Makefile.m4 >Makefile.am
+(cd tests && m4 Makefile.m4 >Makefile.am)
 autoconf
-automake
-mkdir build
+autoheader
+automake -a
+mkdir -p build