]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
In shell scripts, don't set variables with a space in front of the =.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Apr 2002 15:21:12 +0000 (15:21 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Apr 2002 15:21:12 +0000 (15:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@5775 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 7a4c855eb27f09c6f7f28f4909f4890958a2ddbe..9e3722ef04e2b712966df150606791842ae7fd4b 100644 (file)
@@ -193,8 +193,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
                 ;;
   
             *)
-                CXXFLAGSG = "$CXXFLAGSG -fno-vtable-thunks"
-                CXXFLAGSO = "$CXXFLAGSO -fno-vtable-thunks"
+                CXXFLAGSG="$CXXFLAGSG -fno-vtable-thunks"
+                CXXFLAGSO="$CXXFLAGSO -fno-vtable-thunks"
                 ;;
           esac
           ;;
@@ -723,12 +723,12 @@ AC_DEFUN(DEAL_II_SET_MULTITHREADING_FLAGS, dnl
       fi
     else
       if test "x$GXX_VERSION" = "xibm_xlc" ; then
-        CXXFLAGSG = "$CXXFLAGSG -threaded"  
-        CXXFLAGSO = "$CXXFLAGSO -threaded"
+        CXXFLAGSG="$CXXFLAGSG -threaded"  
+        CXXFLAGSO="$CXXFLAGSO -threaded"
       else
         if test "x$GXX_VERSION" = "xcompaq_cxx" ; then
-          CXXFLAGSG = "$CXXFLAGSG -pthread"  
-          CXXFLAGSO = "$CXXFLAGSO -pthread"
+          CXXFLAGSG="$CXXFLAGSG -pthread"  
+          CXXFLAGSO="$CXXFLAGSO -pthread"
         else
           dnl Other compiler
           AC_MSG_ERROR(No threading compiler options for this C++ compiler

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.