From c61e9e4ef127db7fcb133e5538370ddae1378016 Mon Sep 17 00:00:00 2001
From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de>
Date: Thu, 27 Mar 2014 09:41:31 +0000
Subject: [PATCH] [multidomain] Remove not needed patching of dumux.m4

Otherwise modules depending on DuMuX cannot be configured.
(Thanks to fetzer and vishal for the heads-up)
(reviewed by vishal and martins)


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12677 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/multidomain/README                    | 3 +--
 test/multidomain/installRequiredModules.sh | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/test/multidomain/README b/test/multidomain/README
index 5a056cf6b2..c0970ca5e2 100755
--- a/test/multidomain/README
+++ b/test/multidomain/README
@@ -16,8 +16,7 @@ dune-multidomaingrid Git commit 30ff14d6b49c8adabf9e5cec67f20fcb3270a77e
 dune-multidomain Git commit deac3cecfc6697c1f5316d55c0fadd74f51d92bc
 
 Then you have to patch PDELab with the patch from patches/pdelab-1.1.0.patch .
-And you have to patch DuMuX with both the patches from
-patches/dumux-m4.patch and patches/dumux-multidomain.patch .
+And you have to patch DuMuX with the patch from patches/dumux-multidomain.patch .
 
 Install the external grid manager UG. Additional you need to install a
 direct linear solver like SuperLU or PARDISO.
diff --git a/test/multidomain/installRequiredModules.sh b/test/multidomain/installRequiredModules.sh
index 55509ddb22..7cf855a97e 100755
--- a/test/multidomain/installRequiredModules.sh
+++ b/test/multidomain/installRequiredModules.sh
@@ -55,6 +55,5 @@ patch -p0 < ../dumux/patches/pdelab-1.1.0.patch
 cd ..
 
 cd dumux
-patch -p0 < patches/dumux-m4.patch
 patch -p0 < patches/dumux-multidomain.patch
 cd ..
\ No newline at end of file
-- 
GitLab