From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Ian Lance Taylor Cc: binutils@sources.redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com Subject: Re: Top-level configure.in patch Date: Tue, 18 Sep 2001 23:00:00 -0000 Message-id: <15272.13351.15248.855391@scooby.brisbane.redhat.com> References: <15272.5937.195468.61032@scooby.brisbane.redhat.com> X-SW-Source: 2001-09/msg00246.html >>>>> "Ian" == Ian Lance Taylor writes: Ian> Old shells don't support the type builtin. However, since this code Ian> is only run on a Solaris host, I think it's fine. I doubt anybody Ian> will do a Canadian Cross from a very old system to a Solaris host. The existing code (using /usr/bin/which) doesn't do much better on Solaris systems whereby the user has a strange .cshrc that interacts badly with the which script. If you read the Solaris man page for which(1), it doesn't even behave the way that configure.in expects it to. Either way, someone loses. My change hopefully leads to least loss. ;-) Thanks--I'll check it in. Ben