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

DUNE_MODULE_DEPENDENCIES is called directly

[[Imported from SVN: r4664]]
parent 3ab29d1f
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,6 @@ fi
AC_SUBST(DUNEWEBDIR, $with_duneweb)
dnl check all components
AC_REQUIRE([DUNE_MODULE_DEPENDENCIES])
DUNE_MODULE_DEPENDENCIES($@)
AC_REQUIRE([DUNE_PATH_XDR])
AC_REQUIRE([DUNE_PATH_GRAPE])
......@@ -190,7 +189,6 @@ AC_DEFUN([DUNE_CHECK_ALL_M],[
if test "x$with_revision" = "xno" ; then with_revision=bar; fi
AC_SUBST(revision, $with_revision)
AC_REQUIRE([DUNE_MODULE_DEPENDENCIES])
DUNE_MODULE_DEPENDENCIES($@)
AC_REQUIRE([DUNE_CHECK_ALL])
AC_REQUIRE([DUNE_DEV_MODE])
......
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