diff -r 149ce8c6ba10 -r ef81bf83703b configure --- a/configure Wed Mar 15 21:27:19 2006 +0000 +++ b/configure Wed Mar 15 21:55:59 2006 +0000 @@ -48,7 +48,7 @@ # Value is in form: tag=REAL_VALUE # ITEM="NAME" - Will set the value as above, only with the next param # SITEM="NAME" - Will set the var $NAME to the next param -for n in $* +for n in "$@" do case "$n" in --help | -h)