Bool transition: do not scanf directly into would-be bools.
[gnushogi.git] / autogen.sh
blob5b88c9fdeec6db00290fa28e88ab2ba686443f61
1 #!/bin/bash
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
9 echo "You may now run ./configure"