openpower-proc-control: use c++17

Update configure.ac to choose the c++17 standard

Change-Id: Ic782f5ca1a8435ecce99a92c5261d98eeac23647
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed
tree: f1b12f867bb03cb6a64f5f4dc97dcfa27927a2e8
  1. procedures/
  2. test/
  3. .gitignore
  4. bootstrap.sh
  5. cfam_access.cpp
  6. cfam_access.hpp
  7. configure.ac
  8. ext_interface.cpp
  9. ext_interface.hpp
  10. filedescriptor.cpp
  11. filedescriptor.hpp
  12. gen_makefile.sh
  13. LICENSE
  14. MAINTAINERS
  15. Makefile.am
  16. Makefile.generated.in
  17. p9_cfam.hpp
  18. proc_control.cpp
  19. README.md
  20. registration.cpp
  21. registration.hpp
  22. targeting.cpp
  23. targeting.hpp
README.md

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.