From 3887555aa286141b1476fde7ad98ebf0217e2805 Mon Sep 17 00:00:00 2001 From: Martin Nolte <nolte@mathematik.uni-freiburg.de> Date: Tue, 3 Dec 2013 15:13:25 +0100 Subject: [PATCH] [buildsystem] distribute cxx11_constexpr.m4 The check for constexpr was not copied into the distribution. Unfortunately, the autotools will only warn about a missing macro, but give valid results otherwise. This patch adds the cxx11_constexpr.m4 to Makefile.am, so that it is distributed on "make dist". --- m4/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/Makefile.am b/m4/Makefile.am index c012a103c..e779c580c 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -19,6 +19,7 @@ ALLM4S = \ cxx0x_variadic_constructor_sfinae.m4 \ cxx11_initializer_list.m4 \ cxx11_conditional.m4 \ + cxx11_constexpr.m4 \ dune.m4 \ dune_all.m4 \ dune_autobuild.m4 \ -- GitLab