From 0325a0744b5b391439d00f334b3628e9338c391d Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Thu, 31 Aug 2006 14:35:53 +0000
Subject: [PATCH] new module names

[[Imported from SVN: r9397]]
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 576bd1d..565f851 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([linelast.cc])
 AM_CONFIG_HEADER([config.h])
 
 # we need no more than the standard DUNE-stuff
-DUNE_CHECK_ALL([dunecommon], [dunegrid], [duneistl], [dunedisc])
+DUNE_CHECK_ALL([dune-common], [dune-grid], [dune-istl], [dune-disc])
 
 # implicitly set the Dune-flags everywhere
 AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS)
-- 
GitLab