Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Wed, 21 Mar 2001 12:42:00 +0200
From: Marius Gedminas <marius.gedminas@uosis.mif.vu.lt>
To: cygwin@cygwin.com
Subject: Re: ./configure problem
Message-ID: <20010321124200.A930@mg.home>
Mail-Followup-To: cygwin@cygwin.com
References: <20010320084427.BF4DA7C013@volley.ball.reliam.net> <003f01c0b11b$0a900d60$0200a8c0@lifelesswks> <3AB79FA9.A565AA2D@gmx.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3AB79FA9.A565AA2D@gmx.de>; from martintrautmann@gmx.de on Tue, Mar 20, 2001 at 07:21:29PM +0100
X-URL: http://ice.dammit.lt/~mgedmin/

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

