openpower-debug-collector: use c++17

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

Change-Id: I0d4cf9922fdd22bf384bfc8140e201ff79e78e34
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed
tree: 2058bbb33b933db08114d177df876d4531d6a78d
  1. org/
  2. .gitignore
  3. bootstrap.sh
  4. checkstop_app.cpp
  5. configure.ac
  6. LICENSE
  7. MAINTAINERS
  8. Makefile.am
  9. README.md
  10. watchdog_timeout.cpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS} --prefix=/usr
    3. make

To clean the repository run `./bootstrap.sh clean`.
For local build, pass --prefix=/usr option to the configure script
to let the Makefile use /usr/share value over /usr/local/share for ${datadir}
variable. The error yaml files and elog parser are stored in /usr/share
location in the SDK.
For CI build, ${datadir} is expanded to /usr/local/share to which the
dependent files and parser are exported, so don't add the prefix option.
For recipe build, ${datadir} is expanded to /usr/share to which the
dependent files and parser are exported, so don't add the prefix option.