Fix for new Automake.
[mLib] / setup
diff --git a/setup b/setup
index c669e77..f69261d 100755 (executable)
--- a/setup
+++ b/setup
@@ -3,6 +3,7 @@
 set -e
 mklinks
 mkaclocal
-automake
+libtoolize
 autoconf
-mkdir build
+automake -a
+mkdir -p build