>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> José, I know now what the problem with the new version file is: Georg> It gets created in builddir/lib/lyx2lyx, but it is searched for Georg> in srcdir/lib/lyx2lyx. I fixed this for me by creating a Georg> symlink, but I have no idea how to fix it properly. That was the advantage of having a lyx2lyx tree without any generated file. To make it work now, you would need to have code in lyx2lyx to find its various code bits. This is a pain... What would be nice would be to propagate this information at autogen.sh time, not configure time. I can see how to hack this (like grep the version in configure.ac and create a file), but it would be much better to have a proper solution based on automake. JMarc