Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46202 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75623 invoked from network); 27 Nov 2009 09:26:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 09:26:48 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iki.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:54367] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/C2-50315-75B9F0B4 for ; Fri, 27 Nov 2009 04:26:48 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1NDx6C-000JT0-KZ; Fri, 27 Nov 2009 09:26:44 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19yW3KRZoC3Aort1L1vYnK3ElcOHYrBoiI= Message-ID: <4B0F9B52.2090207@iki.fi> Date: Fri, 27 Nov 2009 11:26:42 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Arvind Srinivasan CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] autoconf version check on trunk? From: jani.taskinen@iki.fi (Jani Taskinen) It works fine as soon as I find the typo Rasmus has done with his fixes for autoconf > 2.13.. --Jani On 11/27/2009 10:56 AM, Arvind Srinivasan wrote: > There was some discussion on the version (2.13 vs newer) of autoconf > to use for trunk but I'm not sure whether there was any consensus. > > It looks like autoconf2.13 can't be used with trunk and therefore the > autoconf version check inside build/buildcheck.sh needs to be updated. > > I get the following error when I try to configure trunk with autoconf > 2.13 (this is on Ubuntu [Hardy]). autoconf2.61 works fine. > > > Checked out revision 291346. > % ./buildconf > buildconf: checking installation... > buildconf: autoconf version 2.13 (ok) > rebuilding aclocal.m4 > rebuilding configure > rebuilding acconfig.h > rebuilding main/php_config.h.in > > % ./configure --prefix=/home/arvi/php-src-build --enable-debug > > (stuff deleted) > > checking whether to enable UCD SNMP hack... no > checking whether to enable SOAP support... no > checking whether to enable sockets support... no > checking whether zend_object_value is packed... yes > checking for sqlite support... yes > checking whether to disable UTF-8 support in libsqlite (charset > changes to ISO-8859-1)... yes > checking for PDO includes... (cached) /home/arvi/php-scratch/ext > checking for lemon... no > configure: warning: lemon versions supported for regeneration of > libsqlite parsers: 1.0 (found: none). > checking size of char *... 4 > checking for usleep... (cached) yes > checking for nanosleep... (cached) yes > checking for time.h... (cached) yes > /configure: line 81214: syntax error at line 81217: `fi' unexpected > > -- >