Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52855 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97594 invoked from network); 3 Jun 2011 10:55:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2011 10:55:06 -0000 Authentication-Results: pb1.pair.com header.from=rumi.kg@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=rumi.kg@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: rumi.kg@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:53040] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/04-08509-98DB8ED4 for ; Fri, 03 Jun 2011 06:55:05 -0400 Received: by vxb40 with SMTP id 40so1443381vxb.29 for ; Fri, 03 Jun 2011 03:55:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=+hb9uhBa42IX1Un05pv4YCUcZb1VyxNCJvtkDpEy95c=; b=VrunpXBV3dL6q++bjYAstf8EZXR5+jAZa4rQBYbodEOl7wxDKP6YV2gys/WXIaZ8jo 3iEEoJHN9FykZvdgFav10QE6NcuQmo7wv2Bp+cM7oPYEYSX6KBSimpliuyDYiOATemUi Wl6qUTqkkkgZlFLh+4VL+SM8hI+YCVOukRkGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=A+0m8jPuk4FmCECOpV4CQIaj0tAxIj9wg6XDqHKMWP3JUbvNwSACYL52J4aBiVtTN+ yBcTYIa2lNhXMoSX7ZA1fX0kqPcyZdqHAO56AuSQDgGipcfQFKO0u6xqUwiQOM695V+L oEiIRJeVPOeYI+pHPtZgscTZOEargv5mqJs3Q= MIME-Version: 1.0 Received: by 10.52.176.106 with SMTP id ch10mr2398269vdc.155.1307098502934; Fri, 03 Jun 2011 03:55:02 -0700 (PDT) Received: by 10.52.184.101 with HTTP; Fri, 3 Jun 2011 03:55:02 -0700 (PDT) In-Reply-To: <4DE8779E.7020209@oracle.com> References: <4DCFA0BF.5080202@lerdorf.com> <4DE8337B.8040605@oracle.com> <83E11999-891F-4760-93A4-8CFAE0C8BFD6@lerdorf.com> <4DE8779E.7020209@oracle.com> Date: Fri, 3 Jun 2011 12:55:02 +0200 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] autoconf 2.60+ support From: rumi.kg@gmail.com (Rune Kaagaard) I compiled trunk on Ubuntu 11.04 desktop yesterday with default settings and was surprised and confused when it worked even after I forgot to use the older autoconf binary. Nice job!