Index: m4/depend.m4 =================================================================== RCS file: /cvs/automake/automake/m4/depend.m4,v retrieving revision 1.33 diff -u -3 -p -u -r1.33 depend.m4 --- m4/depend.m4 29 Feb 2004 21:26:45 -0000 1.33 +++ m4/depend.m4 25 Mar 2004 19:49:01 -0000 @@ -117,7 +117,7 @@ AC_CACHE_CHECK([dependency style of $dep # icc doesn't choke on unknown options, it will just issue warnings # (even with -Werror). So we grep stderr for any message # that says an option was ignored. - if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else + if grep 'ignoring option\|not supported' conftest.err >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi