Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56703 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22440 invoked from network); 1 Dec 2011 16:41:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2011 16:41:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.42 as permitted sender) X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.210.42 mail-pz0-f42.google.com Received: from [209.85.210.42] ([209.85.210.42:46060] helo=mail-pz0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/67-10027-02EA7DE4 for ; Thu, 01 Dec 2011 11:41:05 -0500 Received: by dado14 with SMTP id o14so651577dad.29 for ; Thu, 01 Dec 2011 08:41:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=3ZhlRN0og7ZQ0gvQTKt7RN4zyMtVN0Cbisu3Xmdwnrg=; b=khOqlN3wHkb+VmDN6cGv89SuhUY/RphmisbKjAqNceSHRt36tkl7zueiewI6EZEDLn HkRGUBTd9t3N7+PNoPsjIdl5B4oyA/WE35ybnPkoo8mzT0tAo64rujjXuqy3GT3wKIBP I2+OOpp3204XIGFwiOgbqiAMgAQGGvoWoq+NQ= Received: by 10.68.62.136 with SMTP id y8mr6100350pbr.87.1322757662134; Thu, 01 Dec 2011 08:41:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.20.170 with HTTP; Thu, 1 Dec 2011 08:40:42 -0800 (PST) In-Reply-To: <20111129221311.GA2544@panix.com> References: <20111129221311.GA2544@panix.com> Date: Thu, 1 Dec 2011 14:40:42 -0200 Message-ID: To: Daniel Convissor Cc: PHP Internals List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] tweaking "configure --help" for autoconf changes From: felipensp@gmail.com (Felipe Pena) Hi, 2011/11/29 Daniel Convissor : > Hi Folks: > > There's a minor difference between the output of "configure --help" > between PHP_5_3 and PHP_5_4. =C2=A0The change makes it hard to tell what = the > default values are for some options. > > The options impacted are those defined in configure.in using > PHP_ARG_WITH. =C2=A0A simple example is --with-layout > > Here's the string in configure.in: > =C2=A0 =C2=A0 =C2=A0 =C2=A0Type can be either PHP or GNU [PHP] > > Here's the output in PHP_5_2 and PHP_5_3: > =C2=A0 =C2=A0 =C2=A0 =C2=A0Type can be either PHP or GNU [PHP] > > But here is the output from PHP_5_4: > =C2=A0 =C2=A0 =C2=A0 =C2=A0Type can be either PHP or GNU PHP > > This is an offshoot of the move from autoconf 2.13 to 2.65. =C2=A0I've > attached a patch for 5.4 and trunk to use autoconf "quadragraph"[1] > representations of brackets instead of the brackets themselves. > > Can someone please apply this? > > Thanks, > > Applied, thanks! --=20 Regards, Felipe Pena