As we add more extensions to our runtime, I think it would be a good idea to add feature configuration options to our Linux build, to allow people to build just a subset when they are not interested in a specific feature and/or do not have the pre-req software for it on their machine.

If you define features to Automake you can then use the following configure options:
configure --enable-FEATURE
configure --disable-FEATURE

We could have
configure --enable-all-extensions
configure --enable-most-extensions
configure --enable-cpp
configure --enable-axis2
configure --enable-php
configure --enable-python
configure --enable-ruby
etc. as more extensions get added...

What do you think?

Any similar thoughts for the Windows build?

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to