Remove obsolete VisualAge-related files.
[wxWidgets.git] / acinclude.m4
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-10-27  Vadim ZeitlinNo changes, just simplifications to configure code.
2011-10-26  Vadim ZeitlinAdd WX_FIND_LIB() function to simplify testing for...
2011-10-26  Vadim ZeitlinNo changes, just fix some typos in acinclude.m4 comments.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-07  Paul Cornettremove some extraneous semicolons
2010-06-17  Vadim ZeitlinDon't use excessive quoting with AC_DEFINE_UNQUOTED...
2009-06-18  Vadim Zeitlinfix output of WX_ARG_DISABLE() for options which can...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2007-11-20  Vadim Zeitlinremove support for configarg.cache, use config.status...
2007-09-20  Paul Cornettfix HAVE_ macros not being converted to uppercase on...
2007-07-28  Vadim Zeitlinpreserve the arguments read from configarg.cache in it
2007-07-23  Vadim Zeitlinfix caching of configure arguments broken by one of...
2007-07-21  Vadim Zeitlincorrected (and simplified) configarg.cache updating...
2007-07-20  David ElliottRestore AC_CHECK_HEADERS in preference to AC_CHECK_HEAD...
2007-07-16  Vadim Zeitlinfix WX_ARG_WITH behaviour when it's used before wxUSE_A...
2007-07-14  Vadim Zeitlinallow using dashes in the names of --enable/with option...
2007-07-11  Vadim Zeitlinfixed a bug in a test (there should be a space after -z)
2007-07-11  Vadim ZeitlinRewrote configure --enable/with options handling:
2007-05-09  Václav Slavíkfixed configarg.cache code to correctly handle multiple...
2007-05-05  Václav Slavíkenable UTF8 build for wxGTK2 and wxDFB by default
2007-03-09  Paul Cornettadd 4th parameter to AC_CHECK_HEADER to skip preprocess...
2006-11-09  Vadim Zeitlindon't create version-script file if it's not used
2006-11-09  Vadim Zeitlindon't use version script under cygwin/mingw32, it's...
2006-08-28  Michael WetherellAdd WX_CHECK_FUNCS (instead of WX_CHECK_DECLS). It...
2006-08-22  Michael WetherellRevert last commit.
2006-08-22  Michael WetherellAdd WX_CHECK_DECLS macro and try it out on strtok_r...
2006-08-10  Michael WetherellAdd parameter to the --enable-universal_binary option...
2005-10-03  Vadim Zeitlinadded --without-subdirs option to speed up configure...
2005-09-19  Michael WetherellRevert previous commit for fear that 'test -h' may...
2005-09-19  Michael WetherellAllow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES...
2005-09-19  Michael WetherellChange so that WX_PATH_FIND_LIBRARIES doesn't always...
2005-09-18  Vadim Zeitlinfinally really fixes IRIX build:
2005-09-17  Vadim Zeitlincheck default library directories in WX_PATH_FIND_LIBRA...
2005-07-08  Michael WetherellAdd dll.a to the extensions search for by WX_PATH_FIND_...
2005-04-22  Michael WetherellTest for --version-script bug, known to be in at least...
2005-03-26  David ElliottMoved compiler detection macros to Bakefile.
2005-03-17  David ElliottFixed MW and XLC tests when using -C (cache) option...
2005-03-14  David ElliottMake wxCocoa compile on Tiger.
2005-03-03  Vadim Zeitlinadded AC_CXX_DYNAMIC_CAST
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...
2004-09-28  Vadim Zeitlinadded AC_CXX_REINTERPRET_CAST
2004-07-23  David ElliottRevert my id10t error.
2004-04-09  David ElliottChanges that were in aclocal.m4 but not here
2004-03-03  Vadim Zeitlindo check for <iostream> even when cross-compiling ...
2004-02-10  Vadim Zeitlinadded HAVE_STATIC_CAST
2003-03-10  Mattia Barbon Added configure test for const_cast<>(), and enabled it
2002-12-18  Václav Slavíkdisable version-script on Solaris, it doesn't work
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Vadim Zeitlinshow correct message when running configure for the...
2002-07-16  Vadim Zeitlinadded wxEXPLICIT macro
2002-06-17  Vadim Zeitlinoops, typo in the large file support just checked in
2002-06-17  Vadim Zeitlinadded configure support for the large files
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-01-25  Vadim Zeitlinoops, fixed typo breaking iconv constness detection...
2002-01-25  Vadim Zeitlindon't output the entire iconv() declaration in configur...
2002-01-22  Václav Slavíkuse AM_ICONV for iconv configure checks
1999-08-12  Robert Roebling New makefile system in place, obsoletes libtool,
1999-08-05  Guilhem LavauxChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
1999-06-13  Vadim Zeitlin1. libtool 1.2d => 1.3 (should speed up configure check...