]> icculus.org git repositories - btb/d2x.git/blob - autogen.sh
totally crippled the memory manager because it does not make sense for
[btb/d2x.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 aclocal
4 autoheader
5 automake --add-missing
6 autoconf
7 ./configure "$@"