* t/subpkg.sh: Here: do not expect the C compiler to be simply
named 'cc'. This was causing spurious failures when $CC was
overridden at configure time or though config.site.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
./configure >stdout || { cat stdout; exit 1; }
cat stdout
-grep '^checking whether cc understands -c and -o together' stdout
+# Don't pretend to know the name or path of the C compiler.
+grep '^checking whether .* understands -c and -o together' stdout
$MAKE
$MAKE distcheck