]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
There must not be spaces around an assignment!
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 21 Jul 2000 11:23:45 +0000 (11:23 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 21 Jul 2000 11:23:45 +0000 (11:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@3188 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index c0900588937c35ebbf5387aa96f0cb004cd9559b..7fb587e2d3ff70ce42885c52c9a14c1ec129fd38 100644 (file)
@@ -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 <<EOF
-       int main() { return 0; }
-EOF
+  echo 'int main() { return 0; }' > conftest.$ac_ext
 
   dnl lets see whether the compiler generates output to stdout or stderr
   deal_II_compiler_output=`eval $ac_compile 2>&1`

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.