Use the same error message for wxMSW and wxMac.
[wxWidgets.git] / configure
2005-02-24  Robin Dunnbumped subrelease number
2005-02-19  David ElliottCheck for xlC and add -qunique to CXXFLAGS if we're...
2005-02-19  David ElliottCheck to see if -ext o option is required to get compil...
2005-02-19  David ElliottWhen host is OS X (PowerPC Darwin) check if compiler...
2005-02-19  David ElliottRebaked with Bakefile 0.1.7.
2005-02-14  Ryan NortonMove HID stuff into both OSX builds. Add preliminary...
2005-02-13  Václav Slavíkmoved GNOME printing code back to wxCore and fixed...
2005-02-13  Václav Slavíkmoved GNOME printing code back to wxCore and fixed...
2005-02-12  Michael WetherellRename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS
2005-02-12  Ryan Nortonchange configure to better detect gstreamer. Check...
2005-02-12  Ryan Nortonproperly detect gstreamer and libxml headers and libs...
2005-02-11  Robin DunnAlso increment WX_CURRENT and WX_AGE according to the...
2005-02-10  Michael WetherellAdd wxUSE_ARCSTREAM so that other archive classes can...
2005-02-08  Ryan Nortonregen configure for tab sample removal
2005-02-07  Mattia Barbon Fixed error in my previous commit causing
2005-02-03  Ryan Nortonprelimanary wxMediaCtrl cocoa support
2005-02-03  Mattia Barbon Automatically disable wxDialupManager for wxMac and...
2005-01-29  Václav Slavíkfixed wxUSE_CONFIG_NATIVE after setup.h changes
2005-01-21  Vadim Zeitlinadded wxUSE_DATEPICKCTRL
2005-01-20  David ElliottAdd support for Metrowerks compilers.
2005-01-20  David ElliottCheck for vsnprintf while using namespace std if its...
2005-01-20  David ElliottMake sure -DNO_GCC_PRAGMA is in wx-config output regard...
2005-01-20  Vadim Zeitlintrying to get wxUSE_NATIVE_STATUSBAR setting correctly...
2005-01-19  Václav Slavíkregenerated autoconf files using bakefile-0.1.5
2005-01-19  David ElliottUpdated aclocal.m4 using Bakefile's CVS HEAD bakefile...
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-18  David ElliottTake -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it...
2005-01-18  Vadim Zeitlinregenerated with correct substitutions for COND_WXUNIV_...
2005-01-16  Vadim Zeitlinundid the last patch: set wxUSE_XXX to 0 in setup.h...
2005-01-16  Vadim Zeitlinfixed wxUSE_3rdpartylib definitions for --without-3rdpa...
2005-01-15  Vadim Zeitlindefine wxUSE_GUI as 0 when --disable-gui is used
2005-01-15  Vadim Zeitlinremoved unused wxUSE_NOGUI to avoid confusion with...
2005-01-15  Vadim Zeitlinshow "none" for gnomeprint in the summary when building...
2005-01-08  David ElliottContains changes for autoconf_inc.m4,1.77,1.78 which...
2005-01-08  David ElliottRegenerated configure. Contains changes for:
2004-12-19  Vadim Zeitlincorrected compilation error in va_copy() test
2004-12-12  Vadim Zeitlinregenerated
2004-12-08  Mattia Barbon Check for Pango XFT presence (for wxX11).
2004-11-28  Robert Roebling Remove linking to libgnomeprint since we
2004-11-26  Václav SlavíkFreeBSD fix
2004-11-23  Vadim Zeitlinregenerated
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-18  Václav Slavíkfixed libgnomeprint check to fail if libgnomeprint...
2004-11-15  Vadim Zeitlinfixed va_copy test
2004-11-14  Ryan Nortongenerate mediaplayer sample in configure
2004-11-14  David ElliottRebaked and autoconfiscated.
2004-11-12  David ElliottMoved wxStandardPathsCF into base library when using...
2004-11-12  Ron LeeTagged DEBIAN_2_5_3_2 for release testing. Bumped...
2004-11-12  Ron LeeBump WX_CURRENT back to 3, this must stay the same as
2004-11-12  Ron LeeMove stdpath into base on msw as well.
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-11  Ryan Nortoncorrectly generate wxUSE_MEDIACTRL define
2004-11-11  Ron LeeI really don't have to point out what went wrong here...
2004-11-11  Ron LeeFixes for wxPython site-packages location.
2004-11-11  Ron LeeAdded gnome files to gtk dist.
2004-11-11  Robin DunnBump subrelease number
2004-11-10  Ron LeeAdded wx.manifest to the msw source dist, it seems...
2004-11-08  Vadim Zeitlinuse wx_release_number instead of WX_CURRENT in Mac...
2004-11-08  Vadim Zeitlinregenerated (fixes problem with undefined EXTRALIBS_GNO...
2004-11-01  David ElliottRebake after MacOS CarbonLib additions
2004-10-27  Ron LeeUpdate for rpath with uninstalled builds and utility...
2004-10-23  Vadim Zeitlinupdated version to 2.5.3.1
2004-10-15  David ElliottRebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition.
2004-10-15  Václav Slavíkdon't create makefiles for nonexistent utils
2004-10-14  Václav Slavíkfixes to building wxBase on Darwin
2004-10-11  Ryan Nortoncocoa doesn't need system framework - string conversion...
2004-10-07  Ryan Nortonremove blatant hack from configure and do proper checki...
2004-10-07  Ryan Nortoncache mac and cocoa builds - so if you pick cocoa one...
2004-10-06  Ryan Nortoncocoa tooltips. Remove runtime warning from 10.2 ...
2004-10-02  Vadim Zeitlinuse AC_LINK to check for va_copy, not AC_COMPILE
2004-10-01  Ron LeeAdd support for legacy 2.4 installs to wx-config.
2004-09-29  Ron LeeUpdate the wx-config man page.
2004-09-27  Ryan NortonIOKit framework now req. under darwin
2004-09-26  Ron LeeRestore WXBASEPORT for carbon. This is more than just...
2004-09-25  Ron LeeUndo the link creation in builddir. contrib is still...
2004-09-24  Ron LeeGet rid of the symlink farm in $builddir too, contrib...
2004-09-23  Václav SlavíkXRC needs wxXML, check it
2004-09-22  Ron LeeInstall the config files for cross debs under /usr...
2004-09-21  Ron LeeAdd xrc to the dist target.
2004-09-21  Ron Leewx-config2.6
2004-09-20  Václav Slavíkmoving XRC to the core
2004-09-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-09-14  Vadim Zeitlinoutput "GTK+ 2" toolkit for gtk2 builds
2004-08-19  Václav Slavíkremoved code already present in AC_BAKEFILE
2004-08-11  Václav Slavíkmoved wx-config to wx-config-VERSION (with symlink...
2004-08-08  Václav SlavíkHP-UX fix: removed unneeded call to sed(patch #1005025)
2004-08-05  Václav Slavíkgsocket compilation fixes: use .cpp files, not .c
2004-08-05  Václav Slavíkadded splash sample
2004-08-04  David ElliottSupport building X11 and Motif on Mac OS X
2004-08-01  Vadim Zeitlinadded --version-full option to wx-config
2004-07-22  Václav Slavíkfixed symlinks creation on platforms where ln -s is cp
2004-07-22  Václav Slavíkinstall headers in prefix/include/wx-version/wx/ instea...
2004-07-22  Václav Slavíkwx-config symlink creation fix
2004-07-22  Václav Slavíkdetect WebKit availability
2004-07-21  Václav Slavíkfixes to wx-config config name matching
2004-07-18  Václav Slavík*** empty log message ***
2004-07-17  Václav Slavíkmade GTK+2 the default
2004-06-29  Václav Slavíkput -DNO_GCC_PRAGMA into CPPFLAGS
2004-06-23  David ElliottwxCocoa: don't force DEFAULT_wxUSE_SCROLLBAR=no
2004-06-22  David ElliottwxCocoa no longer uses the generic notebook.
next