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