Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52375 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89499 invoked from network); 15 May 2011 10:00:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2011 10:00:24 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.37 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.37 mail-7.de-punkt.de Received: from [93.190.64.37] ([93.190.64.37:55565] helo=mail-7.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/E0-11261-634AFCD4 for ; Sun, 15 May 2011 06:00:23 -0400 Received: (qmail 24442 invoked by uid 511); 15 May 2011 10:00:18 -0000 Received: by simscan 1.3.1 ppid: 24434, pid: 24440, t: 0.0534s scanners: attach: 1.4.0 Received: from unknown (HELO ?0.0.0.0?) (sb%sebastian-bergmann.de@217.114.76.105) by 0 with ESMTPA; 15 May 2011 10:00:18 -0000 Message-ID: <4DCFA431.1060406@php.net> Date: Sun, 15 May 2011 12:00:17 +0200 Organization: PHP Development Team User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: internals@lists.php.net References: <4DCFA0BF.5080202@lerdorf.com> In-Reply-To: <4DCFA0BF.5080202@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] autoconf 2.60+ support From: sebastian@php.net (Sebastian Bergmann) On 05/15/2011 11:45 AM, Rasmus Lerdorf wrote: > Let me know if there are any autoconf-related problems and we will get > them tracked down. I am seeing the following warnings on Fedora 15 Forcing buildconf buildconf: checking installation... buildconf: autoconf version 2.68 (ok) rebuilding aclocal.m4 rebuilding configure rebuilding acconfig.h rebuilding main/php_config.h.in autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' autoheader: WARNING: and `config.h.top', to define templates for `config.h.in' autoheader: WARNING: is deprecated and discouraged. autoheader: autoheader: WARNING: Using the third argument of `AC_DEFINE' and autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without autoheader: WARNING: `acconfig.h': autoheader: autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1, autoheader: [Define if a function `main' is needed.]) autoheader: autoheader: WARNING: More sophisticated templates can also be produced, see the autoheader: WARNING: documentation. Not sure this is a problem since the generated configure script works just fine. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/