Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63019 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82664 invoked from network); 16 Sep 2012 19:50:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2012 19:50:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=mamfelt@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mamfelt@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: mamfelt@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:42387] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C0/44-37992-98D26505 for ; Sun, 16 Sep 2012 15:50:34 -0400 Received: by obbwc18 with SMTP id wc18so8949202obb.29 for ; Sun, 16 Sep 2012 12:50:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3zZFurYB7QHDyPNsTvlr/VWWE74lAdieoeWYJanVvns=; b=ZiI2EyLn9bVAWKyHCTmkEKtkXMNOkM3LeXnAS3aQTY5VH65kimRHY75whZDaaQ7+10 G0IyMYF3g3z+6KN//fJS8beCfF6m+Kc5SHBSB3lRG7USgr/eex4GgNoK8Bsm719PqEEs JBt4LiSsOi3Zv1fKBNAa/T3ys26sqFgnXGmD3tI+XnKJrGyYKbmiIiHX3o8BNDHl2liF 2ToJaWpWPHu39tw0B3KaNUfp+g2CmkcdUwz4re6MzTA8i0+k2cqQqetJtPTVR6+tGzp+ AzhO0W2Gt+YGQ2Xo6TKsNGJ6Togs7IL1GFw3/ZCSr3zMvTg2VBoUbX/n6ePDXl9W3dJG +/ZQ== MIME-Version: 1.0 Received: by 10.182.118.2 with SMTP id ki2mr9746686obb.101.1347825030870; Sun, 16 Sep 2012 12:50:30 -0700 (PDT) Received: by 10.76.87.3 with HTTP; Sun, 16 Sep 2012 12:50:30 -0700 (PDT) Date: Sun, 16 Sep 2012 21:50:30 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d0447f37c2f371e04c9d6f8cc Subject: an configure option to "enable-all" From: mamfelt@gmail.com (Michael Felt) --f46d0447f37c2f371e04c9d6f8cc Content-Type: text/plain; charset=ISO-8859-1 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!). Michael --f46d0447f37c2f371e04c9d6f8cc--