From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shaun R." Subject: Check scripts and which... Date: Wed, 19 Sep 2007 01:02:25 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org If the check scripts are going to use which to find programs like brctl, udev, xgettext maybe the first check script should be to see if which is installed on the system? I just spent about 15 minutes trying to figure out why when building xen tools it couldnt find xgettext and realized i didnt have which installed. my own fault but would be nice to check for which first... ~Shaun