Autoconf: sigh

wouter@country:~/nbd-2.9.11$ ./configure --host=m68k-linux --build=powerpc-linux
[...]
checking for m68k-linux-gcc... no
checking for gcc... gcc
[...]
wouter@country:~/nbd-2.9.11$ ./configure --host=m68k-linux-gnu --build=powerpc-linux
[...]
checking for m68k-linux-gnu-gcc... m68k-linux-gnu-gcc
[...]

So why do we have config.sub again?