From: Yann Dirson Date: Tue, 8 Oct 2013 18:45:16 +0000 (+0200) Subject: Don't cause autogen.sh to run configure. X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=ee7854267f81987f44e5f4973f3d55e09bd38174;hp=db669bbcd569f6ee2a8b0dafc307e8d3e52d0708;p=gnushogi.git Don't cause autogen.sh to run configure. --- diff --git a/autogen.sh b/autogen.sh index 51d3f89..5735df7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,4 @@ autoreconf -f -i -if [ -z "$NOCONFIGURE" ]; then - ./configure "$@" -fi - +echo "You may now run ./configure"