Rewrote configure --enable/with options handling:
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2007 20:03:11 +0000 (20:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2007 20:03:11 +0000 (20:03 +0000)
commit6e198e97ecb2c0b39f36fcb3e49238ebf231cb4d
treea07f15ebbcf47df770f385520162ab5cb9c0980b
parent8577d8c34dd6b2612cc6f2d3ce755cc1482abc9f
Rewrote configure --enable/with options handling:

1. There is no more need to set DEFAULT_wxUSE_XXX for all options (although
   it's still taken into account if it is set), use WX_ARG_DISABLE/WITHOUT for
   the options which are enabled by default instead (and WX_ARG_ENABLE/WITH
   for those which are disabled): this makes configure messages more
   understandable (this closes bug 1038676)
2. Added --disable-all-features option which allows to disable everything
   which can be disabled at once in order to build the absolutely minimal
   wx library
3. General cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
acinclude.m4
configure
configure.in