I configured texinfo-5.2 like this:

./configure --program-suffix"-5"

make install created a broken link in bin/:

makeinfo -> texi2any

This should be:

makeinfo-5 > texi2any-5

Reply via email to