"Peter O'Gorman" <[EMAIL PROTECTED]> writes: > What if the package does not use AC_CONFIG_HEADERS? This patch will > fail. What about AC_CHECK_SIZEOF which will report incorrect results > if -arch i386 -arch x86_64 are specified for example?
Those problems existed in the previous Autoconf version too, so the patch shouldn't made things worse. Since the patch does fix the problem for coreutils on a real platform it seems like it's a win. We can solve the other problems later, as needed.