From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 15:07:51 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 145D216A412 for ; Fri, 12 Jan 2007 15:07:51 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id C746B13C455 for ; Fri, 12 Jan 2007 15:07:50 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so814163wxc for ; Fri, 12 Jan 2007 07:07:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SHFZQcmFqX8HuBq2Euz3bAa9NlzPMiS0Wp6sG9y24ekgZsV9SM+cu+t7zVa/eVgmvSw4fuQv1SbFtkiCx3vQykCrhXofxLm/QdwC7gMrMVHSkNvnhy3+yBpvjeZ+rPZXzPYn8CJURvM93Wpfg6evBEuvfkRtrP5KAMzb5sEEwnA= Received: by 10.70.74.1 with SMTP id w1mr1545321wxa.1168614470106; Fri, 12 Jan 2007 07:07:50 -0800 (PST) Received: by 10.70.14.15 with HTTP; Fri, 12 Jan 2007 07:07:49 -0800 (PST) Message-ID: <14989d6e0701120707n4b36cc22icf572e67ea57994f@mail.gmail.com> Date: Fri, 12 Jan 2007 16:07:50 +0100 From: "Christian Walther" To: "Gerard Seibert" In-Reply-To: <20070112095036.R25189@scorpio.seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070112095036.R25189@scorpio.seibercom.net> Cc: FreeBSD-Questions Subject: Re: AC_PACKAGE_NAME 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: Fri, 12 Jan 2007 15:07:51 -0000 On 12/01/07, Gerard Seibert wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > - From time to time while compiling a program an error message will display > regarding "Present But Cannot Be Compiled" with a notation to report this > to the 'AC_PACKAGE_NAME'. > > First, is this really necessary since the package does compile and > secondly, who or what is this 'AC_PACKAGE_NAME'? "AC_PACKAGE_NAME" is a macro that is defined by autoconf. AFAIK, if such a message appears during compilation, the wrong version of autoconf is being used. It would be interesting to know if you compile a port, because in this case the dependency is wrong. If you downloaded a source tarball from a website, you should check the requirements what the package needs to compile successfully. autoconf and automake should be listed there, too.