Skip to content
Snippets Groups Projects
Commit e2f9f9ea authored by Oliver Sander's avatar Oliver Sander
Browse files

use DUNE_CHECK_ALL instead of deprecated DUNE_CHECK_ALL_M

[[Imported from SVN: r1024]]
parent a6fc8694
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,14 @@ AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([istl/allocator.hh])
AM_CONFIG_HEADER([config.h])
# make dune -> . symlink
DUNE_SYMLINK
# check all dune-module stuff
DUNE_CHECK_ALL_M
DUNE_CHECK_ALL
# set up flags for the automated test system
DUNE_AUTOBUILD_FLAGS
# preset variable to path such that #include <dune/...> works
AC_SUBST([AM_CPPFLAGS], '$(DUNE_CPPFLAGS) -I$(top_srcdir)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment