From e9eee3d0e17e6886c766ce38b99c756a85305adc Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Wed, 17 Nov 2004 17:37:23 +0000
Subject: [PATCH] Conflicts resolved. Makefile for dune/istl/test will be
 created now.

[[Imported from SVN: r100]]
---
 configure.ac | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index d017222a4..18c19af2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ echo
 
 # write output
 AC_CONFIG_FILES([Makefile
-		 common/Makefile
+	 common/Makefile
          common/test/Makefile
          fem/Makefile
          fem/common/Makefile
@@ -104,6 +104,7 @@ AC_CONFIG_FILES([Makefile
          istl/Makefile
          istl/doc/Makefile
          istl/tutorial/Makefile
+	 istl/test/Makefile
          lib/Makefile
          lib/test/Makefile
          operator/Makefile
@@ -119,8 +120,3 @@ AC_CONFIG_FILES([Makefile
          m4/Makefile
          dune.pc])
 AC_OUTPUT
-
-# if we are in verbose mode print the summary information
-if test x$verbose == xyes; then
-  DUNE_SUMMARY_ALL
-fi
-- 
GitLab