We want to remove the libtool-bin package from Debian. A primary reason
is that use of this package universally breaks cross compilation. There
are basically two ways forward. One is to generate a libtool during
build. This is how libtool is meant to be used. The other is stopping to
use libtool. Generating a libtool requires use of autoconf. Since
fstrcmp already uses autoconf, I am proposing to use it to generate a
libtool. To that end, I'm attaching a patch. Please consider applying
it.
Helmut