summaryrefslogtreecommitdiff
path: root/m4/ax_cxx_compile_stdcxx_14.m4
diff options
context:
space:
mode:
authorEnrico M. Crisostomo <enrico.m.crisostomo@gmail.com>2016-03-20 14:17:15 +0100
committerEnrico M. Crisostomo <enrico.m.crisostomo@gmail.com>2016-03-21 11:36:12 +0100
commit34104ea9e635fae5551fd1d6495a80f8041c4adc (patch)
tree7926889d72ed145d32327719288430f062abbc12 /m4/ax_cxx_compile_stdcxx_14.m4
parentf7dd9928d94cdc780fea4fe17da03f9ccea24891 (diff)
downloadautoconf-archive-34104ea9e635fae5551fd1d6495a80f8041c4adc.tar.gz
Update CXXCPP after updating CXX.
Rewrap text. Rewrap.
Diffstat (limited to 'm4/ax_cxx_compile_stdcxx_14.m4')
-rw-r--r--m4/ax_cxx_compile_stdcxx_14.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/ax_cxx_compile_stdcxx_14.m4 b/m4/ax_cxx_compile_stdcxx_14.m4
index 741accf..6d2123a 100644
--- a/m4/ax_cxx_compile_stdcxx_14.m4
+++ b/m4/ax_cxx_compile_stdcxx_14.m4
@@ -9,7 +9,8 @@
# DESCRIPTION
#
# Check for baseline language coverage in the compiler for the C++14
-# standard; if necessary, add switches to CXX to enable support.
+# standard; if necessary, add switches to CXX and CXXCPP to enable
+# support.
#
# This macro is a convenience alias for calling the AX_CXX_COMPILE_STDCXX
# macro with the version set to C++14. The two optional arguments are
@@ -27,7 +28,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 2
+#serial 3
include([ax_cxx_compile_stdcxx.m4])