Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1156 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70722 invoked from network); 2 May 2003 10:25:34 -0000 Received: from unknown (HELO cs181147.pp.htv.fi) (213.243.181.147) by pb1.pair.com with SMTP; 2 May 2003 10:25:34 -0000 Received: from localhost (jani@localhost) by cs181147.pp.htv.fi (8.11.6/8.11.6) with ESMTP id h42APXo20101; Fri, 2 May 2003 13:25:33 +0300 X-Authentication-Warning: cs181147.pp.htv.fi: jani owned process doing -bs Date: Fri, 2 May 2003 13:25:33 +0300 (EEST) Sender: jani@cs181147.pp.htv.fi Reply-To: Jani Taskinen To: Sterling Hughes cc: internals@lists.php.net In-Reply-To: <1051807268.23351.1203.camel@hasele> Message-ID: References: <1051807268.23351.1203.camel@hasele> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Bundling schema From: sniper@iki.fi (Jani Taskinen) On 1 May 2003, Sterling Hughes wrote: >By creating ext/bundle and storing expat in ext/bundle/expat, I have the >following options cleanly available: > >./configure --disable-xml > >(disables the xml extension, but bundles expat) Why? >./configure --disable-bundle-all > >(don't bundle any libraries) Huh? There's --disable-all already. >./configure --enable-bundle-all > >(bundle all the libraries) This is same as ./configure currently.. >./configure > >(bundle defaults) > >./configure --disable-bundle-expat --with-expat-dir=/usr/local/ > >(use the expat libraries in /usr/local/) Same is achieved already, WITHOUT that weird '--disable-bundle-expat'. --Jani