summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 307f66aa70..f60b4bfc16 100755
--- a/tools/configure
+++ b/tools/configure
@@ -72,6 +72,13 @@ EOF
72echo "Created Makefile" 72echo "Created Makefile"
73} 73}
74 74
75if [ "$target" = "--help" -o \
76 "$target" = "-h" ]; then
77 echo "Just invoke the script and answer the questions."
78 echo "This script will write a Makefile for you"
79 exit
80fi
81
75# get our current directory 82# get our current directory
76pwd=`pwd`; 83pwd=`pwd`;
77 84