Add C++11 support to the build system
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 18 Nov 2020 16:22:56 +0000 (11:22 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 1 Dec 2020 16:53:25 +0000 (11:53 -0500)
commitc20049fd0678f462f621c80f9e91c1ba16e6b656
tree766fe2dea2d6bd43c544c023bf01e0268fd22123
parentcbf9cf74b8e74023580ece25be51ed3a19ba016b
Add C++11 support to the build system

Add C++11 support in preparation to the addition of C++ sources in the
plugins.

Automake uses the following variables for C++ files:

  * AM_CPPFLAGS / CPPFLAGS: Preprocessor flags
  * AM_CXXFLAGS / CXXFLAGS: C++ compiler flags
  * AM_LDFLAGS  / LDFLAGS:  Linker flags

Change-Id: Ib9d1ce4b7853981c441e1c31460fd24579fa97ea
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/4413
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
README.adoc
configure.ac
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
This page took 0.024203 seconds and 4 git commands to generate.