dnl line (the previous one ends with the string "applications"),
dnl so join this one to the previous one with a little bit of
dnl perl.
- is_intel_icc1="`($CC -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
- is_intel_icc2="`($CC -help 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ is_intel_icc1="`($CC -V 2>&1) | grep 'Intel'`"
+ is_intel_icc2="`($CC -help 2>&1) | grep 'Intel'`"
is_intel_ecc="`($CC -V 2>&1) | perl -pi -e 's/applications\n/\1/g;' | grep 'Intel(R) C++ Itanium(TM) Compiler'`"
is_intel_icc="$is_intel_icc1$is_intel_icc2$is_intel_ecc"
if test "x$is_intel_icc" != "x" ; then
esac
else
- is_intel_icc1="`($CC -V 2>&1) | grep 'Intel(R) C++ Compiler'`"
- is_intel_icc2="`($CC -help 2>&1) | grep 'Intel(R) C++ Compiler'`"
+ is_intel_icc1="`($CC -V 2>&1) | grep 'Intel'`"
+ is_intel_icc2="`($CC -help 2>&1) | grep 'Intel'`"
is_intel_ecc="`($CC -V 2>&1) | perl -pi -e 's/applications\n/\1/g;' | grep 'Intel(R) C++ Itanium(TM) Compiler'`"
is_intel_icc="$is_intel_icc1$is_intel_icc2$is_intel_ecc"
if test "x$is_intel_icc" != "x" ; then
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