X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/c7eeb8f0c70c3d6538b7199f0e2094967413d35d:/Configure..dad72a6bf82c2f6d9f857499711827e425e1e279:/configure diff --git a/Configure b/configure similarity index 96% rename from Configure rename to configure index 2ea6057..c3a63dc 100755 --- a/Configure +++ b/configure @@ -57,7 +57,7 @@ while [ $# -ge 1 ]; do ;; *) cat << "END" -Usage: ./Configure [options...] +Usage: ./configure [options...] -g: Full debugging, no optimization, and full warnings -O?: Optimization, no debugging or warnings --cc : Set the C compiler to use (default "gcc") @@ -137,7 +137,7 @@ rm -f test.c test.o a.out echo "Creating config.mak" cat > config.mak << END -### Automatically generated by ./Configure ### +### Automatically generated by ./configure ### CC = $CC COPT = $COPT @@ -149,7 +149,7 @@ END echo "Creating config.h" cat << END > config.h -/*** Automatically generated by ./Configure ***/ +/*** Automatically generated by ./configure ***/ END