v2.2.18
rename build/ dir to pkg/ to match the rest of the projects
update coverage summary utility for new paths
add mingw configure script that sets all the correct paths for cppunit, etc.
calculate and export current correct soname for people who want to dlopen. include smbios/dlopen.h and use the define there for the name of the library.
dont generate doxygen configs at configure time, just use exported environment variables.
fixup build to work on both rhel3 and sles11
Updates from lessons converting omsa. -- CXXFLAGS/CFLAGS -> CPPFLAGS Remove all preprocessor directives from CXXFLAGS/CFLAGS and put them in CPPFLAGS. -- add -Wl,-as-needed flag with option to disable for older OS -- add libsmbios pkg-config for c++ lib
add a variable so pkgs know which python path to use
fixup pkgconfig files to actually have a chance of working
change release script for new autogen changes.
disable valgrind for sles9
add utility to do OBS upload.