From owner-freebsd-questions@FreeBSD.ORG Sun Nov 20 00:14:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 90DF916A41F for ; Sun, 20 Nov 2005 00:14:21 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from pne-smtpout2-sn1.fre.skanova.net (pne-smtpout2-sn1.fre.skanova.net [81.228.11.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id B79E343D49 for ; Sun, 20 Nov 2005 00:14:19 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: from falcon.midgard.homeip.net (212.181.162.201) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 437D32AE00069013 for freebsd-questions@freebsd.org; Sun, 20 Nov 2005 01:14:18 +0100 Received: (qmail 62852 invoked by uid 1001); 20 Nov 2005 01:14:17 +0100 Date: Sun, 20 Nov 2005 01:14:17 +0100 From: Erik Trulsson To: Gerard Seibert Message-ID: <20051120001417.GA62813@falcon.midgard.homeip.net> Mail-Followup-To: Gerard Seibert , FreeBSD Questions References: <20051119184737.O8685@seibercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051119184737.O8685@seibercom.net> User-Agent: Mutt/1.5.11 Cc: FreeBSD Questions Subject: Re: Duplicate `automake' & `autoconf' files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 00:14:21 -0000 On Sat, Nov 19, 2005 at 06:53:43PM -0500, Gerard Seibert wrote: > This is probably a dumb question, but I never let that bother me before. I > have multiple copies of both: > > automake: 2.13.000227_5; 2.53_3; 2.59_2 > autoconf: 1.4.6_2; 1.5_2,1; 1.96 > > Is it really necessary to have the older versions installed, or can I just > remove them? Actually, I did remove an older version of autoconf once, but > it just got reinstalled again. Some ports require one version of autoconf/automake to build, while other ports require another version. This means that if you build many different ports, you will most likely end up with all of the above versions installed. You can safely delete all of them - they are only needed for building some prts, not for running them - but as you have already noticed they will probably just get reinstalled fairly soon if you build some new ports. -- Erik Trulsson ertr1013@student.uu.se