]> icculus.org git repositories - btb/d2x.git/blob - autogen.sh
This commit was manufactured by cvs2svn to create tag 'd2x-0_0_8'.
[btb/d2x.git] / autogen.sh
1 #!/bin/sh
2 aclocal
3 automake --add-missing
4 autoconf
5 ./configure "$@"