use two functions for creating/removing items of the native stackframe list (i386...
[cacao.git] / src / boehm-gc / autogen.sh
1 #!/bin/sh
2
3 libtoolize --automake
4 if test `uname` == 'FreeBSD'; then
5         echo "FreeBSD (only tested with 5.3-RELEASE though"
6         aclocal  -I . -I /usr/local/share/aclocal -I /usr/local/share/aclocal19
7 else
8         aclocal
9 fi
10 autoheader
11 automake --add-missing
12 autoconf