summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-24 09:16:53 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-24 09:16:53 +0000
commit347ed4327c23e232dca2fe02f0b36188594d3984 (patch)
tree44531a7af930add7d5629c461473f93ef21798e2 /configure
parentab2ccefb555758054d17e4da5ca723b9bf42d5d2 (diff)
downloadmpv-347ed4327c23e232dca2fe02f0b36188594d3984.tar.bz2
mpv-347ed4327c23e232dca2fe02f0b36188594d3984.tar.xz
Applied patch by pl <p_l@tfz.net> (help switch anywhere).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1385 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 0d21d04d9d..58b5e21867 100755
--- a/configure
+++ b/configure
@@ -108,7 +108,8 @@ esac
# LGB: Help moved here.
-if [ "$1" = "--help" -o "$1" = "-help" -o "$1" = "-h" ]; then
+for parm in "$@" ; do
+if [ "$parm" = "--help" -o "$parm" = "-help" -o "$parm" = "-h" ]; then
cat << EOF
usage: $0 [options]
@@ -178,6 +179,7 @@ params:
EOF
exit 0
fi
+done # for parm in ...
# LGB: Some inital help