From cb20d0327fdc076d02ec8b7be49d3c1282e26002 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Steffen=20M=C3=BCthing?= <muething@dune-project.org>
Date: Mon, 14 Apr 2014 22:46:16 +0200
Subject: [PATCH] [Buildsystem] Adjust install targets to renamed autoconf
 macro for C++ compiler check

---
 m4/CMakeLists.txt | 2 +-
 m4/Makefile.am    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/CMakeLists.txt b/m4/CMakeLists.txt
index 9834ebd18..5102c6ae4 100644
--- a/m4/CMakeLists.txt
+++ b/m4/CMakeLists.txt
@@ -7,7 +7,7 @@ install(PROGRAMS
         ax_check_gl.m4
         ax_lang_compiler_ms.m4
         boost_fusion.m4
-        cxx0x_compiler.m4
+        cxx11_compiler.m4
         cxx0x_nullptr.m4
         cxx11_constexpr.m4
         cxx11_final.m4
diff --git a/m4/Makefile.am b/m4/Makefile.am
index 3d7e141b4..eed763291 100644
--- a/m4/Makefile.am
+++ b/m4/Makefile.am
@@ -10,7 +10,7 @@ ALLM4S = 					\
 	ax_check_gl.m4				\
 	ax_lang_compiler_ms.m4			\
 	boost_fusion.m4				\
-	cxx0x_compiler.m4			\
+	cxx11_compiler.m4			\
 	cxx0x_nullptr.m4			\
 	cxx11_constexpr.m4			\
 	cxx11_final.m4				\
-- 
GitLab