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.
Okay that's great. If anyone can think of a work around I would love to hear it
as creating a dependency on a later version of Automake isn't particularly
practical right now. I guess I'm going to have to check these files into cvs
though as the workaround.
Cheers
William