comparison configure @ 1384:5665219136ce

Applied patch by pl <p_l@tfz.net> (help switch anywhere).
author atmos4
date Tue, 24 Jul 2001 09:16:53 +0000
parents d15d60e12bd3
children e633030fac04
comparison
equal deleted inserted replaced
1383:d15d60e12bd3 1384:5665219136ce
106 esac 106 esac
107 107
108 108
109 # LGB: Help moved here. 109 # LGB: Help moved here.
110 110
111 if [ "$1" = "--help" -o "$1" = "-help" -o "$1" = "-h" ]; then 111 for parm in "$@" ; do
112 if [ "$parm" = "--help" -o "$parm" = "-help" -o "$parm" = "-h" ]; then
112 cat << EOF 113 cat << EOF
113 114
114 usage: $0 [options] 115 usage: $0 [options]
115 116
116 params: 117 params:
176 --size-x=SIZE default screen width 177 --size-x=SIZE default screen width
177 --size-y=SIZE default screen height 178 --size-y=SIZE default screen height
178 EOF 179 EOF
179 exit 0 180 exit 0
180 fi 181 fi
182 done # for parm in ...
181 183
182 184
183 # LGB: Some inital help 185 # LGB: Some inital help
184 186
185 echo "You can get detailed help on configure with: $0 --help" 187 echo "You can get detailed help on configure with: $0 --help"