AC_MSG_RESULT(F77 compiler is gcc-4.1)
F77_VERSION=gcc4.1
;;
+ *4.2*)
+ AC_MSG_RESULT(F77 compiler is gcc-4.2)
+ F77_VERSION=gcc4.2
+ ;;
+ *4.3*)
+ AC_MSG_RESULT(F77 compiler is gcc-4.3)
+ F77_VERSION=gcc4.3
+ ;;
*2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
dnl These compilers are too old to support a useful subset
dnl of modern C++, so we don't support them. gcc2.7.2 is
echo "${ECHO_T}F77 compiler is gcc-4.1" >&6
F77_VERSION=gcc4.1
;;
+ *4.2*)
+ echo "$as_me:$LINENO: result: F77 compiler is gcc-4.2" >&5
+echo "${ECHO_T}F77 compiler is gcc-4.2" >&6
+ F77_VERSION=gcc4.2
+ ;;
+ *4.3*)
+ echo "$as_me:$LINENO: result: F77 compiler is gcc-4.3" >&5
+echo "${ECHO_T}F77 compiler is gcc-4.3" >&6
+ F77_VERSION=gcc4.3
+ ;;
*2.4* | *2.5* | *2.6* | *2.7* | *2.8*)
echo "$as_me:$LINENO: result: F77 compiler is $G77_VERSION_STRING" >&5
echo "${ECHO_T}F77 compiler is $G77_VERSION_STRING" >&6
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