use more customary lowercase filename for configure script
[netris.git] / configure
similarity index 96%
rename from Configure
rename to configure
index 2ea6057a958342a79cddcb4c1947365156ab570c..c3a63dcaf5f40e162fbc7f52895a696982ef3539 100755 (executable)
--- 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 <compiler>: 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