commit | 687a43697c7e20d1185a1e27e7c58cdf13ab3472 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Oct 18 15:22:43 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Oct 18 15:22:49 2018 -0700 |
tree | d77e87241e7edff0920340269a13017489a9629e | |
parent | 007400c8072a97c367a6e492292f57d5d1cd5ba8 [diff] |
configure: Use generic CXX compiler macro This uses the AX_CXX_COMPILE_STDCXX() instead of AX_CXX_COMPILE_STDCXX_1{4,7}() so that the error messages we generate make slightly more sense. We get errors like: configure.ac:24: error: invalid first argument `20' to AX_CXX_COMPILE_STDCXX Instead of: ./configure: line 5132: syntax error near unexpected token `noext' ./configure: line 5132: `AX_CXX_COMPILE_STDCXX_20(noext)' Change-Id: I05512c977b8b3215a02b5d4dc6dba30ac2b83728 Signed-off-by: William A. Kennington III <wak@google.com>
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
.