Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63022 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 658 invoked from network); 16 Sep 2012 21:10:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2012 21:10:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=krebs.seb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=krebs.seb@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: krebs.seb@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bk0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:39010] helo=mail-bk0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/E7-37992-16046505 for ; Sun, 16 Sep 2012 17:10:59 -0400 Received: by bkcjm19 with SMTP id jm19so1861511bkc.29 for ; Sun, 16 Sep 2012 14:10:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=HChcDRgGh/td73seugRrzdcK+4dRWuZK/66iaZcTXd8=; b=AC4Sgp5vQj7dgZ+RryJzVLVHxbUGKQSLSRxG6g9ZKhX3zTPU0RAydDTAF1vqIL5G7I Ou7uguTbEgVPg7BFrbNSULrz9ndoi4cg8RmmyTVWm2Zyksi0Sw5t+x++otecoWx8NTSV lddGXN8AqukPkfkrVa1wb23tjNVl164DvmF+HCdZRFrs9mVBVhJRk9RkhIwK2R6R/WgA uuMaRaIOWL0XD6MQxQBa6O7n9pxp5mJb2yBxC/mx0XK1wzFV5fhRt+YvsaTLRWknlDNk i3msRjby8H9P44zj6mdHQUdXX8egsha8agv9EaqXfAmMG+Nm/1heoAaeI6Koh2k71p7N mAdA== Received: by 10.204.148.82 with SMTP id o18mr3715898bkv.41.1347829854710; Sun, 16 Sep 2012 14:10:54 -0700 (PDT) Received: from [192.168.24.2] (91-64-234-92-dynip.superkabel.de. [91.64.234.92]) by mx.google.com with ESMTPS id j9sm4153813bkv.0.2012.09.16.14.10.53 (version=SSLv3 cipher=OTHER); Sun, 16 Sep 2012 14:10:54 -0700 (PDT) Message-ID: <5056405D.2040505@gmail.com> Date: Sun, 16 Sep 2012 23:10:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] an configure option to "enable-all" From: krebs.seb@gmail.com (Sebastian Krebs) Am 16.09.2012 22:20, schrieb Hannes Magnusson: > On Sun, Sep 16, 2012 at 8:50 PM, Michael Felt wrote: >> Hi. My apologies if I missed an "obvious clue" somewhere, but I am looking >> for a configure >> option to enable nearly everything - to be supplemented by select disable >> statements. >> >> In the past I have had complex configure scripts that I would like to simply >> with selective deletes, rather than discover afterwards that I forgot >> something. >> configure --help does not convince me it is listing all options >> (might be wong, might not be reading carefully enough). >> >> Thanks (even if just pointing me at what I should have found!). > > > I'm confused.. --enable-all is already supported, just like --disable-all ? > > -Hannes > I think he means something like "--enable-all --disable-X --disable-Y". Don't know myself, if this is possible right now. Regards, Sebastian