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
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