Hello, On Mon, 23 Dec 2002 15:57:35 +0100, Sander Niemeijer wrote: > 2) Is 'test -x' portable (i.e. is the -x option available on all > systems for which autoconf is supported, and does the -x option have > the same semantics on all these systems).
Unfortunately, `test -x' is not portable. I regularly still use platforms on which the `test' program does not recognize the `-x' switch. -- ES