XBoard: split printing of the features line for clarity.
[gnushogi.git] / autogen.sh
index 5735df7..5b88c9f 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
 autoreconf -f -i
+# generate files that cannot be made in a cross-build setup yet
+./configure
+make -C gnushogi gnushogi_bootstrap
+make distclean
 
 echo "You may now run ./configure"