The problem seems to be with this line: result=`. $DIR/autoconf-config.sub $sub_args "$@"`
"dash" doesn't seem to support args passed with ".", so $sub_args "$@" are ignored.
dl
The problem seems to be with this line: result=`. $DIR/autoconf-config.sub $sub_args "$@"`
"dash" doesn't seem to support args passed with ".", so $sub_args "$@" are ignored.
dl