* libffi: Removed.
[cacao.git] / autogen.sh
index 63a6cf6f61b5b76a9f829650ed14f6e44379f332..1244707260b42c902fa2dd58f278a4ba8e341e00 100755 (executable)
@@ -2,10 +2,9 @@
 
 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
@@ -13,6 +12,4 @@ autoconf
 
 cd src/boehm-gc && ./autogen.sh && cd ../..
 
-cd src/classpath && ./autogen.sh && cd ../..
-
 cd src/libltdl && ./autogen.sh && cd ../..