* libffi: Removed.
[cacao.git] / autogen.sh
index 86ba59ebd25124e240be5cd225586ca4f52e9e7e..1244707260b42c902fa2dd58f278a4ba8e341e00 100755 (executable)
@@ -1,9 +1,15 @@
 #!/bin/sh
 
-aclocal
+libtoolize --automake
+if test `uname` = 'FreeBSD'; then
+    aclocal -I m4 -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
+else
+    aclocal -I m4
+fi
 autoheader
 automake --add-missing
 autoconf
 
-cd mm/boehm-gc && ./autogen.sh && cd ../..
-cd classpath && ./autogen.sh && cd ../..
+cd src/boehm-gc && ./autogen.sh && cd ../..
+
+cd src/libltdl && ./autogen.sh && cd ../..