Ralf Wildenhues <[EMAIL PROTECTED]> writes:

> Likewise, I have been unable to reproduce any issues _without_ `sh -vx'.

I didn't quite follow everything in that thread, but as I understand
it the problem occurs only when one is using "sh -vx configure" on AIX.

Ralf Wildenhues <[EMAIL PROTECTED]> writes:

> | elif (set -o posix) >/dev/null 2>&1; then
> |   set -o posix
> | fi

Why does this hang under AIX?  Can you truss it, or strace it, or whatever?

Does it work if we use two parens, e.g.,

elif ((set -o posix)) >/dev/null 2>&1; then
  set -o posix
fi


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to