X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=blobdiff_plain;f=autogen.sh;h=5b88c9fdeec6db00290fa28e88ab2ba686443f61;hp=5735df7fca8e59cb2fde43f204de0a50d605ec00;hb=HEAD;hpb=ee7854267f81987f44e5f4973f3d55e09bd38174 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"