]> icculus.org git repositories - btb/d2x.git/blob - autogen.sh
fix bug: when opening d1 level 1 with oem data files, both d1 and d2 oem briefing...
[btb/d2x.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 echo "If you get errors, you may need newer versions of automake and autoconf."
4 echo "You'll need at least automake 1.5 and autoconf 2.50."
5 aclocal $ACLOCAL_FLAGS
6 autoheader
7 automake --add-missing --copy
8 autoconf
9 #./configure "$@"
10 echo "Now you are ready to run ./configure"