[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Error compiling, claims I need libtool 1.4 or higher even though I have libtool 1.5.6

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-05-20 22:08:25 CEST

Philip Martin wrote:
> "Kyle Heon" <kheon@comcast.net> writes:
>
>> buildcheck: checking installation...
>> buildcheck: autoconf version 2.59 (ok)
>> buildcheck: autoheader version 2.59 (ok)
>> ./build/buildcheck.sh: line 90: which: command not found
>> ./build/buildcheck.sh: line 93: which: command not found
>
> I think that means you don't have a "which" command in your path.

Perhaps we should use "type -p" instead of "which" ?

> On my machine "which" is a 5 line shell script:
>
> #!/bin/bash
> unalias -a
> unset -- "$@" &> /dev/null
> enable -n -- "$@" &> /dev/null
> type -p "$@"

Curious - "help type" seems to suggest that using the "-p" switch would make
the preceding 3 lines redundant.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 20 22:09:30 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.