chiark / gitweb /
Fix README and mLib.3 a bit.
[mLib] / setup
diff --git a/setup b/setup
index 89b6db8042573a9a6494cb3f68c70967ef9291f1..f69261db296c573e564dbb62c25d38b2d0d421be 100755 (executable)
--- a/setup
+++ b/setup
@@ -2,8 +2,8 @@
 
 set -e
 mklinks
-(cd man && ./mksofiles * && m4 Makefile.m4 >Makefile.am)
 mkaclocal
+libtoolize
 autoconf
-automake
-mkdir build
+automake -a
+mkdir -p build