Blame m4/ax_cxx_compile_stdcxx_11.m4

rpm-build 324937
# =============================================================================
rpm-build 324937
#  https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html
rpm-build 324937
# =============================================================================
rpm-build 324937
#
rpm-build 324937
# SYNOPSIS
rpm-build 324937
#
rpm-build 324937
#   AX_CXX_COMPILE_STDCXX_11([ext|noext], [mandatory|optional])
rpm-build 324937
#
rpm-build 324937
# DESCRIPTION
rpm-build 324937
#
rpm-build 324937
#   Check for baseline language coverage in the compiler for the C++11
rpm-build 324937
#   standard; if necessary, add switches to CXX and CXXCPP to enable
rpm-build 324937
#   support.
rpm-build 324937
#
rpm-build 324937
#   This macro is a convenience alias for calling the AX_CXX_COMPILE_STDCXX
rpm-build 324937
#   macro with the version set to C++11.  The two optional arguments are
rpm-build 324937
#   forwarded literally as the second and third argument respectively.
rpm-build 324937
#   Please see the documentation for the AX_CXX_COMPILE_STDCXX macro for
rpm-build 324937
#   more information.  If you want to use this macro, you also need to
rpm-build 324937
#   download the ax_cxx_compile_stdcxx.m4 file.
rpm-build 324937
#
rpm-build 324937
# LICENSE
rpm-build 324937
#
rpm-build 324937
#   Copyright (c) 2008 Benjamin Kosnik <bkoz@redhat.com>
rpm-build 324937
#   Copyright (c) 2012 Zack Weinberg <zackw@panix.com>
rpm-build 324937
#   Copyright (c) 2013 Roy Stogner <roystgnr@ices.utexas.edu>
rpm-build 324937
#   Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov <sokolov@google.com>
rpm-build 324937
#   Copyright (c) 2015 Paul Norman <penorman@mac.com>
rpm-build 324937
#   Copyright (c) 2015 Moritz Klammler <moritz@klammler.eu>
rpm-build 324937
#
rpm-build 324937
#   Copying and distribution of this file, with or without modification, are
rpm-build 324937
#   permitted in any medium without royalty provided the copyright notice
rpm-build 324937
#   and this notice are preserved. This file is offered as-is, without any
rpm-build 324937
#   warranty.
rpm-build 324937
rpm-build 324937
#serial 18
rpm-build 324937
rpm-build 324937
AX_REQUIRE_DEFINED([AX_CXX_COMPILE_STDCXX])
rpm-build 324937
AC_DEFUN([AX_CXX_COMPILE_STDCXX_11], [AX_CXX_COMPILE_STDCXX([11], [$1], [$2])])