Skip to content
Snippets Groups Projects
Commit f3a65cc1 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[autotools] Rename dune_final.m4 to cxx11_final.m4.

parent 26ef684c
Branches
Tags
No related merge requests found
......@@ -16,6 +16,7 @@ install(PROGRAMS
cxx11_constexpr.m4
cxx11_initializer_list.m4
cxx11_conditional.m4
cxx11_final.m4
dune.m4
dune_all.m4
dune_autobuild.m4
......
# -*- tab-width: 8 -*-
# vi: set ts=8:
# $Id$
ALLM4S = \
acx_blas.m4 \
......@@ -20,6 +19,7 @@ ALLM4S = \
cxx11_initializer_list.m4 \
cxx11_conditional.m4 \
cxx11_constexpr.m4 \
cxx11_final.m4 \
dune.m4 \
dune_all.m4 \
dune_autobuild.m4 \
......@@ -28,7 +28,6 @@ ALLM4S = \
dune_common.m4 \
dune_compiler.m4 \
dune_cxa_demangle.m4 \
dune_final.m4 \
dune_fortran.m4 \
dune_deprecated.m4 \
dune_deprecated_cppflags.m4 \
......
# Check if the 'final' keyword is supported
AC_DEFUN([DUNE_CHECKFINAL],[
AC_CACHE_CHECK([for keyword 'final'], dune_cv_keyword_final, [
AC_CACHE_CHECK([for C++11 keyword 'final'], dune_cv_keyword_final, [
AC_LANG_PUSH([C++])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
struct Foo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment