]> icculus.org git repositories - btb/d2x.git/blob - autogen.sh
cvs2cl for building ChangeLog from RCS entries
[btb/d2x.git] / autogen.sh
1 #!/bin/sh
2 aclocal
3 autoheader
4 automake --add-missing
5 autoconf
6 ./configure "$@"