From: wolf Date: Fri, 21 Jul 2000 11:23:45 +0000 (+0000) Subject: There must not be spaces around an assignment! X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d5c55bbacd91d049f81de5271c1590a5f082e8;p=dealii-svn.git There must not be spaces around an assignment! git-svn-id: https://svn.dealii.org/trunk@3188 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index c090058893..7fb587e2d3 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -76,7 +76,7 @@ AC_DEFUN(DEAL_II_GET_THREAD_FLAGS, dnl AC_MSG_RESULT("no flag found!") AC_MSG_ERROR("Could not determine multithreading flag for this platform. Aborting!") fi - LDFLAGS = "-$thread_flag $LDFLAGS" + LDFLAGS="-$thread_flag $LDFLAGS" AC_MSG_RESULT("-$thread_flag") ]) @@ -93,9 +93,7 @@ dnl DEAL_II_TRY_COMPILER_FLAG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) dnl AC_DEFUN(DEAL_II_TRY_COMPILER_FLAG, dnl [ - cat > conftest.$ac_ext < conftest.$ac_ext dnl lets see whether the compiler generates output to stdout or stderr deal_II_compiler_output=`eval $ac_compile 2>&1`