fix cacao/gennativetable to not crash on zipfile input, whole classpath in cacaodev...
[cacao.git] / autogen.sh
1 #!/bin/sh
2
3 aclocal
4 autoheader
5 automake --add-missing --include-deps
6 autoconf
7
8 cd mm/boehm-gc && ./autogen.sh && cd ../..
9 cd classpath && rm -f configure configure_int &&./autogen.sh && mv configure configure_int && cp cacaoconfigure configure && cd ../..
10