Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46201 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65513 invoked from network); 27 Nov 2009 08:56:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 08:56:30 -0000 Authentication-Results: pb1.pair.com header.from=yoarvi@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=yoarvi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.44 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: yoarvi@gmail.com X-Host-Fingerprint: 209.85.160.44 mail-pw0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:61202] helo=mail-pw0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/21-50315-C349F0B4 for ; Fri, 27 Nov 2009 03:56:29 -0500 Received: by pwj15 with SMTP id 15so947142pwj.23 for ; Fri, 27 Nov 2009 00:56:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Mloe6DHgL5jRP9Gca+T2erK1hMsBUcAYosSPDUnq5jM=; b=u7o6BsZUGJJeroDoOLvubXmz7x+ODvPCPEu/AKzLHUqbe17S3WLjlfIIkFnRS+D9qb D34mfrn6ZIq8FJyr5zdX/PhYyoI3I0aODE8pJeKOsZ9vzLR3TdBW1g5tZqPbXb08cNUT EWZS4V3pDo5d4KuJa7pNpEneJ3bn8ighOJtwo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qFeGSsMH39eW6yLHqVlCp2UVC8yGtUh361aaMZdX8FBrqdEbRm3hNogdFEJVpa1FCn Jun+C6l9wR8d6ITrPLuLR+SKm2KEX+vG/rQW4X7T6cAFxy2kSumbxu7snAT4MNPjE5xH LCmm9lB5wxsaLidItjJgEs5MRC4/iS8WINgnI= MIME-Version: 1.0 Received: by 10.143.136.2 with SMTP id o2mr71385wfn.330.1259312185425; Fri, 27 Nov 2009 00:56:25 -0800 (PST) Date: Fri, 27 Nov 2009 14:26:25 +0530 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: autoconf version check on trunk? From: yoarvi@gmail.com (Arvind Srinivasan) 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 --