]> icculus.org git repositories - btb/d2x.git/blob - autogen.sh
Build fixes. Now works with automake 1.5 and autoconf 2.52. --enable-editor option...
[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"