1With Autoconf 2.69 (instead of 2.68), config.{guess,sub} are needed.
2
3--- automake-1.11.2/tests/compile_f90_c_cxx.test 2011-12-20 21:56:29.000000000 +0100
4+++ automake-1.11.2/tests/compile_f90_c_cxx.test 2012-07-07 13:35:58.000000000 +0200
5@@ -41,7 +41,7 @@ END
6 : > baz.cc
7
8 $ACLOCAL
9-$AUTOMAKE
10+$AUTOMAKE --add-missing
11
12 # Look for the macros at the beginning of rules. Be careful, as there
13 # are literal tabs at the beginning of the search strings.