>>> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> Alexandre Duret-Lutz wrote: >>>>> "William" == William S Fulton <[EMAIL PROTECTED]> writes: William> We are using AC_CANONICAL_HOST which requires config.sub >> and William> config.guess. We'd like to pick these files up from automake which William> regularly updates these on each automake release. We are using William> automake but not libtool so can't use libtoolize which is able to William> install them. Also William> automake --add-missing --copy --force-missing >> There is a fix for this bug in CVS. Automake 1.9.1 will update >> these files on such incantation. William> Okay that's great. Sorry, I answered too fast. The fix I was talking about is for AC_CANONICAL_TARGET and AC_CANONICAL_BUILD which were not recognized. I cannot reproduce your problem with AC_CANONICAL_HOST, it appears to work just fine: automake --add-missing --copy --force-missing DOES overwrite config.sub and config.guess. -- Alexandre Duret-Lutz