Imported and merged Boehm GC 7.0
[cacao.git] / src / mm / boehm-gc / autogen.sh
1 #!/bin/sh
2
3 ${CACAO_LIBTOOLIZE} --automake
4 if test `uname` = 'FreeBSD'; then
5     ${CACAO_ACLOCAL} -I . -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
6 else
7     ${CACAO_ACLOCAL}
8 fi
9 ${CACAO_AUTOHEADER}
10 ${CACAO_AUTOMAKE} --add-missing
11 ${CACAO_AUTOCONF}
12
13 (cd libatomic_ops-1.2; ./autogen.sh)