From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 05:37:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F6B616A4CE for ; Sat, 7 Feb 2004 05:37:59 -0800 (PST) Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id F192743D31 for ; Sat, 7 Feb 2004 05:37:58 -0800 (PST) (envelope-from louismunro@altern.org) Received: from localhost.invalid ([67.68.236.176]) by tomts10-srv.bellnexxia.netESMTP <20040207133758.FGZR23158.tomts10-srv.bellnexxia.net@localhost.invalid>; Sat, 7 Feb 2004 08:37:58 -0500 From: Louis Munro To: Date: Sat, 7 Feb 2004 08:37:56 -0500 User-Agent: KMail/1.6 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402070837.56583.louismunro@altern.org> cc: freebsd-questions@freebsd.org Subject: Re: setting autoconf version? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 13:37:59 -0000 On February 7, 2004 01:41 am, JJB wrote: > I believe auto.conf comes with the ports-base category. > Did you cvsup download it? > The way I understand it, the system comes with a particular version of autoconf but there are one or two other versions that exist in the port tree (as of 2/7/2004). They can all be installed together because some ports will require one version or another. My problem is that when I try to build a port the system only considers the default version and doesn't take into account those other versions that I've installed. So I'm thinking that there must be a way to specify which version of autoconf or any other such port (ie automake) to use when building...