> The package fails to build in a test rebuild on at least amd64 with > autoconf 2.70, but succeeds to build with autoconf 2.69.
Fixed by <https://github.com/samtools/htslib/pull/1198>; see also <https://github.com/samtools/htslib/pull/1199>. Note that your build log contains the message configure:4504: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." which does not seem to appear in autoconf 2.70. So it seems either the configure script was previously generated (coming from a release tarball?) or you may have some mixture of autoconf 2.69 and 2.70 in your test environment. John

