X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=autogen.sh;h=5b88c9fdeec6db00290fa28e88ab2ba686443f61;hb=586cbf3d7b87b8bae3154695cc1f6dda396cca7e;hp=5735df7fca8e59cb2fde43f204de0a50d605ec00;hpb=428f5595e0dece1de6b4be4c1b17c5dc1742f7d9;p=gnushogi.git diff --git a/autogen.sh b/autogen.sh index 5735df7..5b88c9f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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"