work around lynxos /bin/sh lossage
authorDavid D. Zuhn <zoo@cygnus>
Fri, 16 Jul 1993 20:21:43 +0000 (20:21 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 16 Jul 1993 20:21:43 +0000 (20:21 +0000)
configure

index 0ed2039..6ddc1af 100755 (executable)
--- a/configure
+++ b/configure
@@ -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=