EditBoard: resync Curses implementation with the Raw one.
[gnushogi.git] / autogen.sh
index 51d3f89..5735df7 100755 (executable)
@@ -2,7 +2,4 @@
 
 autoreconf -f -i
 
-if [ -z "$NOCONFIGURE" ]; then
-    ./configure "$@"
-fi
-
+echo "You may now run ./configure"