Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63020 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85990 invoked from network); 16 Sep 2012 20:20:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2012 20:20:50 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:38817] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/D4-37992-2A436505 for ; Sun, 16 Sep 2012 16:20:50 -0400 Received: by lahl5 with SMTP id l5so3880003lah.29 for ; Sun, 16 Sep 2012 13:20:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oAVoJfi5d83Fg2sLa2gD+WV4sWQ7I01xv2TS7Z8+Qr0=; b=mQLHjvypitDO4lM342J5H3fuXtiiMBnP21AQ/GXfcZM7w/g8IpJLUB5FqiMxRtUehE PHQu1E3cYkegP/Yo6pHyz7gnZidqB4Vwkuc3ND9DBX+w2tNZBD/VKV3/LRaBFjCx70Wx I5OQ6aC830Xefhz0o9oEiE6XqZ2D2vOb6E/+34dU57HAEeGTKCpECvWmq32Afr16ZWJB 9PBaOPW1iIgvmhakIpzNNpoYFmEGYdF57gHr0bMDsm5TEbWZp201ydE65fcZCepm6Rb1 enZGMGrK0uQOoTfo5cFK/+aqZWJ2unQTO9snGhFQbqZ25dzE2HIDbsAYHpYeFlGvsV5B +Esw== MIME-Version: 1.0 Received: by 10.152.48.70 with SMTP id j6mr7899805lan.57.1347826846787; Sun, 16 Sep 2012 13:20:46 -0700 (PDT) Received: by 10.114.0.238 with HTTP; Sun, 16 Sep 2012 13:20:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Sep 2012 21:20:46 +0100 Message-ID: To: Michael Felt Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] an configure option to "enable-all" From: hannes.magnusson@gmail.com (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