From: Guido Kanschat Date: Wed, 6 Oct 2010 16:03:59 +0000 (+0000) Subject: correctly set detailed version string X-Git-Tag: v8.0.0~5304 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42f82dec756964097ec312d77ba31c00ebf58176;p=dealii.git correctly set detailed version string git-svn-id: https://svn.dealii.org/trunk@22273 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 38b8fd74c0..4d86f961bd 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -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 diff --git a/deal.II/configure b/deal.II/configure index 62179a8d60..d270b5e895 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -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