]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
No spaces allowed in variable assignment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 31 Aug 2004 14:36:58 +0000 (14:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 31 Aug 2004 14:36:58 +0000 (14:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@9595 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 6cd16e032d9f208dc508a5ca472c641f1c59a0ca..20bd8eae4fbcc00a39e47b21248d8ccf54c9cb1f 100644 (file)
@@ -4300,7 +4300,7 @@ AC_DEFUN(DEAL_II_WITH_UMFPACK, dnl
   if test "x$1" != "xyes" ; then
     AC_MSG_RESULT(external version not yet supported)
   else
-    UMFPACK_LIB ='$(LIBDIR)/liblac_umfpack.$(lib-suffix)'
+    UMFPACK_LIB='$(LIBDIR)/liblac_umfpack.$(lib-suffix)'
     UMFPACK_LIBG='$(LIBDIR)/liblac_umfpack.g.$(lib-suffix)'
     UMFPACK_INCLUDE_DIR='-I$D/contrib/umfpack/UMFPACK/Include'
     AC_MSG_RESULT(using included version)
index e9447ab548ce7a79d9721d33288d902439ce84a4..22fb632858e872ca0cc7eacf48a25ba7eb6965c5 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.174 .
+# From configure.in Revision: 1.175 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -6249,7 +6249,7 @@ fi
 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
 
 
-  if test "x$GXX_VERSION" != "x" ; then
+  if test "x$GXX" = "xyes" ; then
     echo "$as_me:$LINENO: checking for boost::shared_ptr assignment operator= template buglet" >&5
 echo $ECHO_N "checking for boost::shared_ptr assignment operator= template buglet... $ECHO_C" >&6
     ac_ext=cc
@@ -7756,7 +7756,7 @@ int
 main ()
 {
 
-int seed = 0;
+unsigned int seed = 0;
 int i=rand_r(&i);
 
   ;
@@ -8892,7 +8892,7 @@ echo $ECHO_N "checking UmfPack library... $ECHO_C" >&6
     echo "$as_me:$LINENO: result: external version not yet supported" >&5
 echo "${ECHO_T}external version not yet supported" >&6
   else
-    UMFPACK_LIB ='$(LIBDIR)/liblac_umfpack.$(lib-suffix)'
+    UMFPACK_LIB='$(LIBDIR)/liblac_umfpack.$(lib-suffix)'
     UMFPACK_LIBG='$(LIBDIR)/liblac_umfpack.g.$(lib-suffix)'
     UMFPACK_INCLUDE_DIR='-I$D/contrib/umfpack/UMFPACK/Include'
     echo "$as_me:$LINENO: result: using included version" >&5

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.