autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.5.22 fails to configure on AIX 5.1


From: Paul Eggert
Subject: Re: 1.5.22 fails to configure on AIX 5.1
Date: Sun, 15 Jan 2006 21:57:29 +0900
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Ralf Wildenhues <address@hidden> 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 <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]