From f50652018a24e0086349beafd160d6b53013ad52 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Tue, 16 May 2006 13:52:51 +0000
Subject: [PATCH] modularized dune

[[Imported from SVN: r9355]]
---
 autogen.sh   | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 989372d..96797a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -144,5 +144,5 @@ export CPP="$COMP -E"
 export CFLAGS="$COMPFLAGS"
 export CXXFLAGS="$COMPFLAGS"
 
-./configure $DEFAULTCONFOPT $CONFOPT
+#./configure $DEFAULTCONFOPT $CONFOPT
 
diff --git a/configure.ac b/configure.ac
index 00b43d6..576bd1d 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
+DUNE_CHECK_ALL([dunecommon], [dunegrid], [duneistl], [dunedisc])
 
 # implicitly set the Dune-flags everywhere
 AC_SUBST(AM_CPPFLAGS, $DUNE_CPPFLAGS)
-- 
GitLab