Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52377 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12606 invoked from network); 15 May 2011 14:58:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2011 14:58:24 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:59662] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/82-11261-E0AEFCD4 for ; Sun, 15 May 2011 10:58:23 -0400 Received: by pwj3 with SMTP id 3so2101459pwj.29 for ; Sun, 15 May 2011 07:58:19 -0700 (PDT) Received: by 10.68.44.65 with SMTP id c1mr5916182pbm.151.1305471499385; Sun, 15 May 2011 07:58:19 -0700 (PDT) Received: from [192.168.200.140] (c-76-126-236-132.hsd1.ca.comcast.net [76.126.236.132]) by mx.google.com with ESMTPS id j8sm2678776pbr.89.2011.05.15.07.58.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 May 2011 07:58:18 -0700 (PDT) Message-ID: <4DCFEA09.6090807@lerdorf.com> Date: Sun, 15 May 2011 07:58:17 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: Sebastian Bergmann CC: internals@lists.php.net References: <4DCFA0BF.5080202@lerdorf.com> <4DCFA431.1060406@php.net> In-Reply-To: <4DCFA431.1060406@php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] autoconf 2.60+ support From: rasmus@lerdorf.com (Rasmus Lerdorf) On 05/15/2011 03:00 AM, Sebastian Bergmann wrote: > 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. > Yup, I know about these. They were there before as well when using autoconf 2.50-2.59 in 5.3. It is just a warning telling us that we should be inlining our templates. It's a bit of a pain in the ass to switch this, but we should do it. -Rasmus