* src/vm/jit/stacktrace.c (stacktrace_entry): Wrong return value,
[cacao.git] / autogen.sh
index 82ac9ae0f571c3e635a8f727985dc8922a62cf4c..6d59a7fa193a124932054bfab8e5abc0e5c8e598 100755 (executable)
@@ -1,13 +1,13 @@
 #!/bin/sh
 
 libtoolize --automake
-aclocal
+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
 
-#echo "boehm-gc"
 cd src/boehm-gc && ./autogen.sh && cd ../..
-
-#echo "classpath"
-cd src/classpath && ./autogen.sh && cd ../..