* src/vm/jit/i386/codegen.c (codegen): Don't move the function address
[cacao.git] / src / boehm-gc / autogen.sh
index 8c1cd3bfa1e7199f2caae1aa574d6a90a44d78b8..6c355f6c9f8c45b4604290d06270b64dc72ec417 100755 (executable)
@@ -1,12 +1,11 @@
 #!/bin/sh
 
-glibtoolize --automake
+${CACAO_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
+    ${CACAO_ACLOCAL} -I . -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
 else
-       aclocal
+    ${CACAO_ACLOCAL}
 fi
-autoheader
-automake --add-missing
-autoconf
+${CACAO_AUTOHEADER}
+${CACAO_AUTOMAKE} --add-missing
+${CACAO_AUTOCONF}