> Hello!
>
> Running `bootstrap' from the CVS/current Libtool with the current Autoconf
> and Automake causes the following error message:
>
> ***BUG in Autoconf--please report*** AC_CHECK_TOOL_PREFIX
>
> I believe, Autoconf is supposed to recognize obsolete macros that used to
> be valid before.
Sorry, since this macro was not documented, since it is supposed to
be internal only, it has become _AC_CHECK_TOOL_PREFIX, but finally,
moving existing macros into the internal domain seems a bad idea (at
least for some of them), since authors managed to use them anyway.
I'll restore its original name right now. Thanks Pavel.
Akim