Diff autoconf-2.69-r8 with a autoconf-2.69-r9

/usr/portage/sys-devel/autoconf/autoconf-2.69-r9.ebuild 2023-10-09 14:52:35.472368501 +0300
46 46
	"${WORKDIR}"/patches/${P}-texinfo.patch
47 47
)
48 48

  
49
TC_AUTOCONF_BREAK_INFOS=yes
50

  
51 49
src_prepare() {
52 50
	# usr/bin/libtool is provided by binutils-apple, need gnu libtool
53 51
	if [[ ${CHOST} == *-darwin* ]] ; then
Thank you!