Add support for building gnushogi and xshogi out of source tree.
[gnushogi.git] / autogen.sh
blob51d3f8918fdf92cfefe088012541838776062588
1 #!/bin/bash
3 autoreconf -f -i
5 if [ -z "$NOCONFIGURE" ]; then
6 ./configure "$@"
7 fi