From 85194789aa3c350260134229a0467f737f964522 Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Mon, 8 Oct 2012 15:34:25 +0200 Subject: [PATCH] Pipe to /dev/null to prevent error message from appearing in include path. --- m4/opm_superlu.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/opm_superlu.m4 b/m4/opm_superlu.m4 index bc6c71df..90d4aec4 100644 --- a/m4/opm_superlu.m4 +++ b/m4/opm_superlu.m4 @@ -153,7 +153,7 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[ [dnl if test x"$withval" != xno ; then # get absolute path - with_superlu=`eval cd $withval 2>&1 && pwd` + with_superlu=`eval cd $withval > /dev/null 2>&1 && pwd` if test x"$withval" = xyes; then # Search in default locations _slu_search_default