Update ax_cv_cxx_compile_cxx.m4
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 9 Apr 2018 17:31:03 +0000 (13:31 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Mon, 9 Apr 2018 18:09:24 +0000 (14:09 -0400)
commit41260ac25d541d9bdd039a0ce82c9ad31fceed35
treeb258c62ab91b74a2ef7bb50f452623679592c96d
parentc4a614e2395a7673395208cfd55d590e3c6c114f
Update ax_cv_cxx_compile_cxx.m4

This file provides the AX_CXX_COMPILE_STDCXX macro.  In the context of
the following patch, I wanted to build and test GDB in c++17 mode.  The
version of the macro we have in the repo does not support detecting
c++17 compilers, but the upstream version has been updated to do so.

Since we have local modifications to the file, I had to reconcile our
modifications and the updated upstream version (which was relatively
straightforward).

gdb/ChangeLog:

* ax_cxx_compile_stdcxx.m4: Sync with upstream.
* configure: Re-generate.
gdb/ChangeLog
gdb/ax_cxx_compile_stdcxx.m4
gdb/configure
This page took 0.025192 seconds and 4 git commands to generate.