]> icculus.org git repositories - btb/d2x.git/blob - autogen.sh
improved automake config. make dist, VPATH builds, ...
[btb/d2x.git] / autogen.sh
1 #!/bin/sh
2 aclocal
3 autoheader
4 automake --add-missing
5 autoconf
6 ./configure "$@"