Skip to content
Snippets Groups Projects
Commit f939324f authored by Christian Engwer's avatar Christian Engwer
Browse files

every package depending on dune-common must beable to set DUNE_DEV_MODE

[[Imported from SVN: r5226]]
parent fbac8f61
No related branches found
No related tags found
No related merge requests found
......@@ -103,5 +103,4 @@ AC_DEFUN([DUNE_CHECK_ALL_M],[
AC_SUBST(revision, $with_revision)
AC_REQUIRE([DUNE_CHECK_ALL])
AC_REQUIRE([DUNE_DEV_MODE])
])
......@@ -7,6 +7,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
AC_REQUIRE([DUNE_PATH_XDR])
AC_REQUIRE([DUNE_MPI])
AC_REQUIRE([DUNE_EXPRTMPL])
AC_REQUIRE([DUNE_DEV_MODE])
dnl check for programs
AC_REQUIRE([AC_PROG_CC])
......
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