[Cppunit-devel] config.h changes committed
Brought to you by:
blep
From: Bastiaan B. <bas...@li...> - 2001-06-17 20:09:39
|
Hi, I finally comitted the config.h changes I proposed last week. They have some consequences: * use autoconf 2.40 or higher to rebuild aclocal.m4, because the AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro. * don't HAVE_BLA, etc. macro's anymore, use CPPUNIT_HAVE_BLA instead. * include <cppunit/Portability.h> instead of <cppunit/config.h> * don't use platform specific macros (i.e. _MSC_VER) in common source code anymore. Instead 'fix' it in Portability.h or create a CPPUNIT_ macro descibing the non portable feature. * if you add a test to ./configure.in add the corressponding #define to cppunit/config-msvc6.h and cppnuit/config-bcb5.h. I you don't know the correct value for these platforms add and #error with some useful info for the platform maintainer. Cheers, Bastiaan |