This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ./configure problem


Hi,

On Tue, Mar 20, 2001 at 07:21:29PM +0100, Martin Trautmann wrote:
> I also had the problem with autogen.sh. It doesn't find a which command.
> In the faq I found that there is no which command yet. I temporaritly
> fixed it with creating a shell script using type:
> type $1 | sed "s/[^\ ]*\ is\ \//\//"
> Could someone add something like that to the faq?

It is in the FAQ (`Where can I find "which"?').

BTW if you use `type -p', you won't need sed.  In fact, some of Linux
distributions used to have a default user's .bashrc with

  alias which="type -p"

Marius Gedminas
-- 
When all else fails, read the instructions.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]