[Mplayer-cvslog] CVS: main configure,1.113,1.114
Atmosfear
atmos4 at mplayer.dev.hu
Tue Jul 24 11:16:55 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv13520
Modified Files:
configure
Log Message:
Applied patch by pl <p_l at tfz.net> (help switch anywhere).
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- configure 23 Jul 2001 21:19:52 -0000 1.113
+++ configure 24 Jul 2001 09:16:53 -0000 1.114
@@ -108,7 +108,8 @@
# 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 @@
EOF
exit 0
fi
+done # for parm in ...
# LGB: Some inital help
More information about the MPlayer-cvslog
mailing list