From c38ccba483397ac39646202dbf4a9cab5a80cc18 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 31 May 2002 08:21:20 +0000 Subject: made it support --help or -h as arguments, and then displays a very short and really not very helpful message but now you know where to fill in that very large and friendly help text you want the users to see! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@845 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/configure b/tools/configure index 307f66aa70..f60b4bfc16 100755 --- a/tools/configure +++ b/tools/configure @@ -72,6 +72,13 @@ EOF echo "Created Makefile" } +if [ "$target" = "--help" -o \ + "$target" = "-h" ]; then + echo "Just invoke the script and answer the questions." + echo "This script will write a Makefile for you" + exit +fi + # get our current directory pwd=`pwd`; -- cgit v1.2.3