work around lynxos /bin/sh lossage

This commit is contained in:
David D. Zuhn 1993-07-16 20:21:43 +00:00
parent 07a17a1bae
commit 9d8c0ead6b

2
configure vendored
View File

@ -111,7 +111,7 @@ case "${progname}" in
;;
esac
for arg in $*;
for arg in $*
do
# handle things that might have args following as separate words
if [ -n "${next_prefix}" ] ; then prefix=${arg} ; prefixoption="-prefix=${prefix}" ; next_prefix=