From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 03:41:43 2005 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 E5DB316A4CE for ; Thu, 3 Mar 2005 03:41:43 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.199.47.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8138743D5D for ; Thu, 3 Mar 2005 03:41:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E246D514FE; Wed, 2 Mar 2005 19:41:41 -0800 (PST) Date: Wed, 2 Mar 2005 19:41:41 -0800 From: Kris Kennaway To: Stefan Seefeld Message-ID: <20050303034141.GA89476@xor.obsecurity.org> References: <4226862E.30403@sympatico.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline In-Reply-To: <4226862E.30403@sympatico.ca> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: where is autoconf 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: Thu, 03 Mar 2005 03:41:44 -0000 --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 02, 2005 at 10:36:14PM -0500, Stefan Seefeld wrote: > Hi Thomas, >=20 >=20 > > Did you install any of these ports of autoconf? >=20 > yes, autoconf-2.59_2 is currently installed. >=20 > > Remember the ports tree is a skeleton of potential applications you can > > install, they are not the actual installed apps themselves.. be sure and > > read the Ports/Packages section of the handbook : > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.h= tml >=20 > " A pkg-plist file. This is a list of all the files that will be installe= d=20 > by the port. It also tells the ports system what files to remove upon=20 > deinstallation." >=20 > Well, I was looking for 'autoconf' in these files but didn't find it. > And indeed, even though I have 'autoconf-2.59_2' installed, all I have > is 'autoconf259', but not 'autoconf'. This is necessary because the autoconf developers don't understand why backwards compatibility is important for their tools (new versions like 2.59 cannot be used to build old applications that were written for e.g. 2.13, nor can multiple versions of autoconf be easily installed concurrently). You can use the gnu-autoconf and related ports, which installs into /usr/local/gnu-autotools so they do not poison the build environment of other ports. YOu might have to play games with PATH or other variables to get your application to find them. Kris --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCJod1Wry0BWjoQKURAm0EAJ98SQSg43U3z1Y2RMvK9SZteGvUDgCcC/Ud N+N53pNl+rG7/pAcO+ekj48= =6UOf -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC--