Change to arena `realloc' interface, to fix a design bug.
[mLib] / setup
diff --git a/setup b/setup
index 38fa312..4b49c41 100755 (executable)
--- a/setup
+++ b/setup
@@ -2,8 +2,9 @@
 
 set -e
 mklinks
-(cd man && ./mksofiles * && m4 Makefile.m4 >Makefile.am)
 mkaclocal
-automake
+libtoolize
+(cd man && ./mksofiles * && m4 Makefile.m4 >Makefile.am)
 autoconf
+automake
 mkdir build