XBoard: split printing of the features line for clarity.
[gnushogi.git] / autogen.sh
1 #!/bin/bash
2
3 autoreconf -f -i
4 # generate files that cannot be made in a cross-build setup yet
5 ./configure
6 make -C gnushogi gnushogi_bootstrap
7 make distclean
8
9 echo "You may now run ./configure"