Open HPI is an open source implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers
Many deprecation warnings for using INCLUDES instead of AM_CPPFLAGS in RHEL 7 when the bootstrap is executed.
[root@localhost openhpi_trunk_01_07]# ./bootstrap
libtoolize --copy --force --automake
aclocal
autoheader
automake --add-missing --copy --foreign
configure.ac:40: installing './config.guess'
configure.ac:40: installing './config.sub'
configure.ac:10: installing './install-sh'
configure.ac:10: installing './missing'
baselib/Makefile.am:22: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
baselib/Makefile.am: installing './depcomp'
clients/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
clients/hpixml/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
cpp/Makefile.am:23: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
cpp/t/Makefile.am:15: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
parallel-tests: installing './test-driver'
hpi_shell/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
marshal/Makefile.am:26: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
marshal/t/Makefile.am:26: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
openhpid/Makefile.am:23: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
openhpid/t/ohpi/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/dynamic_simulator/Makefile.am:36: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/ilo2_ribcl/Makefile.am:40: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/ipmi/Makefile.am:40: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/ipmi/t/Makefile.am:37: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
plugins/ipmidirect/Makefile.am:36: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/ipmidirect/t/Makefile.am:44: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/oa_soap/Makefile.am:34: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/rtas/Makefile.am:20: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/simulator/Makefile.am:24: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
plugins/simulator/t/Makefile.am:16: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/slave/Makefile.am:20: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/snmp_bc/Makefile.am:28: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/snmp_bc/t/Makefile.am:47: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/sysfs/Makefile.am:36: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/test_agent/Makefile.am:20: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
plugins/watchdog/Makefile.am:36: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
snmp/Makefile.am:15: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
ssl/Makefile.am:15: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
transport/Makefile.am:23: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
utils/Makefile.am:58: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
utils/t/ann/Makefile.am:30: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
utils/t/el/Makefile.am:33: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
utils/t/epath/Makefile.am:49: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
utils/t/rpt/Makefile.am:28: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
utils/t/sahpi/Makefile.am:27: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 'CPPFLAGS')
utils/t/uid/Makefile.am:29: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '__CPPFLAGS')
Many deprecation warnings for using INCLUDES instead of AM_CPPFLAGS in RHEL 7 when the bootstrap is executed. [root@localhost openhpi_trunk_01_07]# ./bootstrap
Reported by: dr_mohan