From owner-freebsd-questions@FreeBSD.ORG Thu Mar 3 03:36:55 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 EC9EA16A4CE for ; Thu, 3 Mar 2005 03:36:55 +0000 (GMT) Received: from mail.codesourcery.com (admin.voldemort.codesourcery.com [65.74.133.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id A429043D48 for ; Thu, 3 Mar 2005 03:36:55 +0000 (GMT) (envelope-from seefeld@sympatico.ca) Received: (qmail 2138 invoked from network); 3 Mar 2005 03:36:55 -0000 Received: from localhost (HELO ?192.168.0.101?) (stefan@127.0.0.1) by mail.codesourcery.com with SMTP; 3 Mar 2005 03:36:55 -0000 Message-ID: <4226862E.30403@sympatico.ca> Date: Wed, 02 Mar 2005 22:36:14 -0500 From: Stefan Seefeld User-Agent: Mozilla Thunderbird 0.9 (X11/20041127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: seefeld@sympatico.ca 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:36:56 -0000 Hi Thomas, > Did you install any of these ports of autoconf? yes, autoconf-2.59_2 is currently installed. > 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.html " A pkg-plist file. This is a list of all the files that will be installed by the port. It also tells the ports system what files to remove upon deinstallation." 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'. > What are you attempting to install that requires autoconf? I'm trying to compile my own code, and my build system has a toplevel 'autogen.sh' file that runs 'autoconf' in a number of places. Regards, Stefan