* src/vm/jit/stacktrace.h (STACKTRACE_CAPACITY_DEFAULT)
[cacao.git] / autogen.sh
index 63a6cf6f61b5b76a9f829650ed14f6e44379f332..6d59a7fa193a124932054bfab8e5abc0e5c8e598 100755 (executable)
@@ -2,17 +2,12 @@
 
 libtoolize --automake
 if test `uname` = 'FreeBSD'; then
-    echo "FreeBSD -- only tested with 5.3-RELEASE though"
-    aclocal -I . -I src/classpath/m4 -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
+    aclocal -I m4 -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
 else
-    aclocal -I . -I src/classpath/m4
+    aclocal -I m4
 fi
 autoheader
 automake --add-missing
 autoconf
 
 cd src/boehm-gc && ./autogen.sh && cd ../..
-
-cd src/classpath && ./autogen.sh && cd ../..
-
-cd src/libltdl && ./autogen.sh && cd ../..