From ace9a7be968120bbde4e317309049bfbe7281303 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Fri, 12 May 2006 13:33:41 +0000
Subject: [PATCH] removed double invocation of DUNE_MODULE_DEPENDENCIES

[[Imported from SVN: r4549]]
---
 m4/dune_all.m4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/m4/dune_all.m4 b/m4/dune_all.m4
index ae67f6a8f..1ce0168ee 100644
--- a/m4/dune_all.m4
+++ b/m4/dune_all.m4
@@ -171,7 +171,6 @@ if test "x$with_revision" = "xno" ; then with_revision=bar; fi
 AC_SUBST(revision, $with_revision)
   AC_LANG_PUSH([C++])
 
-  AC_REQUIRE([DUNE_MODULE_DEPENDENCIES])
   echo "Resolving Dependencies: $@"
   DUNE_MODULE_DEPENDENCIES($@)
   AC_REQUIRE([DUNE_CHECK_ALL])
-- 
GitLab