X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=autogen.sh;h=5b88c9fdeec6db00290fa28e88ab2ba686443f61;hb=448a3831c33101566b7e06341366e3e9eb3dc736;hp=51d3f8918fdf92cfefe088012541838776062588;hpb=d9f6d91e1ba8856ef5b940fc0502a1fef9f97770;p=gnushogi.git diff --git a/autogen.sh b/autogen.sh index 51d3f89..5b88c9f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +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 -if [ -z "$NOCONFIGURE" ]; then - ./configure "$@" -fi - +echo "You may now run ./configure"