* Added utf_run
[cacao.git] / autogen.sh
index bbf25c2d1aea8b28b1f6fb99d51fdb7ab7c05e16..63a6cf6f61b5b76a9f829650ed14f6e44379f332 100755 (executable)
@@ -2,17 +2,17 @@
 
 libtoolize --automake
 if test `uname` = 'FreeBSD'; then
-        echo "FreeBSD -- only tested with 5.3-RELEASE though"
-        aclocal  -I . -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
+    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
 else
-        aclocal -I .
+    aclocal -I . -I src/classpath/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 ../..
+
+cd src/libltdl && ./autogen.sh && cd ../..