14.03.2015 19:05, Peter Mattern wrote: > Patch seems to fix the problem in latest Git code but not in 2.0. > Don't understand why and haven't got time to try and investigate right > now. Maybe it's related to the fact that in 2.0 (source) there are three > files README[.html[.in]] while in Git it's just README.html.in? Yes, it is related. The Makefile rule that the patch touches only applies if the README file does not exist or is older than README.html. If you want a workaround that works with 2.0 and are satisfied with a README file that comes with the package, then you can pass a "--disable-lynx" argument to the configure script. -- Alexander E. Patrakov