configure.ac not handling OPENIPMI_VERSION_ properly
Brought to you by:
cminyard
Hi,
configure.ac doesn't properly AC_SUBST() the OPENIPMI_VERSION_ macros. The resulting ipmiif.h file contains broken defines:
#define OPENIPMI_VERSION_MAJOR
#define OPENIPMI_VERSION_MINOR
#define OPENIPMI_VERSION_RELEASE
#define OPENIPMI_VERSION_EXTRA
The attached patch fixes this.
Fixed, though done a slightly different way.