include a few more awt-gtk classes
[cacao.git] / autogen.sh
index 10d25274431fed96c8360e525689dc2c87e8d154..82ac9ae0f571c3e635a8f727985dc8922a62cf4c 100755 (executable)
@@ -1,6 +1,13 @@
-#! /bin/sh
+#!/bin/sh
 
+libtoolize --automake
 aclocal
 autoheader
 automake --add-missing
 autoconf
+
+#echo "boehm-gc"
+cd src/boehm-gc && ./autogen.sh && cd ../..
+
+#echo "classpath"
+cd src/classpath && ./autogen.sh && cd ../..