[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#511432: texlive-bin(GNU/k*BSD): FTBFS: out of date libtool scripts



tags 511432 +patch
thanks

For current set of sources is sufficient to perform following steps:

 cd build/source/libs/teckit/
 ./autogen.sh
 cd -

There will be some outdated part of libtool in other components, but the result of the first check will be cached and therefore the right one will be used.

Yet less intrusive recipe:

	cd build/source/libs/teckit/
	from aclocal.m4 drop lines between line 873 and end of file
	cat /usr/share/libtool/libtool.m4 >> aclocal.m4
	cp /usr/share/libtool/ltmain.sh ltmain.sh
	autoconf
	cd -


Petr




Reply to: