While configuring, this warning is shown:
configure.ac:82: warning: AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS
Reason is AC_C_BIGENDIAN wants to define WORDS_BIGENDIAN (which we use), but since we do not use the normal config.h anymore, this is not possible.
This at least affects the Wii version and Apple universal builds (uncommon nowadays).