verify invocations of generic builtin methods
[cacao.git] / autogen.sh
index 10d25274431fed96c8360e525689dc2c87e8d154..42d765a9e82687ae4be3c7cc4f2904eadf6ab24f 100755 (executable)
@@ -1,6 +1,17 @@
-#! /bin/sh
+#!/bin/sh
 
-aclocal
+libtoolize --automake
+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
+
+cd src/boehm-gc && ./autogen.sh && cd ../..
+
+cd src/libltdl && ./autogen.sh && cd ../..
+
+cd src/libffi && ./autogen.sh && cd ../..