]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
correctly set detailed version string
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Oct 2010 16:03:59 +0000 (16:03 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Oct 2010 16:03:59 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@22273 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 38b8fd74c0ebb215fd18c9e81b477a19c3cfcfa6..4d86f961bd9be528f2a39141ba5876f68ffab93f 100644 (file)
@@ -241,7 +241,7 @@ AC_DEFUN(DEAL_II_DETERMINE_CXX_BRAND, dnl
                  GXX_VERSION_STRING=`($CXX -V 2>&1) | grep "^pgCC"`
                   full_version=`echo "$GXX_VERSION_STRING" | perl -pi -e 's/.*pgCC\s+(\S+).*/\1/g;'`
                  GXX_VERSION=pgCC`echo $full_version | perl -pi -e 's/(\d\.\d).*/\1/g;'`
-                 GXX_VERSION_DETAILED="$GXX_VERSION"
+                 GXX_VERSION_DETAILED=pgCC"$full_version"
                  AC_MSG_RESULT(C++ compiler is Portland Group C++ $full_version)
                 else
 
index 62179a8d600e2f86fb68eeec5d2343a5a4f1f042..d270b5e895ac8bcb1deef0597f42ffb4aa06a8d1 100755 (executable)
@@ -3830,7 +3830,7 @@ $as_echo "C++ compiler is Sun Forte compiler" >&6; }
                  GXX_VERSION_STRING=`($CXX -V 2>&1) | grep "^pgCC"`
                   full_version=`echo "$GXX_VERSION_STRING" | perl -pi -e 's/.*pgCC\s+(\S+).*/\1/g;'`
                  GXX_VERSION=pgCC`echo $full_version | perl -pi -e 's/(\d\.\d).*/\1/g;'`
-                 GXX_VERSION_DETAILED="$GXX_VERSION"
+                 GXX_VERSION_DETAILED=pgCC"$full_version"
                  { $as_echo "$as_me:$LINENO: result: C++ compiler is Portland Group C++ $full_version" >&5
 $as_echo "C++ compiler is Portland Group C++ $full_version" >&6; }
                 else

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.