Browse Source

work around lynxos /bin/sh lossage

gdb-4_18-branch
David D. Zuhn 34 years ago
parent
commit
9d8c0ead6b
  1. 2
      configure

2
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=

Loading…
Cancel
Save