]> icculus.org git repositories - btb/d2x.git/blob - autogen.sh
Moved win32_* to win32/* (a la d1x), starting to get net working.
[btb/d2x.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 touch ChangeLog
4 aclocal $ACLOCAL_FLAGS
5 autoheader
6 automake --add-missing
7 autoconf
8 #./configure "$@"
9 echo "Now you are ready to run ./configure"